8000 Releases · innoq/spring-cookie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: innoq/spring-cookie

1.2.0

15 May 06:52
v1.2.0
df2be0a
Compare
Choose a tag to compare

1.2.0 - 2025-05-15

This release simplifies using your own signing algorithm and improves
documentation.

⭐️ New Features

  • Allow public access to HmacCookieValueSigner (edb346a)
  • Dedicated class CookieValueSigners for factory methods (0c8fd83)
  • Factory method for HMAC SHA-512 signing (cd3686a)

📔 Documentation

  • Add documentation for integrating into Spring Boot (770ae5b)

❤️ Contributors

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

1.1.0

09 May 17:52
v1.1.0
6e1ede4
Compare
Choose a tag to compare

1.1.0 - 2025-05-09

This release upgrades all dependencies to be compliant with Spring Boot 3.3.11 or later.

🔨 Dependency Upgrades

  • Use Spring Boot 3.3.11 as dependency baseline (ae4f372)
  • Use Spring Boot 3.2.7 as dependency baseline (fc9b3ec)
  • Use Spring Boot 3.0.6 as dependency baseline (1374a8d)
  • Use Spring Boot 3.0.3 as dependency baseline (e0b1f23)

❤️ Contributors

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

1.0.0

09 May 17:59
v1.0.0
e65e9e3
Compare
Choose a tag to compare

1.0.0 - 2023-02-08

This breaking release upgrades all dependencies to be compliant with Spring Boot 3.0.2.

🔨 Dependency Upgrades

  • Use Spring Boot 3.0.2 as dependency baseline (fb4449b)

❤️ Contributors

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

0.1.0

09 May 18:03
883e287
Compare
Choose a tag to compare

0.1.0 - 2019-11-07

This is the initial release.

⭐️ New Features

  • Codec abstraction (bd3563f)
  • CookieFlashMapManager (e5e13d4)
  • FlashMapDeserializer (e409703)
  • FlashMapSerializer (ef71881)
  • Enforce signing and verifying of cookie value (78e8280)

❤️ Contributors

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

0