Skip to content

Commit 9ddac84

Browse files
chore(main): release launchdarkly-java-sdk-internal 1.11.0 (#205)
🤖 I have created a release *beep* *boop* --- ## [1.11.0](launchdarkly-java-sdk-internal-1.10.0...launchdarkly-java-sdk-internal-1.11.0) (2026-08-25) ### Features * **internal:** add FailureClass enum and classifier helpers to HttpErrors (SDK-2789) ([#204](#204)) ([79766a1](79766a1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Overview** > **Release PR** for `lib/shared/internal`: bumps **launchdarkly-java-sdk-internal** from **1.10.0** to **1.11.0** in `gradle.properties`, `.release-please-manifest.json`, and the package changelog. > > The **1.11.0** release notes document the shipped feature from [#204](#204): a **`FailureClass`** enum and classifier helpers on **`HttpErrors`** for categorizing HTTP failures (SDK-2789). This diff does not include application code—only versioning and release metadata. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 3b9fcad. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79766a1 commit 9ddac84

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"lib/java-server-sdk-otel": "0.2.0",
44
"lib/java-server-sdk-redis-store": "3.2.0",
55
"lib/shared/common": "2.5.0",
6-
"lib/shared/internal": "1.10.0",
6+
"lib/shared/internal": "1.11.0",
77
"lib/shared/test-helpers": "2.1.0",
88
"lib/sdk/server": "7.15.0"
99
}

lib/shared/internal/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.11.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-internal-1.10.0...launchdarkly-java-sdk-internal-1.11.0) (2026-08-25)
6+
7+
8+
### Features
9+
10+
* **internal:** add FailureClass enum and classifier helpers to HttpErrors (SDK-2789) ([#204](https://github.com/launchdarkly/java-core/issues/204)) ([79766a1](https://github.com/launchdarkly/java-core/commit/79766a1ea917a018ab4a0bb8baf19fb11b77d80a))
11+
512
## [1.10.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-internal-1.9.0...launchdarkly-java-sdk-internal-1.10.0) (2026-07-21)
613

714

lib/shared/internal/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#x-release-please-start-version
2-
version=1.10.0
2+
version=1.11.0
33
#x-release-please-end
44

55
# Used only in Android CI test build:

0 commit comments

Comments
 (0)