Skip to content

3.2.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcusdacoregio marcusdacoregio released this 17 Oct 12:56
· 947 commits to main since this release

⭐ New Features

  • Continue renaming SessionIdGenerationStrategy to SessionIdGenerator #2397
  • Rename SessionIdGenerationStrategy to SessionIdGenerator #2391
  • Allow Customizing Redis Session Mapper #2021

🐞 Bug Fixes

  • @EnableRedisWebSession, some sessions do not set a timeout when they are stored in redis, but never expire. #2472
  • Add the Custom Cookie guide to the nav-list #2468
  • Add missing ":" in RedisIndexedSessionRepository javadoc. #2460
  • Avoid blocking on session id generation #2396
  • ReactiveRedisSessionRepository Block when creating new session #2393
  • Rectify Hazelcast documentation #2466

🔨 Dependency Upgrades

  • Update org.springframework.security:spring-security-bom to 6.2.0-RC1 #2489
  • Update org.springframework.data:spring-data-bom to 2023.1.0-RC1 #2488
  • Update org.springframework:spring-framework-bom to 6.1.0-RC1 #2487
  • Update org.junit:junit-bom to 5.10.0 #2486
  • Update io.projectreactor:reactor-bom to 2023.0.0-RC1 #2485
  • Upgrade mockito to 5.5.0 #2462
  • Upgrade to Gradle 8.2.1 #2390
  • Update org.testcontainers to 1.18.3 #2378
  • Update com.fasterxml.jackson.core to 2.15.2 #2351

❤️ Contributors

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

@limo520 and @quaff