Skip to content

Commit d5cd381

Browse files
chore(main): release launchdarkly-java-sdk-common 2.1.2 (#81)
🤖 I have created a release *beep* *boop* --- ## [2.1.2](launchdarkly-java-sdk-common-2.1.1...launchdarkly-java-sdk-common-2.1.2) (2025-07-14) ### Performance Improvements * optimize copy on write attributes ([#74](#74)) ([7e0a623](7e0a623)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Anderson <[email protected]>
1 parent 53555e0 commit d5cd381

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
@@ -1,7 +1,7 @@
11
{
22
"lib/java-server-sdk-otel": "0.1.0",
33
"lib/java-server-sdk-redis-store": "3.0.1",
4-
"lib/shared/common": "2.1.1",
4+
"lib/shared/common": "2.1.2",
55
"lib/shared/internal": "1.5.0",
66
"lib/sdk/server": "7.10.1"
77
}

lib/shared/common/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+
## [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)
6+
7+
8+
### Performance Improvements
9+
10+
* optimize copy on write attributes ([#74](https://github.com/launchdarkly/java-core/issues/74)) ([7e0a623](https://github.com/launchdarkly/java-core/commit/7e0a6239cc4ab674b18548dbcbbba9d3f99dd476))
11+
512
## [2.1.1] - 2023-11-13
613
### Fixed:
714
- Fixes NPE when interacting with Context created by use of `copyFrom`. (Thanks, [

lib/shared/common/gradle.properties

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.1
2+
version=2.1.2
33
#x-release-please-end

0 commit comments

Comments
 (0)