Skip to content

Releases: spring-projects/spring-session

3.1.2

19 Aug 00:20
Compare
Choose a tag to compare

⭐ New Features

  • Fix Documentation Title #2330

🐞 Bug Fixes

  • Getting Started sections are returning 404 #2337

🔨 Dependency Upgrades

  • Update org.springframework.security to 6.1.2 #2448
  • Update org.springframework.data to 2022.0.8 #2447
  • Update org.springframework to 6.0.11 #2445
  • Upgrade to Gradle 8.2.1 #2389

3.0.3

19 Aug 00:19
Compare
Choose a tag to compare

⭐ New Features

  • Fix Documentation Title #2329
  • Use Antora name of Session #2328

🐞 Bug Fixes

  • Getting Started sections are returning 404 #2335

🔨 Dependency Upgrades

  • Update org.springframework.security to 6.0.5 #2425
  • Update org.springframework.data to 2022.0.9 #2424
  • Update org.springframework to 6.0.11 #2422
  • Upgrade to Gradle 8.2.1 #2388

2.7.3

19 Aug 00:19
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Update Spring Security to 5.7.10 #2405
  • Update Spring Data to 2021.2.14 #2404
  • Update Spring Framework to 5.3.29 #2403

2.6.4

19 Aug 00:18
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Sources and javadocs missing in latest snapshots #2177

🔨 Dependency Upgrades

  • Update Spring Security to 5.6.12 #2402
  • Update Spring Data to 2021.1.10 #2401
  • Update Spring Framework to 5.3.29 #2400

3.2.0-M1

18 Jul 18:26
Compare
Choose a tag to compare
3.2.0-M1 Pre-release
Pre-release

⭐ New Features

  • Introduce SessionIdGenerationStrategy #2286
  • Commit Session on Include Dispatch calls commitSession each time #2285

🔨 Dependency Upgrades

  • Update org.springframework.boot to 3.1.1 #2376
  • Update postgresql to 42.6.0 #2373
  • Update org.mockito to 4.11.0 #2371
  • Update mariadb-java-client to 3.1.4 #2370
  • Update org.junit.jupiter to 5.10.0-RC1 #2369
  • Update hsqldb to 2.7.2 #2368
  • Update assertj-core to 3.24.2 #2366
  • Update aspectjweaver to 1.9.19 #2365
  • Update mysql-connector-java to 8.0.33 #2363
  • Update jakarta.websocket to 2.1.1 #2362
  • Update io.projectreactor to 3.6.0-M1 #2358
  • Update lettuce-core to 6.2.5.RELEASE #2357
  • Update ojdbc8 to 21.10.0.0 #2356
  • Update jcc to 11.5.8.0 #2354
  • Update hazelcast to 5.3.1 #2353
  • Update h2 to 2.2.220 #2352
  • Update ch.qos.logback to 1.4.8 #2350
  • Update to Spring Security 6.2.0-M1 #2347
  • Update to Spring Framework 6.1.0-M2 #2346
  • Update to Spring Data 2023.1.0-M1 #2348

❤️ Contributors

Thank you to all the contributors who worked on this release:

@laurentschoelens and @marcusdacoregio

3.1.1

20 Jun 13:55
Compare
Choose a tag to compare

⭐ New Features

🐞 Bug Fixes

  • ReactiveRedisSessionRepository.RedisSession#saveChangeSessionId fails with "ERR no such key" if the session has been deleted concurrently. #2309
  • Failed rename for deleted session is not ignored with Redisson #2307

🔨 Dependency Upgrades

  • Update Spring Data to 2022.0.7 #2326
  • Update Spring Framework to 6.0.10 #2325
  • Update Spring Security to 6.1.1 #2324
  • Update ch.qos.logback:logback-core to 1.4.7 #2315

3.0.2

20 Jun 13:55
Compare
Choose a tag to compare

⭐ New Features

🐞 Bug Fixes

  • ReactiveRedisSessionRepository.RedisSession#saveChangeSessionId fails with "ERR no such key" if the session has been deleted concurrently. #2308
  • Failed rename for deleted session is not ignored with Redisson #2306
  • HttpSession and RESTful APIs documentation bug #2259

🔨 Dependency Upgrades

  • Update Spring Data to 2022.0.7 #2323
  • Update Spring Framework to 6.0.10 #2322
  • Update Spring Security to 6.0.4 #2321
  • Update ch.qos.logback:logback-core to 1.4.7 #2314
  • Update Gradle Enterprise plugins #2278

2.7.2

20 Jun 14:24
Compare
Choose a tag to compare

⭐ New Features

  • Revisit Introduction #2295

🐞 Bug Fixes

  • ReactiveRedisSessionRepository.RedisSession#saveChangeSessionId fails with "ERR no such key" if the session has been deleted concurrently. #2281
  • Failed rename for deleted session is not ignored with Redisson #1743

🔨 Dependency Upgrades

  • Update Spring Framework to 5.3.28 #2320
  • Update Spring Data to 2021.2.13 #2319
  • Update Spring Security to 5.7.9 #2318
  • Update Gradle Enterprise plugins #2233

❤️ Contributors

Thank you to all the contributors who worked on this release:

@jprinet

3.1.0

16 May 15:15
af1e1b4
Compare
Choose a tag to compare

New Features

  • Update RELEASE.adoc #2299

Dependency Upgrades

  • Update to Spring Securtiy 6.1.0 #2300
  • Update org.springframework.data to 2022.0.6 #2297
  • Update spring-framework-bom to 6.0.9 #2296

3.1.0-RC1

18 Apr 13:04
Compare
Choose a tag to compare
3.1.0-RC1 Pre-release
Pre-release

⭐ New Features

  • Reuse StringRedisSerializer instance #2055

🔨 Dependency Upgrades

  • Update spring-data-bom to 2022.0.5 #2291
  • Update spring-security-bom to 6.0.3 #2290
  • Update spring-framework-bom to 6.0.8 #2289
  • Update Gradle Enterprise plugins #2279

❤️ Contributors

Thank you to all the contributors who worked on this release:

@quaff