Releases: switcherapi/switcher-ac
Releases · switcherapi/switcher-ac
v2.0.0
v1.1.0
v1.0.10
v1.0.9
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
What's Changed
- Closes #212 - Updated to Spring Boot 3 by @petruki in #213
- Fixes #214 - fixed health check security filter by @petruki in #215
- Closes #216 - Bumping Spring Boot 3.0.6 by @petruki in #217
- Added route for Relay verification by @petruki in #218
- Added release time by @petruki in #219
- Closes #220 - Added Rate limit Relay route by @petruki in #221
- Removed execution route as it was replaced by limiter by @petruki in #222
- Closes #223 - Bumped Spring Boot to 3.0.7 and other dependencies by @petruki in #224
- Bumped switcher-client to 2.0.2 by @petruki in #225
- Fixed code smell by @petruki in #226
- Updated SpringDocs paths by @petruki in #227
- FIxed code smell - bumped Spring to 3.1.0 by @petruki in #228
- Fixed deprecated APIs by @petruki in #229
- Adding support to SSL by @petruki in #230
- Fixed SSL to default false by @petruki in #231
- Fixing SONAR project name by @petruki in #232
- Fixes #233 - fixed /error by @petruki in #234
- Closes #235 - Bumped Spring Boot to 3.1.1 by @petruki in #236
- Updated switcher-client to 2.0.3 by @petruki in #237
- Fixes #238 - Bump Spring to 3.1.2 by @petruki in #239
- Bump switcher-client to 2.0.5 by @petruki in #240
- Removed default snapshot location by @petruki in #241
- Improved GitHubFacade impl - exposed GH urls by @petruki in #242
- Closes #243 - Patched tomcat-embed deps to 10.1.13 by @petruki in #244
- Closes #245 - Bump Spring Boot 3.1.4 by @petruki in #246
- Closes #247 - upgraded jjwt to 0.12.2 by @petruki in #248
- Closes #249 - Java 21 by @petruki in #250
- Bump Spring to 3.1.5 - patched tomcat-embded-core by @petruki in #251
- Release 1.0.8 by @petruki in #252
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Closes #194 - patched snakeyaml by @petruki in #195
- Closes #196 - Updated Spring to 2.7.5 and security-web to 5.7.5 by @petruki in #197
- Closes #198 - Closes #199 by @petruki in #200
- Fixed Spring Security deprecated impl by @petruki in #201
- Closes #202 - Bump Java 11 to 17 by @petruki in #203
- Closes #204 - Bumped SpringBoot@2.7.8 by @petruki in #205
- Closes #206 - Bumped snakeyaml and fixes swagger by @petruki in #207
- [Snyk] Fix for 3 vulnerabilities by @snyk-bot in #208
- Closes #209 bumped Spring Boot to 2.7.10 by @petruki in #210
- Bumped switcher-client, joda-time, flapdoodle by @petruki in #211
New Contributors
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Improved githubFacade by @petruki in #181
- Fixed dependency injection by @petruki in #182
- Added PlanV2 and Service to fulfill the new plan design by @petruki in #183
- Exposed validatorV2 - using [VALIDATOR_V2] by @petruki in #184
- Decoupled new V2 PlanController from AdminController by @petruki in #185
- Releasing new plan model to new accounts by @petruki in #186
- Deprecating Plan collection - removed [VALIDATOR_V2] by @petruki in #187
- Removed unused code - Tests reorganized by @petruki in #188
- Renamed PlanV2 to Plan by @petruki in #189
- Bumped switcher-client to 1.3.6 by @petruki in #190
- Closes #191 - Bumped Spring Boot version by @petruki in #193
Full Changelog: v1.0.5...v1.0.6
v1.0.5
v1.0.5-SNAPSHOT
Fixing release CI #3 [skip ci]