Skip to content

release: 0.73.0#136

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

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

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 (14db0ea)

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 SDK surface from OpenAPI codegen with no changes to existing audit list behavior; main consideration is callers handling large binary exports and cursor pagination correctly.

Overview
Release 0.73.0 bumps package/version metadata and documents the new audit-log bulk export capability in the changelog.

The SDK adds client.auditLogs.exportChunk, which calls GET /audit-logs/export/chunk and returns a raw Response (binary) with Accept: application/octet-stream, aimed at compliance/archival exports instead of paginated list. Callers pass required start / end timestamps plus optional filters (format as jsonl | jsonl.gz, cursor for chunked pagination via X-Next-Cursor, and the same search/filter knobs as list). AuditLogExportChunkParams is exported through audit-logs, client, and api.md; OpenAPI/stats reflect 125 configured endpoints.

Reviewed by Cursor Bugbot for commit 012e8b8. 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:

npm install 'https://pkg.stainless.com/s/kernel-typescript/14db0ea3dfa7c2f0bd2f8f50e8b0415866a3f512/dist.tar.gz'

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

@stainless-app stainless-app Bot merged commit 882e978 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