Skip to content

release: 5.13.0#92

Merged
mikemilla merged 2 commits into
mainfrom
release-please--branches--main--changes--next
Jul 23, 2026
Merged

release: 5.13.0#92
mikemilla merged 2 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

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

Copy link
Copy Markdown
Contributor

Automated Release PR

5.13.0 (2026-07-23)

Full Changelog: v5.12.0...v5.13.0

Features

  • Remove /bulk endpoints from api-spec (C-19507) (#171) (b39cce7)

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

stainless-app Bot and others added 2 commits July 23, 2026 19:48
* Remove /bulk endpoints from api-spec (C-19507)

Removes the `/bulk` resource and all of its endpoints:
- POST /bulk (create job)
- POST /bulk/{job_id} (add users)
- GET /bulk/{job_id} (get job)
- POST /bulk/{job_id}/run (run job)
- GET /bulk/{job_id}/users (get users)

Deletes the corresponding paths and now-orphaned Bulk component
schemas from specs/openapi.yml and the `bulk` resource from
specs/stainless.yml. The unrelated /users/{user_id}/preferences
bulk update/replace endpoints are untouched.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Remove bulk e2e test

The /bulk endpoints were removed, so the generated SDK no longer
exposes courier.bulk. Delete the corresponding e2e test.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Remove bulk SDK examples

The /bulk endpoints were removed, so the generated SDKs no longer
expose the bulk resource. Delete the per-language bulk example
files (csharp, go, java, kotlin, php, python, ruby) that reference
client.bulk() and were breaking the example compile/test checks.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@mikemilla
mikemilla merged commit 83af3af into main Jul 23, 2026
5 checks passed
@stainless-app

stainless-app Bot commented Jul 23, 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

Development

Successfully merging this pull request may close these issues.

1 participant