Releases: DevCycleHQ/java-server-sdk
Releases · DevCycleHQ/java-server-sdk
1.5.0 Release
What's Changed
- Converted variable evaluation to use protobuf to improve performance @chris-hoefgen in #59
- Fixed bug with character encoding in config and variables
- Improve thread safety around WASM functions by @chris-hoefgen in #63
Full Changelog: 1.4.0...1.5.0
1.4.0 Release
What's Changed
- Update WASM to 1.6.7
- Add variableValue() method and updated examples by @chris-hoefgen in #57
- Add global setClientCustomData() method by @chris-hoefgen in #58
- Update variable() to use new WASM variableForUser function by @chris-hoefgen in #56
- add gitstream by @suthar26 in #55
- Java SDK Test Harness bug fixes by @kaushalkapasi in #42
Full Changelog: 1.3.0...1.4.0
1.3.0 Release
What's Changed
- [fix] DVC-6373: use address pinning in Local Bucketing by @kaushalkapasi in #52
- [release] 1.3.0 by @kaushalkapasi in #53
Full Changelog: 1.2.0...1.3.0
1.2.0 Release
- Update WASM to 1.3.3
- Renamed all instances of envKey / env_key / environmentKey / etc, to sdkKey to be consistent with all DevCycle SDKs. #47
1.1.3 Release
- update WASM to latest release of 1.2.28
1.0.6 Release
Add edgeDB support
1.0.5 Release
Merge pull request #11 from DevCycleHQ/DVC-0000 Update for new release 1.0.6 for edgeDB
1.0.4 Release
Updated dependency on jackson-databind to 2.13.1.2 as the previous version had a CVE.
1.0.3 Release
- update docs, see README