Skip to content

Commit 0523117

Browse files
release: 4.11.0
1 parent 9f329c9 commit 0523117

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 4.11.0 (2026-04-01)
4+
5+
Full Changelog: [v4.10.0...v4.11.0](https://github.com/trycourier/courier-java/compare/v4.10.0...v4.11.0)
6+
7+
### Features
8+
9+
* **api:** add create/retrieve/archive/publish/replace methods, event_id param to notifications ([358631e](https://github.com/trycourier/courier-java/commit/358631e09af79a2e56e5b4288876e4e0e2607400))
10+
* **api:** add ElementalHtmlNodeWithType model, rename unionMember7 to htmlNodeWithType ([0dc22ef](https://github.com/trycourier/courier-java/commit/0dc22efec476f5683a8e228fcdf22bfe3965c2b3))
11+
* **api:** add routing strategies resource ([9f329c9](https://github.com/trycourier/courier-java/commit/9f329c99cfe8439e7bec445491e8899e6dff18e2))
12+
* **api:** add UnionMember7 variant to ElementalNode ([6746b6c](https://github.com/trycourier/courier-java/commit/6746b6c0e0d54c6f7c5329957a7ebdb81dd14915))
13+
14+
15+
### Bug Fixes
16+
17+
* **client:** allow updating header/query affecting fields in `toBuilder()` ([70b3261](https://github.com/trycourier/courier-java/commit/70b3261bbfad022f214911ebc59e9bd0fd012f19))
18+
19+
20+
### Chores
21+
22+
* **ci:** skip lint on metadata-only changes ([a55e12c](https://github.com/trycourier/courier-java/commit/a55e12c7b01fd705297d77e31917f420d1b63239))
23+
* **internal:** bump ktfmt ([fabae89](https://github.com/trycourier/courier-java/commit/fabae89dc835ea37f424d9b7c1abbd29b96f41e2))
24+
* **internal:** tweak CI branches ([9103b5e](https://github.com/trycourier/courier-java/commit/9103b5e9e1ac35ba2864920f1c445018a4ecc738))
25+
* **internal:** update gitignore ([0c97939](https://github.com/trycourier/courier-java/commit/0c9793956c168087be4ab867d9e3a563666fccde))
26+
* **internal:** update retry delay tests ([41453e1](https://github.com/trycourier/courier-java/commit/41453e1486ea0a27a268ffdc6f1220ceab69db8d))
27+
28+
29+
### Documentation
30+
31+
* add AGENTS.md for AI coding assistants ([#96](https://github.com/trycourier/courier-java/issues/96)) ([873304d](https://github.com/trycourier/courier-java/commit/873304dfb2534679904292a2ad49dadc46234050))
32+
* sync README from mintlify-docs (2026-03-23 19:31 UTC) ([#95](https://github.com/trycourier/courier-java/issues/95)) ([8efc854](https://github.com/trycourier/courier-java/commit/8efc8542cbe37b8ba7673d53a37995625e574785))
33+
334
## 4.10.0 (2026-03-12)
435

536
Full Changelog: [v4.9.1...v4.10.0](https://github.com/trycourier/courier-java/compare/v4.9.1...v4.10.0)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.courier"
11-
version = "4.10.0" // x-release-please-version
11+
version = "4.11.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)