Skip to content

Releases: trycourier/courier-python

v7.5.0

23 Dec 00:38
86ad58a

Choose a tag to compare

7.5.0 (2025-12-22)

Full Changelog: v7.4.0...v7.5.0

Features

  • api: add slack/teams/pagerduty/webhook/audience recipient types to send (5401702)

Bug Fixes

  • use async_to_httpx_files in patch method (81d7991)

Chores

  • internal: add --fix argument to lint script (14a2c9a)
  • speedup initial import (1ce264e)

v7.4.0

16 Dec 19:32
84cb631

Choose a tag to compare

7.4.0 (2025-12-16)

Full Changelog: v7.3.0...v7.4.0

Features

  • Add timezone field to Delay schema (85b8c6f)
  • Update bulk API spec: make event required, document profile.email req… (1b99e93)

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (ab5f2d0)

Chores

  • add missing docstrings (ea1dec0)
  • internal: add missing files argument to base client (a6fba70)

v7.3.0

08 Dec 22:03
05a8826

Choose a tag to compare

7.3.0 (2025-12-08)

Full Changelog: v7.2.0...v7.3.0

Features

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

v7.2.0

08 Dec 20:00
96ef3d6

Choose a tag to compare

7.2.0 (2025-12-08)

Full Changelog: v7.1.1...v7.2.0

Features

  • Add event_ids field to Notification schema (02bb30d)

Bug Fixes

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

Chores

  • docs: use environment variables for authentication in code snippets (f393857)
  • update lockfile (15713ee)

v7.1.1

02 Dec 19:52
b72f541

Choose a tag to compare

7.1.1 (2025-12-02)

Full Changelog: v7.1.0...v7.1.1

Bug Fixes

  • ensure streams are always closed (0b75285)

Chores

  • add Python 3.14 classifier and testing (b712bc3)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (8fb8ad7)

v7.1.0

18 Nov 23:13
30e8fcd

Choose a tag to compare

7.1.0 (2025-11-18)

Full Changelog: v7.0.1...v7.1.0

Features

v7.0.1

12 Nov 17:23
a19e300

Choose a tag to compare

7.0.1 (2025-11-12)

Full Changelog: v7.0.0...v7.0.1

Chores

v7.0.0

12 Nov 17:07
551eb71

Choose a tag to compare

7.0.0 (2025-11-12)

Full Changelog: v6.4.0...v7.0.0

Bug Fixes

  • compat with Python 3.14 (a337f1e)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (97cf79e)

Chores

  • package: drop Python 3.8 support (f229ffd)

v6.4.0

07 Nov 21:32
9270747

Choose a tag to compare

6.4.0 (2025-11-04)

Full Changelog: v6.4.0-alpha19...v6.4.0-alpha20

Features

Chores

  • internal/tests: avoid race condition with implicit client cleanup (a01184b)
  • internal: grammar fix (it's -> its) (e774a66)

v6.4.0-alpha19

01 Nov 02:17
b5c849c

Choose a tag to compare

v6.4.0-alpha19 Pre-release
Pre-release

6.4.0-alpha19 (2025-11-01)

Full Changelog: v6.4.0-alpha18...v6.4.0-alpha19

Bug Fixes

  • client: close streams without requiring full consumption (31633eb)