Releases: trycourier/courier-python
Releases · trycourier/courier-python
v7.5.0
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
v7.4.0
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
v7.3.0
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
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
v7.1.1
7.1.1 (2025-12-02)
Full Changelog: v7.1.0...v7.1.1
Bug Fixes
- ensure streams are always closed (0b75285)
Chores
v7.1.0
v7.0.1
v7.0.0
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_dumpandmodel_dump_jsonfor Pydantic v1 (97cf79e)
Chores
- package: drop Python 3.8 support (f229ffd)
v6.4.0
v6.4.0-alpha19
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)