Skip to content

release: 7.24.0 - #150

Open
stainless-app[bot] wants to merge 3 commits into
mainfrom
release-please--branches--main--changes--next
Open

release: 7.24.0#150
stainless-app[bot] wants to merge 3 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

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

Copy link
Copy Markdown
Contributor

Automated Release PR

7.24.0 (2026-07-30)

Full Changelog: v7.23.0...v7.24.0

Features

  • spec: remove inbox message delete/restore endpoints for now (C-19268) (#182) (dfdc63d)
  • spec: reorder API reference sections to match the Studio nav (#180) (044758a)

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

…180)

Follow-up to #179, rebased onto the Broadcasts merge (#170).

Three changes to `specs/openapi.yml`:

1. **Reorders the sections** so the API reference reads in the same order as
   the Studio left nav — Content (Templates, Brands, Routing) → Orchestration
   (Journeys, Broadcasts) → Directory (Users, Tenants, Audiences, Lists) →
   Platform (Providers, Preferences) — with Send first and everything that has
   no nav home below.
2. **Declares the missing `Broadcasts` tag.** #170 added 11 Broadcasts
   operations but no entry in the top-level `tags:` array, so they were
   rendering as an undeclared group at the end of the sidebar, and the paths
   themselves sat inside the Templates section. They now have their own
   section, in the Studio nav's position right after Journeys.
3. **Renames `Profiles` → `User Profiles`**, matching the endpoints under it
   and the "user profile" language used everywhere else in the docs.

Authentication moves off the top to the bottom: it is one endpoint that only
client-side SDKs call, so it was crowding out Send.

New order:

  Send · Templates · Brands · Routing Strategies · Journeys · Broadcasts ·
  User Profiles · Tenants · Audiences · Lists · Providers ·
  Preference Topics · User Preferences

then, below the fold:

  Messages · Device Tokens · Tenant Memberships · Tenant Templates ·
  Automations · Digests · Translations · Inbox · Track Events ·
  Audit Events · Authentication

Verified mechanical: parsing the spec before and after shows 85 paths and 147
operations in both, zero operation-body differences, and the only semantic
changes are the `Profiles` → `User Profiles` tag on the 8 `/profiles/*`
operations and the added `Broadcasts` tag declaration. `components:`,
`servers:`, `info:`, and `security:` are unchanged, as are all 23 pre-existing
tag descriptions. Every tag an operation carries is now declared, and every
declared tag is used. No SDK surface is affected — Stainless resources come
from `stainless.yml`, which this PR does not touch.

Renaming the section changes its API reference slugs, so the docs side needs
`/api-reference/profiles/*` → `/api-reference/user-profiles/*` redirects.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@stainless-app

stainless-app Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/courier-python/dfdc63d3d184091ddc3f81a851aa156d43f6b61e/trycourier-7.23.0-py3-none-any.whl'

Expires at: Sat, 29 Aug 2026 17:25:10 GMT
Updated at: Thu, 30 Jul 2026 17:25:10 GMT

stainless-app Bot and others added 2 commits July 30, 2026 17:24
…19268) (#182)

Reverts the public documentation of DELETE /inbox/messages/{message_id} and
PUT /inbox/messages/{message_id}/restore (added in #175). The server-side delete
endpoint authenticates and returns 204, but the soft-delete is not reflected in
the inbox read path the SDK/clients use (deleted messages still appear in the
in-app inbox). Pulling the endpoints from the public API surface + SDK generation
until the read-path issue is resolved.

Removes:
- openapi.yml: both paths + the Inbox tag (only used by these two operations)
- stainless.yml: the inbox.messages resource (delete + restore)

Co-authored-by: Mike Miller <mike@courier.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b056dc8 to 4c7b0e1 Compare July 30, 2026 17:24
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.

0 participants