Releases: vaadin/kubernetes-kit
Releases · vaadin/kubernetes-kit
3.0.0
What's Changed
- Bump to 3.0-SNAPSHOT by @heruan in #196
- chore: bump Spring Boot to 4.0.0-M1 with Flow 25 by @tltv in #194
- chore: Upgrade to LicenseChecker to 2.0.0-alpha3 by @mshabarov in #197
- refactor: use BaseLicenseCheckerServiceInitListener as super class to LicenseCheckerServiceInitListener by @sosa-vaadin in #199
- fix: make LicenseCheckerServiceInitListener no-args constructor public by @sosa-vaadin in #203
- chore: Update Vaadin license-checker version to 2.0.0-rc1 by @mshabarov in #204
- Replace Elemental with Jackson by @tamasmak in #207
- Make optimistic serialization timeout configurable by @tamasmak in #206
- Fix demo app by @tamasmak in #212
- chore: upgrade license-checker to 2.0.0 by @ZheSun88 in #209
- Stop session listener when session tracker filter is destroyed by @tamasmak in #208
- chore: upgrade to Flow 25, Java 21, SB 4 and Jackson 3 by @mcollovati in #217
- chore: Update license-checker version to 2.1.0 by @mshabarov in #216
- chore: Update license-checker dependency version to 2.1.1 by @mshabarov in #220
- chore: Update Spring Boot version to 4.0.0-RC1 by @mshabarov in #221
- fix: prevent creation of multiple HTTP sessions for a single cluster key by @mcollovati in #223
- upgrade springboot to 4.0.0-RC2 by @ZheSun88 in #225
- fix: Catch Throwable instead of Exception by @TatuLund in #227
- Update testbench.version from alpha3 to beta4 by @heruan in #230
- chore: Update Vaadin license-checker version to 2.2.0-beta1 by @mshabarov in #226
- fix: reference redis autoconfiguration by name by @mcollovati in #238
- fix: force pessimistic serialization on application shutdown by @mcollovati in #240
- feat: add deserialization lifecycle methods to BackendConnector by @mcollovati in #239
- fix: introduce a delay between optimistic serialization attempts by @mcollovati in #246
- chore: upgrade springboot to 4.0.0 by @ZheSun88 in #250
- fix: block incoming requests when application is shutting down by @mcollovati in #244
- fix: reject concurrent requests during deserialization by @mcollovati in #249
- fix: fix RedisConnector autoconfiguration by @mcollovati in #256
- fix: postpone push on server shutdown by @mcollovati in #252
- fix: ensure backend connector remains available until last serialization completes by @mcollovati in #253
- fix: improve ClusterSupport logging by @mcollovati in #254
- Make RedisConnector conditional on RedisConnectionFactory by @heruan in #262
- align dependency versions with Vaadin 25 by @ZheSun88 in #263
- chore: upgrade license-checker to 3.0.0-rc2 by @vaadin-bot in #265
- chore: upgrade vaadin-testbench to 10.0.0-rc1 by @vaadin-bot in #266
- chore: upgrade license-checker to 3.0.0 by @vaadin-bot in #269
- chore: upgrade vaadin-testbench to 10.0.0 by @vaadin-bot in #270
New Contributors
Full Changelog: 2.4.3...3.0.0
3.0.0-rc1
What's Changed
- Make RedisConnector conditional on RedisConnectionFactory by @heruan in #262
- align dependency versions with Vaadin 25 by @ZheSun88 in #263
- chore: upgrade license-checker to 3.0.0-rc2 by @vaadin-bot in #265
- chore: upgrade vaadin-testbench to 10.0.0-rc1 by @vaadin-bot in #266
Full Changelog: 3.0.0-beta2...3.0.0-rc1
2.6.0-beta2
What's Changed
- fix: ensure backend connector remains available until last serialization completes (#253) by @mcollovati in #259
Full Changelog: 2.6.0-beta1...2.6.0-beta2
3.0.0-beta2
What's Changed
- chore: Update license-checker dependency version to 2.1.1 by @mshabarov in #220
- chore: Update Spring Boot version to 4.0.0-RC1 by @mshabarov in #221
- fix: prevent creation of multiple HTTP sessions for a single cluster key by @mcollovati in #223
- upgrade springboot to 4.0.0-RC2 by @ZheSun88 in #225
- fix: Catch Throwable instead of Exception by @TatuLund in #227
- Update testbench.version from alpha3 to beta4 by @heruan in #230
- chore: Update Vaadin license-checker version to 2.2.0-beta1 by @mshabarov in #226
- fix: reference redis autoconfiguration by name by @mcollovati in #238
- fix: force pessimistic serialization on application shutdown by @mcollovati in #240
- feat: add deserialization lifecycle methods to BackendConnector by @mcollovati in #239
- fix: introduce a delay between optimistic serialization attempts by @mcollovati in #246
- chore: upgrade springboot to 4.0.0 by @ZheSun88 in #250
- fix: block incoming requests when application is shutting down by @mcollovati in #244
- fix: reject concurrent requests during deserialization by @mcollovati in #249
- fix: fix RedisConnector autoconfiguration by @mcollovati in #256
- fix: postpone push on server shutdown by @mcollovati in #252
- fix: ensure backend connector remains available until last serialization completes by @mcollovati in #253
- fix: improve ClusterSupport logging by @mcollovati in #254
Full Changelog: 3.0.0-beta1...3.0.0-beta2
2.6.0-beta1
What's Changed
- test: enable and fix tests (2.6) by @mcollovati in #242
- feat: add deserialization lifecycle methods to BackendConnector (#239) (CP: 2.6) by @vaadin-bot in #241
- fix: force pessimistic serialization on application shutdown (#240) (CP: 2.6) by @mcollovati in #243
- fix: introduce a delay between optimistic serialization attempts (#246) (CP: 2.6) by @vaadin-bot in #247
- fix: block incoming requests when application is shutting down (#244) (CP: 2.6) by @mcollovati in #251
- fix: reject concurrent requests during deserialization (#249) (CP: 2.6) by @mcollovati in #255
- fix: postpone push on server shutdown (#252) (CP: 2.6) by @vaadin-bot in #257
- fix: improve ClusterSupport logging (#254) (CP: 2.6) by @vaadin-bot in #258
Full Changelog: 2.5.2...2.6.0-beta1
2.5.2
What's Changed
- chore: upgrade springboot 3.5.7 (2.5) by @ZheSun88 in #219
- fix: Catch Throwable (#227) (CP: 2.5) by @mcollovati in #228
- fix: prevent creation of multiple HTTP sessions for a single cluster key (#223) (CP: 2.5) by @mcollovati in #229
Full Changelog: 2.5.1...2.5.2
3.0.0-beta1
What's Changed
- Bump to 3.0-SNAPSHOT by @heruan in #196
- chore: bump Spring Boot to 4.0.0-M1 with Flow 25 by @tltv in #194
- chore: Upgrade to LicenseChecker to 2.0.0-alpha3 by @mshabarov in #197
- refactor: use BaseLicenseCheckerServiceInitListener as super class to LicenseCheckerServiceInitListener by @sosa-vaadin in #199
- fix: make LicenseCheckerServiceInitListener no-args constructor public by @sosa-vaadin in #203
- chore: Update Vaadin license-checker version to 2.0.0-rc1 by @mshabarov in #204
- Replace Elemental with Jackson by @tamasmak in #207
- Make optimistic serialization timeout configurable by @tamasmak in #206
- Fix demo app by @tamasmak in #212
- chore: upgrade license-checker to 2.0.0 by @ZheSun88 in #209
- Stop session listener when session tracker filter is destroyed by @tamasmak in #208
- chore: upgrade to Flow 25, Java 21, SB 4 and Jackson 3 by @mcollovati in #217
- chore: Update license-checker version to 2.1.0 by @mshabarov in #216
New Contributors
Full Changelog: 2.5.1...3.0.0-beta1
2.5.1
2.5.0
What's Changed
- cp: refactor: use BaseLicenseCheckerServiceInitListener as super class to LicenseCheckerServiceInitListener by @sosa-vaadin in #200
- Update license-checker version to 2.0.0-beta4 by @heruan in #202
- Bump to 2.5-SNAPSHOT by @heruan in #201
- chore: upgrade license-checker 2.0.0-rc1 and spring boot 3.5.5 by @ZheSun88 in #205
- chore: upgrade license-checker to 2.0.0 (2.5) by @ZheSun88 in #210
- chore: upgrade testbench to 9.5.0 (2.5) by @ZheSun88 in #211
Full Changelog: 2.4.3...2.5.0