Releases: switcherapi/switcher-client-java
Releases · switcherapi/switcher-client-java
v2.5.2
What's Changed
- Fixes #374 - prevent invalidate cache reference when async by @petruki in #375
- feat: improved async performance by 2x by @petruki in #377
- feat: changed flush to clean execution history too by @petruki in #379
- feat: improved async performance with thread-safe type by @petruki in #381
- feat: added keepExecutions state to improve resource allocation by @petruki in #383
- chore-deps: bump commons-lang3@3.20.0 and test deps by @petruki in #385
Full Changelog: v2.5.1...v2.5.2
v1.9.2
What's Changed
- Fixes #374 - prevent invalidate cache reference when async (#375) by @petruki in #376
- feat: improved async performance by 2x (#377) by @petruki in #378
- feat: changed flush to clean execution history too (#379) by @petruki in #380
- feat: improved async performance with thread-safe type (#381) by @petruki in #382
- feat: added keepExecutions state to improve resource allocation (#383) by @petruki in #384
Full Changelog: v1.9.1...v1.9.2
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 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
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