Skip to content

Releases: vaadin/kubernetes-kit

3.0.0

17 Dec 06:59
4628e42

Choose a tag to compare

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

  • @tltv made their first contribution in #194

Full Changelog: 2.4.3...3.0.0

3.0.0-rc1

10 Dec 11:09
4a6229b

Choose a tag to compare

3.0.0-rc1 Pre-release
Pre-release

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

26 Nov 08:24
a5b43b2

Choose a tag to compare

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

26 Nov 07:33
3083623

Choose a tag to compare

3.0.0-beta2 Pre-release
Pre-release

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

26 Nov 07:42
a024fe7

Choose a tag to compare

What's Changed

Full Changelog: 2.5.2...2.6.0-beta1

2.5.2

18 Nov 08:04
5c1208a

Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.5.2

3.0.0-beta1

16 Oct 06:25
14f8152

Choose a tag to compare

3.0.0-beta1 Pre-release
Pre-release

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

  • @tltv made their first contribution in #194

Full Changelog: 2.5.1...3.0.0-beta1

2.5.1

18 Sep 13:24
e5d9dae

Choose a tag to compare

What's Changed

  • cp: Make optimistic serialization timeout configurable (#206) by @tamasmak in #214
  • cp: Stop session listener when session tracker filter is destroyed (#208) by @tamasmak in #215

Full Changelog: 2.5.0...2.5.1

2.5.0

16 Sep 10:10
45b4878

Choose a tag to compare

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

2.5.0-rc1

10 Sep 06:59
006fae8

Choose a tag to compare

2.5.0-rc1 Pre-release
Pre-release

What's Changed

  • chore: upgrade license-checker 2.0.0-rc1 and spring boot 3.5.5 by @ZheSun88 in #205

Full Changelog: 2.5.0-beta1...2.5.0-rc1