Skip to content

Releases: DevCycleHQ/java-server-sdk

v2.4.0

01 Oct 18:56
Compare
Choose a tag to compare

Features

Uncategorized

v2.3.0

22 Aug 19:49
Compare
Choose a tag to compare

Other Changes

Uncategorized

v2.2.1

24 Jul 20:20
Compare
Choose a tag to compare

Other Changes

Uncategorized

v2.2.0

15 May 18:00
Compare
Choose a tag to compare

Features

Other Changes

Uncategorized

v2.1.2

19 Mar 20:55
Compare
Choose a tag to compare

Bug Fixes

Uncategorized

v2.1.1

18 Dec 20:15
Compare
Choose a tag to compare

Bug Fixes

Uncategorized

v2.1.0

30 Oct 21:19
Compare
Choose a tag to compare

Features

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

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