Skip to content

Releases: switcherapi/switcher-client-java

v2.5.1

12 Oct 21:41
75d4b11

Choose a tag to compare

What's Changed

  • Fixes #371 - throttle using strategy input should cache results by @petruki in #372

Full Changelog: v2.5.0...v2.5.1

v1.9.1

12 Oct 21:31
f9e0cc5

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v2.5.0

11 Oct 20:35
10f4c88

Choose a tag to compare

What's Changed

Breaking changes

  • Dropped support for Java 11 (#367)
  • Snapshot file standardization (#365)

Snapshot content before:

{
   "data": {
        "domain": {
            "name": "switcher-domain",
            "activated": true,
            "group": [...]
        }
    }
}

Snapshot content now:

{
    "domain": {
        "name": "switcher-domain",
        "activated": true,
        "group": [...]
    }
}

Full Changelog: v2.4.1...v2.5.0

v1.9.0

11 Oct 20:24
00a7a1f

Choose a tag to compare

What's Changed

Breaking change #366

Snapshot content before:

{
   "data": {
        "domain": {
            "name": "switcher-domain",
            "activated": true,
            "group": [...]
        }
    }
}

Snapshot content now:

{
    "domain": {
        "name": "switcher-domain",
        "activated": true,
        "group": [...]
    }
}

Full Changelog: v1.8.1...v1.9.0

v2.4.1

16 Aug 21:37
f1ae90c

Choose a tag to compare

What's Changed

  • chore: updated sonar-maven-plugin version by @petruki in #359
  • Fixes #360 - updated reflect-config.json reachability metadata by @petruki in #361
  • Allow re-scheduleSnapshotAutoUpdate by @petruki in #363

Full Changelog: v2.4.0...v2.4.1

v1.8.1

16 Aug 21:21
98c93b6

Choose a tag to compare

What's Changed

  • Fixes #360 - updated reflect-config.json reachability metadata by @petruki in #362
  • Allow re-scheduleSnapshotAutoUpdate (#363)

Full Changelog: v1.8.0...v1.8.1

v2.4.0

04 Aug 22:18
cdcdedf

Choose a tag to compare

What's Changed

  • Migrating namespace from com.github.switcherapi to com.switcherapi by @petruki in #357

Breaking changes

  • Please migrate all imports to use the new namespace com.switcherapi

Full Changelog: v2.3.2...v2.4.0

v1.8.0

04 Aug 20:05
ef662c6

Choose a tag to compare

What's Changed

  • Migrating namespace from com.github.switcherapi to com.switcherapi by @petruki in #358

Breaking changes

  • Please migrate all imports to use the new namespace com.switcherapi

Full Changelog: v1.7.2...v1.8.0

v2.3.2

17 Jul 03:32
34defb7

Choose a tag to compare

What's Changed

  • Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by @dependabot[bot] in #351 (Security patch for CVE-2025-48924)
  • chore: fixes code smells unused checked exceptions, deprecated methods by @petruki in #353

Full Changelog: v2.3.1...v2.3.2

v1.7.2

17 Jul 03:24
fbd1255

Choose a tag to compare

What's Changed

  • Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by @petruki in #352 (Security patch for CVE-2025-48924)
  • chore: fixes code smells unused checked exceptions, deprecated methods by @petruki in #355

Full Changelog: v1.7.1...v1.7.2