Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lib/java-server-sdk-otel": "0.1.0",
"lib/java-server-sdk-redis-store": "3.0.1",
"lib/shared/common": "2.1.1",
"lib/shared/common": "2.1.2",
"lib/shared/internal": "1.5.0",
"lib/sdk/server": "7.10.1"
}
7 changes: 7 additions & 0 deletions lib/shared/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [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)


### Performance Improvements

* optimize copy on write attributes ([#74](https://github.com/launchdarkly/java-core/issues/74)) ([7e0a623](https://github.com/launchdarkly/java-core/commit/7e0a6239cc4ab674b18548dbcbbba9d3f99dd476))

## [2.1.1] - 2023-11-13
### Fixed:
- Fixes NPE when interacting with Context created by use of `copyFrom`. (Thanks, [
Expand Down
2 changes: 1 addition & 1 deletion lib/shared/common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#x-release-please-start-version
version=2.1.1
version=2.1.2
#x-release-please-end