Full Changelog: v7.23.0...v7.24.0
- Merge pull request #183 from trycourier/dantran/c-19684-api-spec-document-messagecontexttenant_id-on-journey-send (1c54190)
- spec: remove inbox message delete/restore endpoints for now (C-19268) (#182) (b39bd43)
- spec: reorder API reference sections to match the Studio nav (#180) (836db11)
Full Changelog: v7.22.0...v7.23.0
Full Changelog: v7.21.0...v7.22.0
- Document DELETE/PUT restore for inbox messages (C-19268) (#175) (ee6d6eb)
- spec: rename and reorder the API reference sections (#179) (c16092f)
- openapi: describe user topic-preference fields explicitly (#172) (dba1cfc)
- openapi: document Idempotency-Key header on idempotent POST endpoints (#176) (2c782b9)
- openapi: rewrite operation descriptions for agents and SEO (#174) (db95d94)
Full Changelog: v7.20.0...v7.21.0
Full Changelog: v7.19.2...v7.20.0
- Document POST /notifications/{id}/duplicate [C-18607] (#165) (95d4344)
- Merge pull request #149 from trycourier/geraldosilva/c-19201-notification-template-subscription-topic-id (7eae439)
- Merge pull request #168 from trycourier/geraldosilva/c-19419-topic-id-notification-template-summary (e3fd860)
- stlc: configurable CI runner and private-production-repo support in workflow templates (5bd81d3)
- ci: bump @arethetypeswrong/cli to ^0.18.0 and run CI workflows on Node 24 (d86d583)
Full Changelog: v7.19.1...v7.19.2
- openapi: canonical type-id prefixes across all examples (#162) (8e493e2)
- openapi: use canonical type-id prefixes in id examples (#160) (5f3c839)
Full Changelog: v7.19.0...v7.19.1
Full Changelog: v7.18.2...v7.19.0
- Add bulk user preference upsert and replace endpoints (248b6a5)
- Preferences v3 REST fields: section/topic description + publish body (1fbb959)
Full Changelog: v7.18.1...v7.18.2
- update api-spec with new message resend endpoint (dfb30cb)
Full Changelog: v7.18.0...v7.18.1
- openapi: document audiences filter combinator (SUP-686) (d91894e)
Full Changelog: v7.17.1...v7.18.0
- openapi: Journeys cancel-by-token endpoint + send-node experiments (C-18986) (01a28d4)
- openapi: reword Cancel journey runs 400 description (re-trigger deploy) (8b9e40f)
- openapi: reword Cancel journey runs description (re-trigger deploy) (42868b7)
- openapi: tighten Journeys cancel/experiment copy (C-19177) (fa7d03e)
Full Changelog: v7.17.0...v7.17.1
- openapi: add full response examples to every endpoint (d8e02f0)
- openapi: reword Cancel Submission description (c8bad2f)
- openapi: reword Get Submission Checks description (d9447c3)
- openapi: reword Replace Submission Checks description (dbe5be2)
Full Changelog: v7.16.0...v7.17.0
- preferences: workspace preference sections & nested topics endpoints (9aa73c0)
Full Changelog: v7.15.0...v7.16.0
- journeys: add content + locale endpoints to journey-scoped templates (c62a165)
- journeys: clarify checksum usage + re-trigger docs sync for journey content endpoints (15da97d)
Full Changelog: v7.14.0...v7.15.0
- openapi: add add-to-digest JourneyNode variant (2ac5e99)
- client: send content-type header for requests with an omitted optional body (1e9f14d)
Full Changelog: v7.13.0...v7.14.0
- openapi: add DELETE /users/{id}/preferences/{topicId} (e865950)
Full Changelog: v7.12.0...v7.13.0
- digests: document digest REST endpoints in OpenAPI spec (97d733f)
Full Changelog: v7.11.0...v7.12.0
- C-18612 Add Journeys
batchnode variant to OpenAPI spec (65fb0be) - Mark
settingsas required on POST /brands (2aed30c)
Full Changelog: v7.10.2...v7.11.0
- [C-18380] Journeys API reference: copy + naming cleanup (c9a62bf)
- [SUP-607] Add DELETE endpoint for Courier Create tenant templates (c5769b4)
- api: add journeys CRUD/publish/versioning, templates sub-resource, types (297d6eb)
- support setting headers via env (e7a078f)
- typescript: upgrade tsc-multi so that it works with Node 26 (9bedc1a)
- format: run eslint and prettier separately (94cc158)
- formatter: run prettier and eslint separately (ee1ac34)
- internal: codegen related update (6197029)
- internal: more robust bootstrap script (1625ecf)
- redact api-key headers in debug logs (ce91d48)
- tests: remove redundant File import (2140f59)
Full Changelog: v7.10.1...v7.10.2
- types: flatten NotificationTemplateGetResponse, make note optional in notifications (8d287be)
- types: flatten NotificationTemplateResponse type structure (238d48e)
Full Changelog: v7.10.0...v7.10.1
- api: correct providers update method, notifications/routing-strategies return types (4f7a0ad)
Full Changelog: v7.9.0...v7.10.0
- api: add content endpoints, remove draft resource, update checks/types in notifications (05fc09f)
- api: add listNotifications method to routing strategies (0bc2d84)
Full Changelog: v7.8.0...v7.9.0
- api: add create/retrieve/archive/publish/replace methods to notifications (7c8e91f)
- api: add providers resource with CRUD and catalog endpoints (a81a418)
- api: add routing strategies resource (2287006)
- types: add ElementalHTMLNodeWithType type (e9bc05a)
- types: add html node variant to ElementalNode (d24c791)
- ci: skip lint on metadata-only changes (7ccbdd7)
- internal: tweak CI branches (9c79ef7)
- internal: update gitignore (843949b)
Full Changelog: v7.7.1...v7.8.0
- api: add journeys resource with list and invoke methods (fa91ce8)
- client: preserve URL params already embedded in path (4a5307f)
- types: make timestamp fields optional in MessageDetails (6cd35c3)
- ci: skip uploading artifacts on stainless-internal branches (982eea2)
- internal: codegen related update (4549f6e)
- internal: update dependencies to address dependabot vulnerabilities (a69843f)
Full Changelog: v7.7.0...v7.7.1
- api: remove body_token parameter from tokens.addSingle method (b8de6f7)
- api: remove brand field from ElementalContent (2a3d25d)
- docs/contributing: correct pnpm link command (d3b4a96)
- internal/client: fix form-urlencoded requests (45deac0)
- internal: avoid type checking errors with ts-reset (88b8c18)
- internal: codegen related update (879dd2f)
- internal: remove mock server code (cbd7d67)
- update mock server docs (f4a7c1f)
- add AUTO-GENERATED-OVERVIEW markers for README sync (#228) (63dc300)
- sync README from mintlify-docs (2026-02-20 18:11 UTC) (#229) (f35a2aa)
Full Changelog: v7.6.3...v7.7.0
- api: add publish/replace methods to tenants.templates, versions sub-resource (a479e13)
- api: support array of recipients in send message to parameter (e122396)
- client: avoid memory leak with abort signals (456f32b)
- client: avoid removing abort listener too early (955a0ac)
- client: do not parse responses with empty content-length (f6a0da2)
- client: restructure abort controller binding (ebbf307)
Full Changelog: v7.6.2...v7.6.3
- ci: upgrade
actions/github-script(9be20f2) - internal: update
actions/checkoutversion (ff49d84) - internal: upgrade babel, qs, js-yaml (69281b2)
- types: clarify version field description in AutomationTemplate (3b61dec)
Full Changelog: v7.6.1...v7.6.2
- fix typo in descriptions (3e9304a)
- internal: regenerate SDK with no functional changes (1eabb0d)
- internal: regenerate SDK with no functional changes (fdf454c)
- remove custom code (68b45da)
Full Changelog: v7.6.0...v7.6.1
- types: correct rules field type in NestedFilterConfig (20636ec)
- internal: regenerate SDK with no functional changes (2230886)
Full Changelog: v7.5.0...v7.6.0
- api: remove methods across audit-events/brands/bulk/automations/translations/tenants (459d7de)
- break long lines in snippets into multiline (3c43d25)
Full Changelog: v7.4.0...v7.5.0
- api: add audience/slack/ms_teams/pagerduty/webhook recipient types to send.message (236fa8b)
Full Changelog: v7.3.0...v7.4.0
- Add timezone field to Delay schema (30ff0dd)
- Update bulk API spec: make event required, document profile.email req… (ec59104)
Full Changelog: v7.2.0...v7.3.0
- Fix UsersGetAllTokensResponse to return object with tokens property i… (18b27ab)
Full Changelog: v7.1.1...v7.2.0
- Add event_ids field to Notification schema (18c7b8b)
- client: fix duplicate Go struct resulting from name derivations schema (1160ef0)
- mcp: correct code tool API endpoint (72e7467)
- mcp: return correct lines on typescript errors (6529d6c)
- internal: codegen related update (cc37d70)
- internal: codegen related update (9a2a060)
- internal: upgrade eslint (c6ecc47)
Full Changelog: v7.1.0...v7.1.1
- client: fix logger property type (cca7ad7)
Full Changelog: v7.0.0...v7.1.0
Full Changelog: v6.7.0-alpha14...v7.0.0
- NPM enabled (9ffc8b8)
Full Changelog: v6.7.0-alpha13...v6.7.0-alpha14
Full Changelog: v6.7.0-alpha12...v6.7.0-alpha13
- Better Python Samples + Updates to naming (1b35460)
Full Changelog: v6.7.0-alpha11...v6.7.0-alpha12
- Comment adjustment to kick of build (81431dd)
- Comment to kick off build (6ffb869)
Full Changelog: v6.7.0-alpha10...v6.7.0-alpha11
- Move UUID to top (d40da56)
Full Changelog: v6.7.0-alpha9...v6.7.0-alpha10
Full Changelog: v6.7.0-alpha8...v6.7.0-alpha9
Full Changelog: v6.7.0-alpha7...v6.7.0-alpha8
- Dep Warning (c38c270)
Full Changelog: v6.7.0-alpha6...v6.7.0-alpha7
- More PHP and attempted node automerge (ff08178)
- Updated paths for each model and go example updates (cb651e0)
Full Changelog: v6.7.0-alpha5...v6.7.0-alpha6
- Changes to spec, examples and scripts (ab64e67)
Full Changelog: v6.7.0-alpha4...v6.7.0-alpha5
- api: manual updates (e471eac)
- Examples and ref polish (1650602)
- Kick of merge attempt (54184b4)
- Model sync (cb668d9)
- Polish and Kick of Java Kit Gen (4d53a63)
- Template Id (c6657b2)
- Test Github Action (c394568)
- Test stainless open action (d558f6a)
Full Changelog: v6.7.0-alpha3...v6.7.0-alpha4
- api: manual updates (af1faa3)
Full Changelog: v6.7.0-alpha2...v6.7.0-alpha3
Full Changelog: v6.7.0-alpha1...v6.7.0-alpha2
- update SDK settings (ed8785b)
Full Changelog: v6.6.1-alpha0...v6.7.0-alpha1
- api: manual updates (e02e62a)
- api: manual updates (1aaa7ac)
- api: manual updates (2fb74d6)
- api: manual updates (ac55f5f)
- api: manual updates (7e57c98)
- api: manual updates (951f1c8)
- api: manual updates (4f2884a)
- api: manual updates (69749b3)
- api: manual updates (1c6c779)
- api: manual updates (d34383e)
- api: manual updates (0291b2c)
- api: manual updates (89ddc36)
- api: manual updates (9f508fb)
- api: manual updates (43c6aa3)
- api: manual updates (73a3de4)
- api: manual updates (6be37a8)
- api: manual updates (60035d6)
- api: manual updates (252f56f)
- api: manual updates (cce8bd5)
- api: manual updates (60d1a06)
- api: manual updates (df1dd2b)
- api: manual updates (366dd66)
- api: manual updates (1b7c8d5)
- api: manual updates (5830280)
- api: manual updates (d028295)
- api: manual updates (464de12)
- api: manual updates (683868e)
- api: manual updates (0308dd6)
- internal: use npm pack for build uploads (843bca4)
- jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (c71601d)
- update SDK settings (1ee64cb)
Full Changelog: v0.0.1...v6.6.1-alpha0
- faster formatting (2b0c24f)
- do not install brew dependencies in ./scripts/bootstrap by default (e650eb4)
- internal: codegen related update (5f99283)
- internal: codegen related update (46a0f07)
- internal: fix incremental formatting in some cases (051e283)
- internal: ignore .eslintcache (444019d)
- internal: remove .eslintcache (5737d28)
- internal: remove deprecated
compilerOptions.baseUrlfrom tsconfig.json (77e2775) - update SDK settings (9364adc)
- update SDK settings (98acf77)