Releases: DevCycleHQ/java-server-sdk
Releases · DevCycleHQ/java-server-sdk
v2.4.0
v2.3.0
Other Changes
- chore: Delete .github/dependabot.yml by @JamieSinn in #160
- chore: update to use v2 config by @jsalaber in #161
Uncategorized
v2.2.1
Other Changes
- chore: autoformat by @JamieSinn in #155
- chore: Parse Last Modified Header by @JamieSinn in #159
Uncategorized
v2.2.0
Features
- feat: update WASM to add support for Passthrough Rollouts by @kaushalkapasi in #148
Other Changes
- chore: Fix release action by @kaushalkapasi in #144
Uncategorized
- Change dependabot to weekly by @JamieSinn in #138
v2.1.2
v2.1.1
Bug Fixes
- fix: update bucketing wasm version for != comparator bugfix by @elliotCamblor in #125
- fix: update bucketing wasm version for != comparator bugfix by @elliotCamblor in #126
- fix: the build that was broken by the automated release commit by @elliotCamblor in #128
- fix: attempt release that got stuck in the middle by @elliotCamblor in #129
Uncategorized
- chore(dep): Bump dev.openfeature:sdk from 1.6.1 to 1.7.0 by @dependabot[bot] in #113
- chore: documentation fixes by @chris-hoefgen in #114
v2.1.0
Features
- feat: Add OpenFeature provider by @chris-hoefgen in #111
Uncategorized
- chore: Dependabot config v1 by @JamieSinn in #100
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #102
- Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.3 by @dependabot[bot] in #104
- Bump org.mockito:mockito-core from 4.6.1 to 5.6.0 by @dependabot[bot] in #106
- Bump com.google.protobuf from 0.9.3 to 0.9.4 by @dependabot[bot] in #101
- Bump com.google.protobuf:protobuf-java from 3.23.0 to 3.24.4 by @dependabot[bot] in #103
- Bump com.google.protobuf:protoc from 3.0.0 to 3.24.4 by @dependabot[bot] in #105
- chore: bump org.projectlombok:lombok from 1.18.24 to 1.18.30 by @dependabot[bot] in #110
- chore: Bump io.swagger.core.v3:swagger-annotations from 2.2.0 to 2.2.17 by @dependabot[bot] in #107
- chore: Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.12.0 by @dependabot[bot] in #109
- chore: Bump de.undercouch.download from 5.2.0 to 5.5.0 by @dependabot[bot] in #108
- chore(dep): Bump io.swagger.core.v3:swagger-annotations from 2.2.17 to 2.2.18 by @dependabot[bot] in #112
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