This repository has been archived by the owner on May 30, 2024. It is now read-only.
5.1.1
[5.1.1] - 2020-09-30
Fixed:
- The
com.launchdarkly.sdk.json.LDJackson
class was not usable in the default distribution of the SDK (nor in theall
distribution) because Jackson class names had been incorrectly modified by the shading step in the build. (#213) - Setting custom base URIs for the streaming, polling, or events service could produce incorrect results if the URI had a context path. (Thanks, msafari!)
- Corrected format strings in some log messages. (#211)