Skip to content

Commit 08c205a

Browse files
release: 7.10.0
1 parent e024df7 commit 08c205a

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.9.0"
2+
".": "7.10.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 7.10.0 (2026-03-31)
4+
5+
Full Changelog: [v7.9.0...v7.10.0](https://github.com/trycourier/courier-python/compare/v7.9.0...v7.10.0)
6+
7+
### Features
8+
9+
* **api:** add create/retrieve/archive/publish/replace, event_id param to notifications ([3cd5477](https://github.com/trycourier/courier-python/commit/3cd547737982b5d845780b64e0526321b0b54a85))
10+
* **api:** add html type variant to ElementalNode ([4f067ed](https://github.com/trycourier/courier-python/commit/4f067ed9146efea030c6d9167e41aef8487699f6))
11+
* **api:** add routing_strategies resource ([e024df7](https://github.com/trycourier/courier-python/commit/e024df735be3939dcd564858ee9f20c6420a4d77))
12+
* **internal:** implement indices array format for query and form serialization ([68c60f0](https://github.com/trycourier/courier-python/commit/68c60f060419ddcc5fbd41eaf573ef54d25522ba))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** bump minimum typing-extensions version ([19dae33](https://github.com/trycourier/courier-python/commit/19dae33c3428ebd7e5c1bf27b51d97c491862f62))
18+
* **pydantic:** do not pass `by_alias` unless set ([10db070](https://github.com/trycourier/courier-python/commit/10db0705d5f517511df5c649b6183f12409fa977))
19+
* sanitize endpoint path params ([3565a88](https://github.com/trycourier/courier-python/commit/3565a88b9340b52f36c4a73d377133cfcd2bf6fa))
20+
21+
22+
### Chores
23+
24+
* **ci:** skip lint on metadata-only changes ([4d21b50](https://github.com/trycourier/courier-python/commit/4d21b50d99ef1424e04abdd7427e3818d857ed03))
25+
* **internal:** tweak CI branches ([75425fb](https://github.com/trycourier/courier-python/commit/75425fbbcab9362d2e2f55dd91f0f954e90b812e))
26+
* **internal:** update gitignore ([622db6f](https://github.com/trycourier/courier-python/commit/622db6f22ee15af2a08269ae1c792e592c5c9a50))
27+
* **types:** extract ElementalHTMLNodeWithType from inline union member ([2ffe00c](https://github.com/trycourier/courier-python/commit/2ffe00c476f147cf6ce79dda4beec6812807924e))
28+
329
## 7.9.0 (2026-03-12)
430

531
Full Changelog: [v7.8.0...v7.9.0](https://github.com/trycourier/courier-python/compare/v7.8.0...v7.9.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trycourier"
3-
version = "7.9.0"
3+
version = "7.10.0"
44
description = "The official Python library for the Courier API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/courier/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "courier"
4-
__version__ = "7.9.0" # x-release-please-version
4+
__version__ = "7.10.0" # x-release-please-version

0 commit comments

Comments
 (0)