Skip to content

Releases: switcherapi/switcher-ac

v2.0.0

06 Jun 04:16
cf46754
Compare
Choose a tag to compare

What's Changed

  • Refactored to implement reactive design by @petruki in #302
  • test: added validate error test for malformed json payload by @petruki in #303
  • Added caching for switcher relay validation route by @petruki in #306

Full Changelog: v1.0.10...v2.0.0

v1.1.0

06 Jun 03:43
4a67f2f
Compare
Choose a tag to compare

What's Changed

  • Removed DBRef for retrocompatibility with latest AC versions by @petruki in #304
  • Added caching for switcher relay validation route by @petruki in #305
  • chore: removed delay from test by @petruki in #307

Full Changelog: v1.0.10...v1.1.0

v1.0.10

31 May 20:29
5553b3b
Compare
Choose a tag to compare

What's Changed

  • Removed exp from refresh token by @petruki in #299
  • Patches spring-security-core@6.4.6, spring-context@6.2.7 vulnerabilities by @petruki in #300
  • Added cache for limiter route, bump Springboot@3.5.0 by @petruki in #301

Full Changelog: v1.0.9...v1.0.10

v1.0.9

09 May 01:07
3f2d400
Compare
Choose a tag to compare

What's Changed

  • Removed Validator dependency coupling by @petruki in #253
  • Upgraded Spring Boot to 3.2.0 and other deps by @petruki in #254
  • Fixes #255 - Patched logback to 1.4.14 by @petruki in #256
  • Moved constants to enum - bump deps by @petruki in #257
  • Bump CI action versions and deps by @petruki in #258
  • Improved mapper to use type instead of instance by @petruki in #259
  • Patched jackson vulnerabilities (2.16.0) - bump deps by @petruki in #260
  • Fixes embedded tomcat relaxed query - bump SpringBoot to 3.2.2 by @petruki in #261
  • Patches vulnerability caused by json-path - CVE-2023-51074 by @petruki in #262
  • Bump CI action: setup-java@4 by @petruki in #263
  • Patched Spring Security to 6.2.2 - Fixes auth bypass (CVE-2024-22234) by @petruki in #264
  • Patch vulnerability introduced by Spring Web 3.2.2 (CVE-2024-22243) by @petruki in #265
  • Bump switcher-client SDK to 2.0.6 by @petruki in #266
  • Fixed security issues (JWT refactor, Dockerfile user) by @petruki in #267
  • Patched vulnerabilities introduced through spring-security-web@6.2.2 and spring-web@6.1.4 by @petruki in #268
  • Bump SpringBoot@3.2.4 - removed manual security patch by @petruki in #269
  • Improved feature validation/creation by @petruki in #270
  • chore: replaced logs by Sl4j annotation from lombok by @petruki in #271
  • chore: inproved plan deletion handling by @petruki in #272
  • Adding metadata to Relay response (SWITCHER_AC_METADATA:disabled) by @petruki in #273
  • Removed SWITCHER_AC_METADATA flag by @petruki in #274
  • Bump switcher-client to 2.0.7 by @petruki in #275
  • Added switcher-client scheduler logs - bump deps by @petruki in #276
  • Bump switcher-client@2.1.0 - refactored code checks by @petruki in #277
  • Bump spring-boot@3.3.2 and other deps by @petruki in #278
  • Added sanitizer for GitHub auth code by @petruki in #279
  • Closes #280 - Patched spring-web@6.1.12 by @petruki in #281
  • Patched spring-security-config@6.3.2 by @petruki in #282
  • Replaced configuration classes to use records instead by @petruki in #283
  • Bump spring-boot@3.3.3, cleaned managed dependencies by @petruki in #284
  • Refactored DTOs to use Java records by @petruki in #285
  • Closes #286 - patches org.springframework:spring-webmvc@6.1.13 by @petruki in #287
  • Bump Springboot@3.3.4 - added compilation support to native-image by @petruki in #288
  • Bump Spring Boot @ 3.3.5 by @petruki in #289
  • Refactored for native image support builds by @petruki in #290
  • Bump switcher-client@2.2.2, refactor service config by @petruki in #291
  • Replaced jersey dependency by native java HttpClient by @petruki in #292
  • Fixed circular dependency, added reachability metadata for native build by @petruki in #293
  • Bump to Spring Boot 3.4.1, patched SSRF vulnerability by @petruki in #294
  • Patched vulnerability introduced by tomcat-embed (TOCTOU) Race Condition by @petruki in #295
  • Bump Springboot@3.4.3 by @petruki in #296
  • Bump joda-time@2.14.0, gson@2.13.0, springdoc@2.8.6 by @petruki in #297

Full Changelog: v1.0.8...v1.0.9

v1.0.8

06 Nov 04:36
f440fea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

07 Apr 20:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

16 Sep 04:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

02 Jul 05:37
692b85d
Compare
Choose a tag to compare
Updated README.md [skip ci]

v1.0.5-SNAPSHOT

25 Jun 18:12
Compare
Choose a tag to compare
Fixing release CI #3 [skip ci]

v1.0.4

06 Mar 23:58
8ba740d
Compare
Choose a tag to compare
Merge pull request #50 from switcherapi/feat_48

Feat 48