Skip to content

Releases: spring-projects/spring-session

3.0.0-M1

18 Jan 11:47
Compare
Choose a tag to compare
3.0.0-M1 Pre-release
Pre-release

🔨 Dependency Upgrades

  • Remove Hazelcast 3 support #1947
  • Upgrade Hazelcast to 5.0.2 #2011
  • Upgrade Spring Security to 6.0.0-M1 #2010
  • Upgrade Reactor to 2020.0.15 #2009
  • Upgrade Spring Data to 2022.0.0-M1 #2006
  • Upgrade Spring Framework to 6.0.0-M2 #2005
  • Upgrade MongoDB to 4.4.1 #2004
  • Upgrade Jackson to 2.13.1 #2003
  • Upgrade Javaconfig samples to Gretty 4 #1953
  • Migrate to Jakarta EE 9 #1949
  • Upgrade to JDK 17 #1945

2.7.0-M1

18 Jan 12:35
Compare
Choose a tag to compare
2.7.0-M1 Pre-release
Pre-release

🔨 Dependency Upgrades

  • Upgrade Jackson to 2.13.1 #2002
  • Upgrade Hazelcast 4 to 4.2.4 #2001
  • Upgrade MongoDB to 4.4.1 #2000
  • Upgrade Reactor to 2020.0.15 #1999
  • Upgrade Spring Framework to 5.3.15 #1998
  • Upgrade Spring Security to 5.7.0-M1 #1997
  • Upgrade Spring Data to 2021.2.0-M2 #1996
  • Bump up Gradle enterprise plugin to 3.7.2 #1969
  • Project modules should use jakarta.servlet:jakarta.servlet-api and not javax.servlet:javax.servlet-api #1960
  • Project modules should depend on jakarta.annotation:jakarta.annotation-api and not javax.annotation:javax.annotation-api #1956

❤️ Contributors

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

2.6.1

21 Dec 14:40
Compare
Choose a tag to compare

🪲 Bug Fixes

  • Doc : typo on Username _user- #1948

🔨 Dependency Upgrades

  • Upgrade Hazelcast 4 to 4.2.3 #1979
  • Upgrade Spring Security to 5.6.1 #1978
  • Upgrade Spring Framework to 5.3.14 #1977
  • Upgrade Reactor to 2020.0.14 #1976

❤️ Contributors

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

2.5.4

21 Dec 12:19
Compare
Choose a tag to compare

⭐ New Features

  • Update to use s01.oss.sonatype.org Maven Publishing #1973

🪲 Bug Fixes

  • Session IDs are not cleaned up in principal index after Session ID changed when using Redis #1972

🔨 Dependency Upgrades

  • Upgrade samples to Spring Boot 2.5.7 #1986
  • Upgrade Hazelcast 4 to 4.2.3 #1985
  • Upgrade Spring Security to 5.5.4 #1984
  • Upgrade Spring Data to 2021.0.7 #1983
  • Upgrade Spring Framework to 5.3.14 #1982
  • Upgrade Reactor to 2020.0.14 #1981

2.6.0

16 Nov 18:11
Compare
Choose a tag to compare

⭐ New Features

  • Extract Build Conventions to buildSrc #1942
  • Remove dependency on JUnit 4 #1879

🪲 Bug Fixes

🔨 Dependency Upgrades

  • Upgrade MongoDB to 4.4.0 #1967
  • Upgrade samples to Spring Boot 2.5.6 #1966
  • Upgrade Jackson to 2.13.0 #1965
  • Upgrade Spring Security to 5.6.0 #1964
  • Upgrade Spring Data to 2021.1.0 #1963
  • Upgrade Spring Framework to 5.3.13 #1962
  • Upgrade Reactor to 2020.0.13 #1961
  • Update to Gradle 7.3 #1959
  • Upgrade checkstyle to 0.0.29 #1946

2.6.0-RC2

20 Oct 12:53
Compare
Choose a tag to compare
2.6.0-RC2 Pre-release
Pre-release

⭐ New Features

  • Introduce Spring Session MongoDB #1901

2.6.0-RC1

19 Oct 10:03
Compare
Choose a tag to compare
2.6.0-RC1 Pre-release
Pre-release

⭐ New Features

  • Use setter instead of field injection in SpringWebSessionConfiguration #1918
  • Support negative max inactive interval in reactive Redis repository #1917
  • Use Antora for Documentation #1237

🪲 Bug Fixes

  • Cannot find by index name when using Hazelcast with flush mode immediate #1921
  • Incorrect link in remember-me documentation #1915
  • Hazelcast session repository bean factory method return type is not specific enough #1905
  • Fix Spring Boot based Hazelcast samples #1902
  • Hazelcast4SessionUpdateEntryProcessor does not keep existing TTL of session map entry #1899
  • Principal Name Index is not stored in Hazelcast 4 Session when flush mode is immediate #1801
  • Session IDs are not cleaned up in principal index after Session ID changed when using Redis #1791

🔨 Dependency Upgrades

  • Upgrade samples to Spring Boot 2.5.5 #1929
  • Upgrade Spring Security to 5.6.0-RC1 #1928
  • Upgrade Spring Framework to 5.3.11 #1927
  • Upgrade Spring Data to 2021.1.0-RC1 #1926
  • Upgrade Reactor to 2020.0.12 #1925

❤️ Contributors

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

2.5.3

19 Oct 13:29
Compare
Choose a tag to compare

🪲 Bug Fixes

  • Hazelcast4SessionUpdateEntryProcessor does not keep existing TTL of session map entry #1911
  • Hazelcast session repository bean factory method return type is not specific enough #1907
  • Fix Spring Boot based Hazelcast samples #1903

🔨 Dependency Upgrades

  • Upgrade Spring Data to 2021.0.6 #1933
  • Upgrade Spring Security to 5.5.3 #1932
  • Upgrade Reactor to 2020.0.12 #1931
  • Upgrade Spring Framework to 5.3.11 #1930

2.4.6

19 Oct 13:57
Compare
Choose a tag to compare

🪲 Bug Fixes

  • Hazelcast session repository bean factory method return type is not specific enough #1906
  • Fix Spring Boot based Hazelcast samples #1904

🔨 Dependency Upgrades

  • Upgrade samples to Spring Boot 2.4.11 #1938
  • Upgrade Spring Security to 5.4.9 #1937
  • Upgrade Spring Data to 2020.0.14 #1936
  • Upgrade Spring Framework to 5.3.11 #1935
  • Upgrade Reactor to 2020.0.12 #1934

2.6.0-M1

17 Aug 14:13
Compare
Choose a tag to compare
2.6.0-M1 Pre-release
Pre-release

⭐ New Features

  • Make Websocket sample compatible with Spring Boot 2.5.3 #1886
  • Point "What's New" section to Wiki #1878
  • Add links to Mongo and Geode docs #1867
  • Add links to the other documentation format #1865
  • Set cookie path to context path without trailing slash #1863

🪲 Bug Fixes

  • Prevent GitHub Actions build from running on forks #1678

🔨 Dependency Upgrades

  • Upgrade Hazelcast 4 to 4.2.2 #1887
  • Upgrade samples to Spring Boot 2.5.3 #1885
  • Upgrade Spring Security to 5.6.0-M2 #1884
  • Upgrade Spring Data to 2021.1.0-M2 #1883
  • Upgrade Spring Framework to 5.3.9 #1882
  • Upgrade Reactor to 2020.0.10 #1881

❤️ Contributors

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