release: 7.20.0#146
Merged
Merged
Conversation
…tification-template-subscription-topic-id Document subscription_topic_id on notification template V2 responses
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Wed, 19 Aug 2026 18:45:45 GMT |
* Document POST /notifications/{id}/duplicate [C-18607]
Documents the V2 notification template duplicate endpoint added in
trycourier/backend#9536 and registers it for SDK generation.
- openapi.yml: new /notifications/{id}/duplicate path (post,
operationId notifications_duplicate), modeled on the sibling publish
endpoint. 201 -> NotificationTemplateResponse, 404 -> NotFound,
422 -> UnprocessableEntity (source is journey- or broadcast-scoped).
- stainless.yml: adds duplicate: post /notifications/{id}/duplicate so a
duplicate() method generates across the SDKs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Use real TypeID-style example IDs + add id-conventions.md
The duplicate endpoint example used placeholder IDs (nt_01xyz789,
brand_abc, marketing, nt_123, journey_abc) that don't match the
TypeID convention the rest of the spec follows. Swap them for real
canonical sample IDs (nt_/bnd_/pt_/jry_).
Add specs/id-conventions.md documenting the prefix registry (sourced
from backend lib/courier-ids/constants.ts), the canonical sample IDs to
reuse, and two open questions (journey jry vs jny; brand bnd not yet in
the backend registry).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Move ID conventions from specs/ into an example-ids skill
specs/ is for the shipped spec, not editor/agent guidance. Relocate the
convention reference to .agents/skills/example-ids/SKILL.md (surfaced via
the .claude/.cursor/.codex skills symlinks) so it triggers when editing
openapi.yml examples.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
July 14, 2026 18:40
ca18200 to
ecd316c
Compare
…t in workflow templates
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
July 18, 2026 02:02
ecd316c to
5fe5fe7
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
July 20, 2026 17:22
5fe5fe7 to
e4eaca0
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
July 20, 2026 18:44
e4eaca0 to
0b04e4b
Compare
…pic-id-notification-template-summary Document topic_id on NotificationTemplateSummary (C-19419)
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
July 20, 2026 18:45
0b04e4b to
4760c85
Compare
Contributor
Author
|
🤖 Release is at https://github.com/trycourier/courier-python/releases/tag/v7.20.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
7.20.0 (2026-07-20)
Full Changelog: v7.19.2...v7.20.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