Skip to content

release: 0.71.0#132

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

release: 0.71.0#132
stainless-app[bot] merged 4 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.71.0 (2026-06-26)

Full Changelog: v0.70.0...v0.71.0

Features

  • Add auth connection event timeline endpoint (460845e)
  • Expose audit logs in public SDK (e08b560)

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
Generated OpenAPI/SDK additions with read-only list endpoints and new pagination types; no changes to auth, routing, or existing client behavior beyond new surface area.

Overview
Release 0.71.0 exposes two new API surfaces on the Kernel client and adds a pagination style used by audit logs.

Audit logs — New client.auditLogs.list() calls GET /audit-logs with required start/end time bounds and optional filters (method, auth strategy, search, etc.). Results use a new PageTokenPagination helper that reads x-next-page-token and x-has-more for auto-pagination. Types include AuditLogEntry (request metadata such as path, user, IP, status, duration).

Auth connection timelineclient.auth.connections.timeline(id) hits GET /auth/connections/{id}/timeline and returns offset-paginated ManagedAuthTimelineEvent records (login, reauth, health_check) newest-first, with optional type filter.

Wiring updates register auditLogs on the main client, export the new types from resources/index and the Kernel namespace, and document both features in api.md. Version metadata (package.json, CHANGELOG, release manifest) moves to 0.71.0.

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

@stainless-app

stainless-app Bot commented Jun 24, 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/460845e5171937bc16bbcb03b93bf95f659b8e64/dist.tar.gz'

Expires at: Sun, 26 Jul 2026 17:25:33 GMT
Updated at: Fri, 26 Jun 2026 17:25:33 GMT

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3de2942. Configure here.

Comment thread src/core/pagination.ts
page_token: cursor,
},
};
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Silent audit log pagination truncation

High Severity

PageTokenPagination stops auto-paginating when x-has-more is true but x-next-page-token is missing or empty. This causes callers to silently miss records, as the system treats pagination as complete instead of indicating an issue.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3de2942. Configure here.

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 3de2942 to a0b23f2 Compare June 25, 2026 13:13
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from a0b23f2 to 9c7b0a0 Compare June 26, 2026 17:25

@masnwilliams masnwilliams left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving 0.71.0 — includes the auth connection event timeline endpoint (auth.connections.timeline).

@stainless-app stainless-app Bot merged commit 0f08d5a into main Jun 26, 2026
11 checks passed
@stainless-app

stainless-app Bot commented Jun 26, 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