Releases: spring-projects/spring-session
Releases · spring-projects/spring-session
3.2.0
⭐ New Features
- Document that a custom CookieSerializer might break Remember Me #2570
- Log a warning if custom
CookieSerializer
does not haverememberMeRequestAttribute
set #2568
🔨 Dependency Upgrades
- Bump org.springframework.security:spring-security-bom from 6.2.0-RC2 to 6.2.0 #2646
- Bump com.ibm.db2:jcc from 11.5.8.0 to 11.5.9.0 #2642
- Bump org.springframework.data:spring-data-bom from 2023.1.0-RC1 to 2023.1.0 #2641
- Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.39 to 0.0.40 #2630
- Bump io.spring.javaformat:spring-javaformat-gradle-plugin from 0.0.39 to 0.0.40 #2629
- Bump org.springframework:spring-framework-bom from 6.1.0-RC2 to 6.1.0 #2628
- Bump io.lettuce:lettuce-core from 6.2.6.RELEASE to 6.2.7.RELEASE #2626
- Bump io.projectreactor:reactor-bom from 2023.0.0-RC1 to 2023.0.0 #2622
- Bump io-projectreactor from 3.4.33 to 3.4.34 #2621
- Bump com.hazelcast:hazelcast from 5.3.5 to 5.3.6 #2617
- Bump org-mongodb from 4.11.0 to 4.11.1 #2615
- Bump org-junit-jupiter from 5.10.0 to 5.10.1 #2613
- Bump io.spring.ge.conventions from 0.0.7 to 0.0.14 #2612
- Bump org.springframework:spring-framework-bom from 6.1.0-RC1 to 6.1.0-RC2 #2611
- Bump com.gradle.enterprise from 3.12.3 to 3.12.6 #2605
- Bump org-gretty from 4.1.0 to 4.1.1 #2604
- Bump com.h2database:h2 from 2.2.220 to 2.2.224 #2603
- Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.29.0 to 4.29.4 #2602
- Bump com.hazelcast:hazelcast from 5.3.2 to 5.3.5 #2601
- Bump org.aspectj:aspectjweaver from 1.9.19 to 1.9.20.1 #2600
- Bump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.17.2 #2599
- Bump io-projectreactor from 3.4.11 to 3.4.33 #2598
- Bump io.lettuce:lettuce-core from 6.2.5.RELEASE to 6.2.6.RELEASE #2597
- Bump org.junit:junit-bom from 5.8.1 to 5.8.2 #2596
- Bump io.spring.nohttp:nohttp-checkstyle from 0.0.3.RELEASE to 0.0.11 #2575
- Bump org-slf4j from 2.0.7 to 2.0.9 #2574
- Bump org.springframework.security:spring-security-bom from 6.2.0-RC1 to 6.2.0-RC2 #2573
- Bump org-codehaus-groovy from 3.0.17 to 3.0.19 #2572
- Bump org.gretty from 4.1.0 to 4.1.1 #2571
- Bump org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14 #2558
- Bump com.github.spullara.mustache.java:compiler from 0.9.10 to 0.9.11 #2557
- Bump org.springframework.boot from 3.1.4 to 3.1.5 #2556
- Bump io.spring.gradle:dependency-management-plugin from 1.0.10.RELEASE to 1.0.15.RELEASE #2555
- Bump org-springframework-boot from 3.1.4 to 3.1.5 #2545
- Bump ch-qos-logback from 1.4.8 to 1.4.11 #2543
- Bump org.thymeleaf.extras:thymeleaf-extras-springsecurity6 from 3.1.1.RELEASE to 3.1.2.RELEASE #2542
- Update spring-javaformat to 0.0.39 #2530
- Bump com.microsoft.sqlserver:mssql-jdbc from 11.2.1.jre17 to 11.2.3.jre17 #2522
- Bump com.google.code.gson:gson from 2.8.8 to 2.8.9 #2521
- Bump org.springframework.boot from 3.1.1 to 3.1.4 #2520
- Bump org.springframework.security:spring-security-config from 6.2.0-RC1 to 6.2.0-RC2 #2519
- Bump com.hazelcast:hazelcast from 5.3.1 to 5.3.2 #2508
- Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 #2507
- Bump org.springframework.boot.aot from 3.1.1 to 3.1.4 #2506
- Bump org-springframework-boot from 3.1.1 to 3.1.4 #2504
- Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3 #2496
3.2.0-RC1
⭐ 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:
3.1.3
3.0.4
🐞 Bug Fixes
@EnableRedisWebSession
, some sessions do not set a timeout when they are stored in redis, but never expire. #2470- Add the Custom Cookie guide to the nav-list #2456
- Update reference site link #2451
- Rectify Hazelcast documentation #2461
🔨 Dependency Upgrades
- Update org.springframework.security:spring-security-bom to 6.0.8 #2480
- Update org.springframework.data:spring-data-bom to 2022.0.11 #2479
- Update org.springframework:spring-framework-bom to 6.0.13 #2478
- Update io.projectreactor:reactor-bom to 2022.0.12 #2477
❤️ Contributors
Thank you to all the contributors who worked on this release:
2.7.4
🐞 Bug Fixes
@EnableRedisWebSession
, some sessions do not set a timeout when they are stored in redis, but never expire. #2464
🔨 Dependency Upgrades
3.1.2
3.0.3
2.7.3
2.6.4
3.2.0-M1
⭐ 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: