v2.5.0
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
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