release: 5.13.0#92
Merged
Merged
Conversation
* 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>
Contributor
Author
|
🤖 Release is at https://github.com/trycourier/courier-php/releases/tag/v5.13.0 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
5.13.0 (2026-07-23)
Full Changelog: v5.12.0...v5.13.0
Features
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