Skip to content

Releases: DevCycleHQ/java-server-sdk

1.5.0 Release

19 May 18:35
50b93f1
Compare
Choose a tag to compare

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

15 May 22:55
c76cb39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0 Release

28 Feb 22:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0 Release

21 Feb 21:06
f05f0bc
Compare
Choose a tag to compare
  • 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

02 Feb 22:59
Compare
Choose a tag to compare
  • update WASM to latest release of 1.2.28

1.0.6 Release

28 Jun 21:13
01dd25e
Compare
Choose a tag to compare

Add edgeDB support

1.0.5 Release

28 Jun 21:12
01dd25e
Compare
Choose a tag to compare
Merge pull request #11 from DevCycleHQ/DVC-0000

Update for new release 1.0.6 for edgeDB

1.0.4 Release

05 Apr 16:35
59114e5
Compare
Choose a tag to compare

Updated dependency on jackson-databind to 2.13.1.2 as the previous version had a CVE.

1.0.3 Release

27 Jan 18:00
8eb8b5a
Compare
Choose a tag to compare
  • update docs, see README