Releases: switcherapi/switcher-client-java
Releases · switcherapi/switcher-client-java
v2.5.1
v1.9.1
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 [email protected], [email protected] 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
v1.9.0
What's Changed
- feat: removed data attribute from snapshot (#365) by @petruki in #366
- Closes #368 - allow diff Switcher Key constant name (#369) by @petruki in #370
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
v1.8.1
v2.4.0
v1.8.0
v2.3.2
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
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