Skip to content

release: 0.73.0#125

Merged
stainless-app[bot] merged 2 commits into
mainfrom
release-please--branches--main--changes--next
Jul 2, 2026
Merged

release: 0.73.0#125
stainless-app[bot] merged 2 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.73.0 (2026-07-01)

Full Changelog: v0.72.0...v0.73.0

Features

  • Add hidden audit-logs export endpoint (619c672)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


Note

Low Risk
Additive, generated SDK surface for a new read-only export endpoint; no changes to existing auth or request handling beyond the new method.

Overview
Release 0.73.0 updates version metadata (pyproject.toml, _version.py, release manifest) and OpenAPI/Stainless stats for the new endpoint.

The functional change is audit_logs.export_chunk, a GET on /audit-logs/export/chunk that returns BinaryAPIResponse (with Accept: application/octet-stream) for downloading audit records in a time range—intended for compliance/archival rather than paginated list. Callers pass required start / end, optional filters aligned with listing (method, service, search, etc.), format (jsonl or jsonl.gz), limit, and cursor for the next chunk via X-Next-Cursor.

Sync and async clients expose the method on with_raw_response and with_streaming_response. New AuditLogExportChunkParams is exported from kernel.types, documented in api.md, and covered by respx-based tests in test_audit_logs.py.

Reviewed by Cursor Bugbot for commit 49c06e3. Bugbot is set up for automated code reviews on this repo. Configure here.

@stainless-app

stainless-app Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/619c6720f986b835393793896bb5ad4b64f8673f/kernel-0.72.0-py3-none-any.whl'

Expires at: Fri, 31 Jul 2026 20:47:40 GMT
Updated at: Wed, 01 Jul 2026 20:47:40 GMT

@stainless-app stainless-app Bot merged commit 6ebd62a into main Jul 2, 2026
11 checks passed
@stainless-app

stainless-app Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant