Skip to content

v2.5.0

Choose a tag to compare

@petruki petruki released this 11 Oct 20:35
· 13 commits to master-2 since this release
10f4c88

What's Changed

  • chore: added JDK 25 to test matrix by @petruki in #364
  • feat: removed data attribute from snapshot by @petruki in #365
  • Dropped support for Java 11, bump junit@6.0.0, okhttp@5.2.0 by @petruki in #367
  • Closes #368 - allow diff Switcher Key constant name by @petruki in #369

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