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
name: 'Bug report for the java-server-sdk-otel package'
3
+
about: Create a report to help us improve
4
+
title: ''
5
+
labels: 'package: java-server-sdk-otel, bug'
6
+
assignees: ''
7
+
---
8
+
9
+
**Is this a support request?**
10
+
This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the code in this library. If you're not sure whether the problem you are having is specifically related to this library, or to the LaunchDarkly service overall, it may be more appropriate to contact the LaunchDarkly support team; they can help to investigate the problem and will consult the SDK team if necessary. You can submit a support request by going [here](https://support.launchdarkly.com/) and clicking "submit a request", or by emailing [email protected].
11
+
12
+
Note that issues filed on this issue tracker are publicly accessible. Do not provide any private account information on your issues. If your problem is specific to your account, you should submit a support request as described above.
13
+
14
+
**Describe the bug**
15
+
A clear and concise description of what the bug is.
16
+
17
+
**To reproduce**
18
+
Steps to reproduce the behavior.
19
+
20
+
**Expected behavior**
21
+
A clear and concise description of what you expected to happen.
22
+
23
+
**Logs**
24
+
If applicable, add any log output related to your problem.
25
+
26
+
**SDK version**
27
+
The version of this SDK that you are using.
28
+
29
+
**Language version, developer tools**
30
+
For instance, Go 1.11 or Ruby 2.5.3. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too.
31
+
32
+
**OS/platform**
33
+
For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3. If your code is running in a browser, please also include the browser type and version.
Copy file name to clipboardExpand all lines: lib/java-server-sdk-redis-store/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
All notable changes to the LaunchDarkly Java SDK Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
5
## [3.0.0] - 2022-12-07
6
-
This release corresponds to the 6.0.0 release of the LaunchDarkly Java SDK. Any application code that is being updated to use the 6.0.0 SDK, and was using a 2.x version of `launchdarkly-java-server-sdk-redis`, should now use a 3.x version instead.
6
+
This release corresponds to the 6.0.0 release of the LaunchDarkly Java SDK. Any application code that is being updated to use the 6.0.0 SDK, and was using a 2.x version of `launchdarkly-java-server-sdk-redis-store`, should now use a 3.x version instead.
7
7
8
8
There are no functional differences in the behavior of the Redis integration; the differences are only related to changes in the usage of interface types for configuration in the SDK.
0 commit comments