Skip to content

Releases: trycourier/courier-php

v5.4.2

14 Apr 16:56
6c492f5

Choose a tag to compare

5.4.2 (2026-04-14)

Full Changelog: v5.4.1...v5.4.2

Bug Fixes

  • types: flatten NotificationTemplateResponse, removing nested notification field (d10311d)
  • types: make note optional, flatten NotificationTemplateGetResponse (367a7f9)

v5.4.1

13 Apr 20:26
a83ed67

Choose a tag to compare

5.4.1 (2026-04-13)

Full Changelog: v5.4.0...v5.4.1

Bug Fixes

  • api: update notifications/routing_strategies return types, fix providers update method (5983a88)
  • client: properly generate file params (24f72fd)

v5.4.0

08 Apr 22:53
00c0625

Choose a tag to compare

5.4.0 (2026-04-08)

Full Changelog: v5.3.0...v5.4.0

Features

  • api: add listNotifications method to routing_strategies (5567b9e)
  • api: add putContent/putElement/putLocale, remove draft service, update types (68f068e)

v5.3.0

02 Apr 20:32
bb1baa1

Choose a tag to compare

5.3.0 (2026-04-01)

Full Changelog: v5.2.0...v5.3.0

Features

  • api: add create/retrieve/archive/publish/replace to notifications, eventID to list (58063be)
  • api: add HTML node variant to ElementalNode union (4f0cbf2)
  • api: add providers resource with CRUD operations and catalog endpoint (68ce279)
  • api: add routing_strategies create/retrieve/list/archive/replace methods (eb26697)

Bug Fixes

  • types: rename UnionMember7 to ElementalHTMLNodeWithType (dd75f87)

Chores

  • internal: tweak CI branches (9f965b2)

Documentation

  • add AGENTS.md for AI coding assistants (1192d6d)
  • sync README from mintlify-docs (2026-03-23 19:54 UTC) (0160fe7)

v5.2.0

12 Mar 18:38
29921aa

Choose a tag to compare

5.2.0 (2026-03-12)

Full Changelog: v5.1.0...v5.2.0

Features

  • api: add journeys resource with list/invoke methods (c12b977)

Bug Fixes

  • api: remove brand field from ElementalContent (e7b32eb)
  • api: remove duplicate token param, rename token_ in users tokens addSingle (ba48567)
  • mark MessageDetails timestamp fields as optional (3996639)

Chores

  • internal: codegen related update (350d527)
  • internal: remove mock server code (0e4932e)
  • update mock server docs (6541bd1)

Documentation

  • add AUTO-GENERATED-OVERVIEW markers for README sync (97bfbe3)
  • sync README from mintlify-docs (2026-02-20 18:11 UTC) (9e9e06f)
  • sync README from mintlify-docs (2026-02-20 18:36 UTC) (af795ee)

v5.1.0

06 Feb 19:28
3e1e9ba

Choose a tag to compare

5.1.0 (2026-02-06)

Full Changelog: v5.0.2...v5.1.0

Features

  • api: add array of recipients support to send message to parameter (e8c0d00)
  • api: add publish, replace, versions.retrieve to tenants templates (a99cfa0)
  • use $_ENV aware getenv helper (49c8eb5)

Bug Fixes

  • used redirect count instead of retry count in base client (b9ce45b)

Chores

  • internal: ignore stainless-internal artifacts (b1a2935)
  • internal: php cs fixer should not be memory limited (210fd4b)

v5.0.2

27 Jan 19:32
83fe382

Choose a tag to compare

5.0.2 (2026-01-27)

Full Changelog: v5.0.1...v5.0.2

Chores

  • internal: minor test script reformatting (a7ded5b)
  • internal: update actions/checkout version (e417ad9)
  • internal: update phpstan comments (08a8d38)

Documentation

  • types: clarify version field description in AutomationTemplate (6e8ead0)

v5.0.1

14 Jan 19:30
1a31349

Choose a tag to compare

5.0.1 (2026-01-14)

Full Changelog: v5.0.0...v5.0.1

Bug Fixes

Chores

  • fix typo in descriptions (f46d067)
  • internal: codegen related update (7b4fa3b)
  • internal: codegen related update (89591b8)
  • internal: regenerate SDK with no functional changes (eb51446)
  • internal: regenerate SDK with no functional changes (bd1ea2c)
  • readme: remove beta warning now that we're in ga (c3d5ef7)
  • remove custom code (5b4f359)

v5.0.0

12 Jan 20:41
b15e553

Choose a tag to compare

5.0.0 (2026-01-12)

Full Changelog: v4.1.0...v5.0.0

⚠ BREAKING CHANGES

  • replace special flag type omittable with just null

Features

  • replace special flag type omittable with just null (dc732bd)

Bug Fixes

  • types: correct variants and list types in audiences filters (65348ef)

Chores

  • add git attributes and composer lock file (f4733cc)
  • internal: codegen related update (c3441ed)
  • internal: codegen related update (39c23af)
  • internal: regenerate SDK with no functional changes (edd567c)

v4.1.0

08 Jan 20:17
d6b8015

Choose a tag to compare

4.1.0 (2026-01-08)

Full Changelog: v4.0.0...v4.1.0

Features

  • simplify and make the phpstan types more consistent (3956a7e)

Chores

  • api: remove audit_events, automations, brands, bulk, inbound, translations endpoints (5ba0410)
  • internal: add a basic client test (46cc7a1)
  • internal: refactor auth by moving concern from base client into client (7aec734)