Skip to content

chore(main): release launchdarkly-java-sdk-internal 1.5.0 #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Expand Up @@ -2,6 +2,6 @@
"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/internal": "1.4.0",
"lib/shared/internal": "1.5.0",
"lib/sdk/server": "7.8.0"
}
7 changes: 7 additions & 0 deletions lib/shared/internal/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).

## [1.5.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-internal-1.4.0...launchdarkly-java-sdk-internal-1.5.0) (2025-05-21)


### Features

* Enable gzip option for sending events ([#66](https://github.com/launchdarkly/java-core/issues/66)) ([553883d](https://github.com/launchdarkly/java-core/commit/553883df07e60cf65ad3025eff30a9c6ca637262))

## [1.4.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-sdk-internal-v1.3.0...launchdarkly-java-sdk-internal-1.4.0) (2025-05-08)


Expand Down
2 changes: 1 addition & 1 deletion lib/shared/internal/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#x-release-please-start-version
version=1.4.0
version=1.5.0
#x-release-please-end

# Used only in Android CI test build:
Expand Down