Skip to content

Commit fe88226

Browse files
chore(main): release launchdarkly-java-sdk-internal 1.7.0 (#127)
🤖 I have created a release *beep* *boop* --- ## [1.7.0](launchdarkly-java-sdk-internal-1.6.1...launchdarkly-java-sdk-internal-1.7.0) (2026-02-03) ### Features * Move iterable async queue to internal. ([#125](#125)) ([971f4b3](971f4b3)) --- 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 bookkeeping only (version/changelog updates) with no functional code changes in this diff. > > **Overview** > Prepares the `lib/shared/internal` `1.7.0` release by bumping the version in `.release-please-manifest.json` and `lib/shared/internal/gradle.properties`. > > Updates `lib/shared/internal/CHANGELOG.md` with the `1.7.0` entry noting the feature: moving the iterable async queue into the internal module. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 83c9ec3. 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 971f4b3 commit fe88226

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lib/java-server-sdk-otel": "0.2.0",
33
"lib/java-server-sdk-redis-store": "3.1.0",
44
"lib/shared/common": "2.2.1",
5-
"lib/shared/internal": "1.6.1",
5+
"lib/shared/internal": "1.7.0",
66
"lib/shared/test-helpers": "2.1.0",
77
"lib/sdk/server": "7.10.2"
88
}

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.7.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-internal-1.6.1...launchdarkly-java-sdk-internal-1.7.0) (2026-02-03)
6+
7+
8+
### Features
9+
10+
* Move iterable async queue to internal. ([#125](https://github.com/launchdarkly/java-core/issues/125)) ([971f4b3](https://github.com/launchdarkly/java-core/commit/971f4b357575405afe23cf3441f8835dea45a30e))
11+
512
## [1.6.1](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-internal-1.6.0...launchdarkly-java-sdk-internal-1.6.1) (2026-01-13)
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.6.1
2+
version=1.7.0
33
#x-release-please-end
44

55
# Used only in Android CI test build:

0 commit comments

Comments
 (0)