From 8e60c968a130a6aabbffc84f3e2f6a601ba7717e Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 17 Nov 2015 13:32:00 -0600 Subject: [PATCH] Add What's New in 1.1 Documentation Fixes gh-304 --- docs/src/docs/asciidoc/guides/findbyusername.adoc | 3 +++ docs/src/docs/asciidoc/index.adoc | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/src/docs/asciidoc/guides/findbyusername.adoc b/docs/src/docs/asciidoc/guides/findbyusername.adoc index 1cf4e451..b82a25ad 100644 --- a/docs/src/docs/asciidoc/guides/findbyusername.adoc +++ b/docs/src/docs/asciidoc/guides/findbyusername.adoc @@ -6,6 +6,9 @@ This guide describes how to use Spring Session to find sessions by username. NOTE: The completed guide can be found in the <>. +NOTE: This feature will likely be refactored in the next release to account for https://github.com/spring-projects/spring-session/issues/301[#301] + + [[findbyusername-assumptions]] == Assumptions diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index f3d08d70..b8c1143d 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -22,6 +22,19 @@ Additional features include: * <> - provides the ability to keep the `HttpSession` alive when receiving WebSocket messages +== What's New in 1.1 + +Below are the highlights of what is new in Spring Session 1.1. You can find a complete list in the https://github.com/spring-projects/spring-session/issues?utf8=%E2%9C%93&q=milestone%3A%221.1.0+M1%22[changelog]. + +* https://github.com/spring-projects/spring-session/issues/7[#7] - link:guides/findbyusername.html[Query by Username] +* https://github.com/spring-projects/spring-session/issues/299[#299] - link:guides/custom-cookie.html[Customize Cookie Creation] +* https://github.com/spring-projects/spring-session/issues/4[#4] - Add <> support +* https://github.com/spring-projects/spring-session/issues/283[#283] - Allow override default `RedisSerializer` +* https://github.com/spring-projects/spring-session/issues/277[#277] - Added link:guides/hazelcast-spring.html[@EnableHazelcastHttpSession] +* https://github.com/spring-projects/spring-session/issues/271[#271] - Performance improvements +* https://github.com/spring-projects/spring-session/pull/218[#218] - Allow scoping the session in Redis using <> +* https://github.com/spring-projects/spring-session/issues/272[#272] - Add `ExpiringSession.setLastAccessedTime(long)` + [[samples]] == Samples and Guides (Start Here)