You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* codegen metadata
* fix(pydantic): do not pass `by_alias` unless set
* fix(deps): bump minimum typing-extensions version
* chore(internal): tweak CI branches
* fix: sanitize endpoint path params
* chore(internal): update gitignore
* chore(ci): skip lint on metadata-only changes
Note that we still want to run tests, as these depend on the metadata.
* feat(api): add create/retrieve/archive/publish/replace, event_id param to notifications
* feat(internal): implement indices array format for query and form serialization
* feat(api): add html type variant to ElementalNode
* chore(types): extract ElementalHTMLNodeWithType from inline union member
* feat(api): add routing_strategies resource
* feat(api): add providers resource with CRUD methods and catalog endpoint
* release: 7.10.0
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Changelog
2
2
3
+
## 7.10.0 (2026-04-01)
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 ([4951cdc](https://github.com/trycourier/courier-python/commit/4951cdc00d9c0c2a0db727142b6003582d1fc3c4))
10
+
***api:** add html type variant to ElementalNode ([6a1ddc7](https://github.com/trycourier/courier-python/commit/6a1ddc795e86d4988c0bf10d513addcdab87662f))
11
+
***api:** add providers resource with CRUD methods and catalog endpoint ([db4b86b](https://github.com/trycourier/courier-python/commit/db4b86ba098ec178d69effa22d4097aa54ddf904))
***internal:** implement indices array format for query and form serialization ([7fc2cd1](https://github.com/trycourier/courier-python/commit/7fc2cd18f58888f774d63ce974317cc6d388f09e))
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
***deps:** bump minimum typing-extensions version ([7ad4509](https://github.com/trycourier/courier-python/commit/7ad4509447a139223b654faf68003316d9f034c6))
19
+
***pydantic:** do not pass `by_alias` unless set ([65aef6b](https://github.com/trycourier/courier-python/commit/65aef6bb51884841b1df70c100577b7fb3333b56))
***types:** extract ElementalHTMLNodeWithType from inline union member ([1620896](https://github.com/trycourier/courier-python/commit/162089600320b6545fa4abf610c3055a43ecc0fb))
29
+
30
+
31
+
### Documentation
32
+
33
+
* add AGENTS.md for AI coding assistants ([#129](https://github.com/trycourier/courier-python/issues/129)) ([25609a5](https://github.com/trycourier/courier-python/commit/25609a5244514cdb7768d11cefdb52484e2632d6))
34
+
3
35
## 7.9.0 (2026-03-12)
4
36
5
37
Full Changelog: [v7.8.0...v7.9.0](https://github.com/trycourier/courier-python/compare/v7.8.0...v7.9.0)
0 commit comments