Skip to content

release: 0.73.0#129

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

release: 0.73.0#129
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 (2afb724)

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

Medium Risk
New audit-log export surface can pull large sensitive org activity data; behavior is additive and follows existing binary-download patterns in the SDK.

Overview
v0.73.0 bumps package metadata and docs to the new version and adds client support for bulk audit log export via GET /audit-logs/export/chunk.

AuditLogService.ExportChunk issues that request with Accept: application/octet-stream and returns a raw *http.Response so callers can stream or save the file. AuditLogExportChunkParams adds required start/end, optional filters aligned with list (auth strategy, method, search, service, etc.), cursor-based pagination (cursor from X-Next-Cursor), and format (jsonl or jsonl.gz). api.md documents the method; a new test exercises optional params and body reads.

Release housekeeping: .stats.yml endpoint count 124→125, OpenAPI spec URL/hash updated, CHANGELOG/README/internal/version at 0.73.0.

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

Download and unzip: 'https://pkg.stainless.com/s/kernel-go/2afb72456a09c06411d78a2fd53a27ac8f1ebdc5/source.zip'. Run 'go mod edit -replace github.com/kernel/kernel-go-sdk=/path/to/unzipped_directory'.

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

@stainless-app stainless-app Bot merged commit fcf94d6 into main Jul 2, 2026
10 checks passed
@stainless-app

stainless-app Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.73.0 🌻

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