Spring Session Versions Save

Spring Session

3.0.2

10 months ago

:star: New Features

:lady_beetle: 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

:hammer: 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

3.1.0

1 year ago

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

1 year ago

:star: New Features

  • Reuse StringRedisSerializer instance #2055

:hammer: 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

:heart: Contributors

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

@quaff

3.1.0-M1

1 year ago

:star: New Features

  • Introduce Utility Method to Replace Default Table Name #2256

:hammer: 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

:heart: Contributors

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

@marcusdacoregio

3.0.1

1 year ago

:lady_beetle: 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

:hammer: 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

:heart: Contributors

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

@marcel-wollschlaeger

2.7.1

1 year ago

:star: New Features

  • Polish related to testcontainers #2081

:lady_beetle: Bug Fixes

  • docs: fix broken links in hazelcast documents #2220
  • Corrected documentation Reference Link #2100

:hammer: 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

:heart: Contributors

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

@KaoruMuta, @bkakadiya, and @eddumelendez

3.0.0

1 year ago

:star: New Features

  • label jpg as binary file in .gitattributes #2208

:beetle: Bug Fixes

  • Update reference site link #2197

:hammer: 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

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

3.0.0-RC2

1 year ago

:star: New Features

  • Add Spring Session BOM module #2199
  • Update security config in samples #2198
  • Move Spring Session Bom to spring-projects/spring-session #2195

:lady_beetle: Bug Fixes

  • Avoid changing line endings of png and mmdb files #2200

:hammer: 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

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

3.0.0-RC1

1 year ago

:star: 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 @Configuration meta-annotation from @Enable*Session annotations #2165
  • Simplify expired session cleanup jobs #2163

:lady_beetle: Bug Fixes

  • Fix max inactive interval setters backwards compatibility #2176
  • Fix SessionCreatedEvent handling in RedisIndexedSessionRepository #2171
  • Fix "Find by Username" sample #2164

:hammer: 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

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

3.0.0-M4

1 year ago

:star: New Features

  • Restructure Redis HttpSession configuration support #2123
  • Use text blocks for SQL statements #2137
  • Improve spring-session-docs module #2134
  • Fix deprecation warnings #2128
  • Adapt tests that expected a DuplicateKeyException #2113
  • Adapt DuplicateKeyException on insertSessionAttributes to new SQL Exception Translator #2108
  • Add native-image support for Core classes #2104
  • Add native-image support for JDBC schema files #2103

:lady_beetle: Bug Fixes

  • Fix test failures in samples #2138
  • Fix Spring Security configuration in tests #2125
  • Disable Hazelcast network join auto-detection in tests #2117
  • Fix Session Native samples stuck #2114
  • Fix failing tests #2107

:hammer: Dependency Upgrades

  • Update to org.mongodb 4.7.1 #2162
  • Upgrade to org.postgresql:postgresql:42.5.0 #2161
  • Upgrade to org.mariadb.jdbc:mariadb-java-client:3.0.7 #2159
  • Upgrade to org.hsqldb:hsqldb:2.7.0 #2158
  • Upgrade to org.assertj:assertj-core:3.23.1 #2157
  • Upgrade to mysql:mysql-connector-java:8.0.30 #2156
  • Upgrade to io.lettuce:lettuce-core:6.2.0.RELEASE #2155
  • Upgrade to com.zaxxer:HikariCP:5.0.1 #2154
  • Upgrade to com.oracle.database.jdbc:ojdbc8:21.7.0.0 #2153
  • Upgrade to com.microsoft.sqlserver:mssql-jdbc:11.2.1.jre17 #2152
  • Upgrade to com.ibm.db2:jcc:11.5.7.0 #2151
  • Upgrade to com.h2database:h2:2.1.214 #2150
  • Upgrade to ch.qos.logback:logback-core:1.2.11 #2149
  • Upgrade to org.aspectj:aspectjweaver:1.9.9.1 #2148
  • Upgrade to com.hazelcast:hazelcast:5.1.3 #2147
  • Upgrade to org.mockito:mockito-bom:4.8.0 #2146
  • Update to spring-security-bom:6.0.0-M7 #2145
  • Update to spring-data-bom:2022.0.0-M4 #2144
  • Update to spring-framework-bom:6.0.0-M6 #2143
  • Update to junit-bom:5.9.0 #2142
  • Update to jackson-bom:2.13.4 #2141
  • reactor-bom:2022.0.0-M6 #2140
  • Update integration tests #2129
  • Upgrade com.hazelcast:hazelcast to 5.0.3 #2110
  • Use Spring Security 6 Snapshots #2106
  • Use Spring Framework 6 Snapshots #2105
  • Update spring-data-bom:2.022.0.0-M4 #2094

:heart: Contributors

We'd like to thank all the contributors who worked on this release!