Skip to content

Releases: DevCycleHQ/java-server-sdk

v1.8.1

04 Aug 22:06

Choose a tag to compare

Bug Fixes

Uncategorized

  • chore: Update wasmtime-java and tweak logs (DVC 8452) by @rob-odwyer in #93

v1.8.0

17 Jul 21:55

Choose a tag to compare

Release 1.8.0

1.7.1 Release

11 Jul 15:39
725e30d

Choose a tag to compare

What's Changed

  • [fix] Prevent multiple authorization headers in Events API requests by @chris-hoefgen in #85

Full Changelog: 1.7.0...1.7.1

1.7.0 Release

07 Jul 21:30
1d3af18

Choose a tag to compare

What's Changed

  • New IRestOptions interface to provide customizable header and ssl support for outbound requests
  • Updating to v1.7.0 of the bucketing wasm library

Full Changelog: 1.6.2...1.7.0

1.6.2 Release

28 Jun 16:19
8eae1bc

Choose a tag to compare

What's Changed

  • [fix] Setting custom logger on DVCLocalClient causes exception by @chris-hoefgen in #81

Full Changelog: 1.6.1...1.6.2

1.6.1 Release

22 Jun 19:25
b488251

Choose a tag to compare

  • Updated wasmtime-java to 0.15 -- reducing the associated glibc dependency to GLIBC_2.30 to improve compatibility

1.6.0 Release

16 Jun 18:29
55141e8

Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.6.0

1.5.2 Release

31 May 20:32
5c4bbc6

Choose a tag to compare

What's Changed

  • Fixed bug with customData not set properly in Protobuf message by @chris-hoefgen in #70
  • Remove SDKTypeVisibility property from config by @chris-hoefgen in #72
  • Fix UTF8 encoding issues with generateBucketConfigForUser by @chris-hoefgen in #71
  • Resolved test harness compliance issues by @chris-hoefgen in #73
  • Added retry logic to config loading and event publishing for both cloud and local clients
  • Standardized error messaging

Full Changelog: 1.5.1...1.5.2

1.5.1 Release

23 May 18:06
29e2f7b

Choose a tag to compare

What's Changed

  • Bug fix for better handling of unexpected project config json properties by @chris-hoefgen in #67
  • Verify the java runtime when local bucketing client initializes by @chris-hoefgen in #68
  • Updated client.isInitialized() to return false until project config is fully loaded by @chris-hoefgen in #66
  • Adding benchmark tool by @chris-hoefgen in #64

Full Changelog: 1.5.0...1.5.1

1.5.0 Release

19 May 18:35
50b93f1

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