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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
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))
***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))
***types:** extract ElementalHTMLNodeWithType from inline union member ([2ffe00c](https://github.com/trycourier/courier-python/commit/2ffe00c476f147cf6ce79dda4beec6812807924e))
28
+
3
29
## 7.9.0 (2026-03-12)
4
30
5
31
Full Changelog: [v7.8.0...v7.9.0](https://github.com/trycourier/courier-python/compare/v7.8.0...v7.9.0)
0 commit comments