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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
# Changelog
2
2
3
+
## 5.6.0 (2026-04-01)
4
+
5
+
Full Changelog: [v5.5.0...v5.6.0](https://github.com/trycourier/courier-csharp/compare/v5.5.0...v5.6.0)
6
+
7
+
### Features
8
+
9
+
***api:** add create/retrieve/archive/publish/replace methods, event_id param to notifications ([f857a51](https://github.com/trycourier/courier-csharp/commit/f857a51892cfa3b1089307011943f842bc56ad16))
10
+
***api:** add providers resource with CRUD and catalog endpoints ([d8a762f](https://github.com/trycourier/courier-csharp/commit/d8a762ff628fb461974cc119fa180801965b3545))
11
+
***api:** add routing strategies resource with create/list/retrieve/replace/archive methods ([634aa18](https://github.com/trycourier/courier-csharp/commit/634aa1890769a09509af9675735364ed8d1eb191))
12
+
***api:** add UnionMember7 variant to ElementalNode ([219d6b8](https://github.com/trycourier/courier-csharp/commit/219d6b832fe06f5e4891560bb5f31532ead47b93))
***client:** allow cancelling when enumerating over an http response ([fd79698](https://github.com/trycourier/courier-csharp/commit/fd7969849208b5a58f7de55bf88615e0a1db98ea))
19
+
***client:** handle path params correctly in `FromRawUnchecked` ([28c65e7](https://github.com/trycourier/courier-csharp/commit/28c65e7eaeaaede6d8e8da6799721855d14b56d2))
20
+
***client:** handle root bodies in requests properly ([2c32f15](https://github.com/trycourier/courier-csharp/commit/2c32f15599be8deb20137cebdd3cae4c78f9f092))
21
+
***docs:** make xml syntactically correct ([85753bd](https://github.com/trycourier/courier-csharp/commit/85753bd6bd99d8381c8ba3adaf0c7d8acb4faa41))
22
+
23
+
24
+
### Chores
25
+
26
+
***ci:** skip lint on metadata-only changes ([2f7cd0a](https://github.com/trycourier/courier-csharp/commit/2f7cd0a8453b9e2f51c044eafdf727395aec3549))
27
+
***internal:** tweak CI branches ([f8720a0](https://github.com/trycourier/courier-csharp/commit/f8720a0bec29275a46e22a2e5d3481961ac33a96))
0 commit comments