Skip to content

Releases: trycourier/courier-java

v4.9.0

06 Feb 19:28
d88553a

Choose a tag to compare

4.9.0 (2026-02-06)

Full Changelog: v4.8.0...v4.9.0

Features

  • api: add publish/replace methods, versions resource to tenant templates (41fbfe5)
  • api: add toOfRecipients method to send message (35df215)

Chores

  • internal: allow passing args to ./scripts/test (a809582)

v4.8.0

27 Jan 21:05
84f7793

Choose a tag to compare

4.8.0 (2026-01-27)

Full Changelog: v4.7.1...v4.8.0

Features

  • client: send X-Stainless-Kotlin-Version header (11e5765)

Bug Fixes

  • client: disallow coercion from float to int (5263a13)
  • client: fully respect max retries (33cdc16)
  • client: preserve time zone in lenient date-time parsing (07887c9)
  • client: send retry count header for max retries 0 (33cdc16)
  • date time deserialization leniency (fa50329)

Chores

  • ci: upgrade actions/github-script (b428743)
  • ci: upgrade actions/setup-java (01049af)
  • internal: clean up maven repo artifact script and add html documentation to repo root (e1937ab)
  • internal: correct cache invalidation for SKIP_MOCK_TESTS (3bc2faa)
  • internal: depend on packages directly in example (33cdc16)
  • internal: improve maven repo docs (af0c83b)
  • internal: update actions/checkout version (337fcd7)
  • internal: update maven repo doc to include authentication (dbf1829)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (fa50329)

Documentation

  • add comment for arbitrary value fields (20bc1ec)
  • clarify version field description in AutomationTemplate (d853521)

v4.7.1

14 Jan 19:30
56aab60

Choose a tag to compare

4.7.1 (2026-01-14)

Full Changelog: v4.7.0...v4.7.1

Chores

  • internal: regenerate SDK with no functional changes (227578d)
  • internal: regenerate SDK with no functional changes (49599e7)
  • internal: support uploading Maven repo artifacts to stainless package server (4a21584)

v4.7.0

12 Jan 20:40
d8ebc10

Choose a tag to compare

4.7.0 (2026-01-12)

Full Changelog: v4.6.0...v4.7.0

Features

  • client: allow configuring dispatcher executor service (86008d9)

Bug Fixes

  • types: change rules type from FilterConfig to Filter in NestedFilterConfig (49ad2a8)

Chores

  • internal: regenerate SDK with no functional changes (1267b56)

v4.6.0

08 Jan 20:17
1c80861

Choose a tag to compare

4.6.0 (2026-01-08)

Full Changelog: v4.5.0...v4.6.0

Features

  • Add automation list endpoint to API spec (d325774)
  • client: add HttpRequest#url() method (68fea18)

v4.5.0

05 Jan 14:17
b64740c

Choose a tag to compare

4.5.0 (2025-12-29)

Full Changelog: v4.4.0...v4.5.0

Features

  • api: add audience/list/slack/msTeams/pagerduty/webhook recipients, restructure to union (46de0d2)

v4.4.0

16 Dec 19:33
0acb91b

Choose a tag to compare

4.4.0 (2025-12-16)

Full Changelog: v4.3.0...v4.4.0

Features

  • Add timezone field to Delay schema (46d1671)
  • Update bulk API spec: make event required, document profile.email req… (e436dcd)

v4.3.0

08 Dec 23:47
f2f9adf

Choose a tag to compare

4.3.0 (2025-12-08)

Full Changelog: v4.2.0...v4.3.0

Features

  • Fix UsersGetAllTokensResponse to return object with tokens property i… (d714e73)

v4.2.0

08 Dec 20:05
d72f3eb

Choose a tag to compare

4.2.0 (2025-12-08)

Full Changelog: v4.1.1...v4.2.0

Features

  • Add event_ids field to Notification schema (7c1f965)

Bug Fixes

  • client: fix duplicate Go struct resulting from name derivations schema (6af2591)

Documentation

  • remove $ for better copy-pasteabality (ed4b896)

v4.1.1

02 Dec 19:53
8ae9c74

Choose a tag to compare

4.1.1 (2025-12-02)

Full Changelog: v4.1.0...v4.1.1

Bug Fixes

  • client: cancel okhttp call when future cancelled (a9dd41b)