Releases: spring-projects/spring-session
Releases · spring-projects/spring-session
3.0.2
⭐ 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
2.7.2
⭐ 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:
3.1.0
3.1.0-RC1
⭐ 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:
3.1.0-M1
⭐ New Features
- Introduce Utility Method to Replace Default Table Name #2256
🔨 Dependency Upgrades
- Update to testcontainers-bom:1.17.6 #2277
- Update to spring-security-bom:6.0.2 #2276
- Update to spring-data-bom:2022.0.4 #2275
- Update to org.springframework:spring-framework-bom:6.0.7 #2274
- Update to jackson-bom:2.14.2 #2273
- Update to reactor-bom:2022.0.5 #2272
❤️ Contributors
Thank you to all the contributors who worked on this release:
3.0.1
🐞 Bug Fixes
- Update Redis example documentation #2229
- 3.0.0 is not showing on reference documentation #2223
- In 3.0.0 HeaderHttpSessionIdResolver resolveSessionIds method have System.out.println #2215
🔨 Dependency Upgrades
- Update org.mongodb to 4.8.2 #2271
- Update to spring-security-bom:6.0.2 #2270
- Update to spring-data-bom:2022.0.3 #2269
- Update to spring-framework-bom:6.0.6 #2268
- Update to junit-bom:5.9.2 #2267
- Update to jackson-bom:2.14.2 #2266
- Update reactor-bom to 2022.0.5 #2265
❤️ Contributors
Thank you to all the contributors who worked on this release:
2.7.1
⭐ New Features
- Polish related to testcontainers #2081
🐞 Bug Fixes
🔨 Dependency Upgrades
- Update spring-security-bom to 5.7.7 #2264
- Update spring-data-bom to 2021.2.9 #2263
- Update spring-framework-bom to 5.3.26 #2262
- Update to reactor-bom 2020.0.3 #2260
- Update to mariadb-java-client 2.7.8 #2255
- Update to org.postgresql:postgresql:42.3.8 #2250
- Update to MongoDB 4.6.1 #2249
- Update to Mockito 4.5.1 #2248
- Update to mariadb-java-client 3.0.10 #2247
- Update to mysql-connector-java 8.0.32 #2246
- Update to lettuce 6.1.10.RELEASE #2245
- Update to HikariCP:4.0.3 #2244
- Update to com.ibm.db2:jcc:11.5.8.0 #2243
- Update to testcontainers 1.17.6 #2242
- Update to Spring Security 5.7.6 #2241
- Update to Spring Data 20201.2.7 #2240
- Update to Spring Framework 5.3.25 #2239
- Update to Jackson 2.13.4.20221013 #2238
- Update to Reactor 2020.0.27 #2237
- Update to Spring Boot 2.7.8 #2236
❤️ Contributors
Thank you to all the contributors who worked on this release:
3.0.0
⭐ New Features
- label jpg as binary file in .gitattributes #2208
🪲 Bug Fixes
- Update reference site link #2197
🔨 Dependency Upgrades
- Update to Spring Security 6.0.0 #2211
- Update to Spring Data 2022.0.0 #2210
- Update to Spring Framework 6.0.0 #2209
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.0-RC2
⭐ New Features
- Add Spring Session BOM module #2199
- Update security config in samples #2198
- Move Spring Session Bom to spring-projects/spring-session #2195
🐞 Bug Fixes
- Avoid changing line endings of png and mmdb files #2200
🔨 Dependency Upgrades
- Update to Spring Framework 6.0.0-RC4 #2204
- Update to Reactor 2022.0.0 #2203
- Align with Servlet 6.0 API #2201
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.0-RC1
⭐ New Features
- Spring Session BOM No longer uses CalVer (the version is 3.0.0-RC1 and aligns with Spring Core modules)
- Optimize filter #2194
- Upgrade Gradle to 7.5.1 #2192
- Avoid inheritance in configuration classes #2181
- Align MongoDB session repositories with other implementations #2173
- Use java.time in all session repositories and configurations #2169
- Ensure configuration classes can be used with
@Import#2168 - Replace JSR-250 annotations with standard Spring lifecycle callbacks #2167
- Remove
@Configurationmeta-annotation from@Enable*Sessionannotations #2165 - Simplify expired session cleanup jobs #2163
🐞 Bug Fixes
- Fix max inactive interval setters backwards compatibility #2176
- Fix SessionCreatedEvent handling in RedisIndexedSessionRepository #2171
- Fix "Find by Username" sample #2164
🔨 Dependency Upgrades
- Upgrade to Update to Spring Security 6.0.0-RC1 #2193
- Upgrade to Update to Reactor 2022.0.0-RC1 #2191
- Upgrade to Update to Jackson 2.13.4.20221013 #2190
- Upgrade to Update to JUnit 5.9.1 #2189
- Upgrade to Update to Mockito 4.8.1 #2188
- Upgrade to Update to Spring Framework 6.0.0-RC2 #2187
- Upgrade to Update to Spring Data 2022.0.0-RC1 #2186
- Upgrade to Update to hazelcast 5.1.4 #2185
- Upgrade to Update to lettuce 6.2.1.RELEASE #2184
- Upgrade to Update to derby 10.16.1.1 #2183
- Upgrade to Update to mongodb 4.8.0-beta0 #2182
- Build against RC snapshots of core dependencies #2174
- Upgrade Logback to 1.4.1 #2172
- Update Gradle Enterprise plugin to 3.11.1 #2139
❤️ Contributors
We'd like to thank all the contributors who worked on this release!