From fc8ad8ae4fbdfa1aa9918d49eacefb3ad50e9351 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:44:20 +0000 Subject: [PATCH] chore(main): release launchdarkly-java-sdk-common 2.1.2 --- .release-please-manifest.json | 2 +- lib/shared/common/CHANGELOG.md | 7 +++++++ lib/shared/common/gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3f324a..f9f2a6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/lib/shared/common/CHANGELOG.md b/lib/shared/common/CHANGELOG.md index 05bdac1..d363bf4 100644 --- a/lib/shared/common/CHANGELOG.md +++ b/lib/shared/common/CHANGELOG.md @@ -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, [ diff --git a/lib/shared/common/gradle.properties b/lib/shared/common/gradle.properties index aef33ca..b37f3d7 100644 --- a/lib/shared/common/gradle.properties +++ b/lib/shared/common/gradle.properties @@ -1,3 +1,3 @@ #x-release-please-start-version -version=2.1.1 +version=2.1.2 #x-release-please-end