Skip to content

Releases: double16/grails-cookie-session

Major dependency upgrades

21 Oct 13:05
Compare
Choose a tag to compare
Pre-release

SERIALIZATION COMPATIBILITY:

  • Incompatible with previous versions

FEATURES:

IMPROVEMENTS:

  • Upgrade to Kryo 4.0.1
  • Use Snappy compression if native library is found (fallback to deflate)
  • Performance improvements
  • Add (deep) dirty checking support and only set cookies if changed, fixes GH-48 (@exell-christopher, @double16)
  • Throw MaxSizeExceededException instead of raw exception when session max size is exceeded, PR-71 (@sanmibuh)

BUG FIXES:

  • Documentation fix for httponly config GH-72
  • SimpleGrantedAuthority cannot be serialized by Kryo GH-54
  • When using Spring Security the session gets larger and larger GH-53
  • Cannot cast com.esotericsoftware.shaded...StdInstantiatorStrategy to InstantiatorStrategy GH-52
  • Merge tests into the main repository GH-38