From 11e418526e1272ac9493cdef0e4a31347c322b72 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 11 Mar 2016 10:21:23 -0600 Subject: [PATCH] Add What's new in 1.2 Fixes gh-420 --- docs/src/docs/asciidoc/index.adoc | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index bfe41a4..f333d7d 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -22,21 +22,13 @@ Additional features include: * <> - provides the ability to keep the `HttpSession` alive when receiving WebSocket messages -== What's New in 1.1 +== What's New in 1.2 -Below are the highlights of what is new in Spring Session 1.1. You can find a complete list of what's new in https://github.com/spring-projects/spring-session/issues?utf8=%E2%9C%93&q=milestone%3A%221.1.0+M1%22[1.1.0 M1] and https://github.com/spring-projects/spring-session/issues?utf8=%E2%9C%93&q=milestone%3A%221.1.0+RC1%22[1.1.0 RC1] by referring to the changelog. +Below are the highlights of what is new in Spring Session 1.2. You can find a complete list of what's new in https://github.com/spring-projects/spring-session/issues?utf8=%E2%9C%93&q=milestone%3A%221.2.0+RC1%22[1.2.0 RC1] by referring to the changelog. -* https://github.com/spring-projects/spring-session/issues/148[#148] - Added <> -* 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/273[#273] - Allow writing to Redis immediately (instead of lazily) using <> -* https://github.com/spring-projects/spring-session/issues/272[#272] - Add `ExpiringSession.setLastAccessedTime(long)` -* https://github.com/spring-projects/spring-session/pull/349[#349] - Added https://gitter.im/spring-projects/spring-session[Gitter Room] for discussing Spring Session +* Added <> (See https://github.com/spring-projects/spring-session/issues/364[#364]). +* Added <> (See https://github.com/spring-projects/spring-session/pull/371[#371]). +* Improved Workspace Setup (See https://github.com/spring-projects/spring-session/pull/371[#371]) [[samples]] == Samples and Guides (Start Here)