Releases: DevCycleHQ/java-server-sdk
Releases · DevCycleHQ/java-server-sdk
v2.0.1
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
⚠️ 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
- feat!: rename public interfaces from DVC to DevCycle by @jonathannorris in #92
v1.8.3
Uncategorized
- chore: update to use the tagged version of the release action instead of main by @chris-hoefgen in #96
v1.8.2
Bug Fixes
- fix: Mark scheduler threads as daemon so they don't block JVM shutdown by @rob-odwyer in #94
Uncategorized
v1.8.1
Bug Fixes
- fix: revised github automated release by @chris-hoefgen in #91
Uncategorized
- chore: Update wasmtime-java and tweak logs (DVC 8452) by @rob-odwyer in #93
v1.8.0
Release 1.8.0
1.7.1 Release
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
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
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
- Updated
wasmtime-java
to 0.15 -- reducing the associated glibc dependency toGLIBC_2.30
to improve compatibility