You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [6.3.0] - 2023-10-16
6
+
### Deprecated:
7
+
- Deprecated methods which take the `LDUser` type. These methods are removed in 7.0.0. Currently an `LDUser` can be converted to a `LDContext` using `LDContext.fromUser`. The ability to do this conversion may be removed in a future version.
8
+
5
9
## [6.2.1] - 2023-06-29
6
10
### Changed:
7
11
- Bumping Guava version to incorporate CVE-2023-2976 fixes.
0 commit comments