Spring Session 1.1.0.M1 Released
On behalf of the community, I'm pleased to announce the release of Spring Session 1.1.0.M1. The release can be found in the Spring Milestone Repository (https://repo.spring.io/milestone/).
This release contains lots of fixes and new features. You can find a complete list in the changelog. The highlights have been included below:
- Support for search for session by username
- Support Customize Cookie Creation. Thanks to everyone who provided PRs and feedback for this feature!
- Add HttpSessionListener support
- Allow override default RedisSerializer
- Added comprehensive Hazelcast and configuration support. Thanks @_mark_a and @tommyludwig!
- Performance improvements
- Allow scoping the session in Redis using redisNamespace. Thanks fstegmann!
- Add ExpiringSession.setLastAccessedTime(long) …