Skip to content

Releases: DevCycleHQ/java-server-sdk

v2.0.1

12 Oct 17:03
Compare
Choose a tag to compare

Bug Fixes

  • fix: Upgrade to wasmtime-java 0.19.0 (DVC 9128) by @rob-odwyer in #97
  • fix: remove version bump commands for deleted example projects (DVC-9242) by @rob-odwyer in #98
  • fix: Remove more references to examples directories (DVC-9244) by @rob-odwyer in #99

Build System / CI

  • ci: Add simplified examples and a workflow to run them on PRs by @rob-odwyer in #95

Uncategorized

v2.0.0

10 Aug 21:01
Compare
Choose a tag to compare

⚠️ API Changes

In this release API Changes we have updated the SDK to match our revised naming conventions and as such several user-facing classes have been renamed:

DVCCloudClient -> DevCycleCloudClient
DVCCloudOptions -> DevCycleCloudOptions
DVCException -> DevCycleException
DVCLocalClient -> DevCycleLocalClient
DVCLocalOptions -> DevCycleLocalOptions
IDVCLogger -> IDevCycleLogger
DVCLogger -> DevCycleLogger
Event -> DevCycleEvent
User -> DevCycleUser

Feature

v1.8.3

08 Aug 14:54
Compare
Choose a tag to compare

Uncategorized

  • chore: update to use the tagged version of the release action instead of main by @chris-hoefgen in #96

v1.8.2

04 Aug 22:29
Compare
Choose a tag to compare

Bug Fixes

  • fix: Mark scheduler threads as daemon so they don't block JVM shutdown by @rob-odwyer in #94

Uncategorized

v1.8.1

04 Aug 22:06
Compare
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
Compare
Choose a tag to compare
Release 1.8.0

1.7.1 Release

11 Jul 15:39
725e30d
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Updated wasmtime-java to 0.15 -- reducing the associated glibc dependency to GLIBC_2.30 to improve compatibility