Skip to content

Commit 192a6f2

Browse files
chore(main): release launchdarkly-java-sdk-common 2.2.0 (#119)
🤖 I have created a release *beep* *boop* --- ## [2.2.0](launchdarkly-java-sdk-common-2.1.2...launchdarkly-java-sdk-common-2.2.0) (2026-01-30) ### Features * Add IterableAsyncQueue. ([1965b25](1965b25)) * Update minimum Java version to 1.8. ([1965b25](1965b25)) --- 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] > **Low Risk** > Release metadata-only change (version bump and changelog update) with no functional code modifications; low risk aside from downstream consumers picking up the new version. > > **Overview** > Bumps `lib/shared/common` from `2.1.2` to `2.2.0` in `.release-please-manifest.json` and `lib/shared/common/gradle.properties`. > > Updates `lib/shared/common/CHANGELOG.md` with the `2.2.0` release entry, noting the addition of `IterableAsyncQueue` and a minimum Java version increase to 1.8. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8e4d2a6. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1965b25 commit 192a6f2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lib/java-server-sdk-otel": "0.2.0",
33
"lib/java-server-sdk-redis-store": "3.1.0",
4-
"lib/shared/common": "2.1.2",
4+
"lib/shared/common": "2.2.0",
55
"lib/shared/internal": "1.6.1",
66
"lib/shared/test-helpers": "2.1.0",
77
"lib/sdk/server": "7.10.2"

lib/shared/common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [2.2.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-common-2.1.2...launchdarkly-java-sdk-common-2.2.0) (2026-01-30)
6+
7+
8+
### Features
9+
10+
* Add IterableAsyncQueue. ([1965b25](https://github.com/launchdarkly/java-core/commit/1965b257119c1d5ebc05102d960c2ce41bfee542))
11+
* Update minimum Java version to 1.8. ([1965b25](https://github.com/launchdarkly/java-core/commit/1965b257119c1d5ebc05102d960c2ce41bfee542))
12+
513
## [2.1.2](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-common-2.1.1...launchdarkly-java-sdk-common-2.1.2) (2025-07-14)
614

715

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#x-release-please-start-version
2-
version=2.1.2
2+
version=2.2.0
33
#x-release-please-end

0 commit comments

Comments
 (0)