From 9067f8235d1f86790f696c09cbc9328a68eed47c Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 15 Dec 2016 15:56:16 -0600 Subject: [PATCH] Add What's New in 1.3 Fixes gh-627 --- docs/src/docs/asciidoc/index.adoc | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index c45d814..6dc2243 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -23,16 +23,21 @@ Additional features include: * <> - provides the ability to keep the `HttpSession` alive when receiving WebSocket messages -== What's New in 1.2 +== What's New in 1.3 -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. +Below are the highlights of what is new in Spring Session 1.3. You can find a complete list of what's new by referring to the changelogs of +https://github.com/spring-projects/spring-session/milestone/6?closed=1[1.3.0.M1], +https://github.com/spring-projects/spring-session/milestone/18?closed=1[1.3.0.M2], +https://github.com/spring-projects/spring-session/milestone/16?closed=1[1.3.0.RC1], and +https://github.com/spring-projects/spring-session/milestone/19?closed=1[1.3.0.RELEASE]. +* First class support for http://docs.spring.io/spring-session/docs/1.3.0.RELEASE/reference/html5/#httpsession-hazelcast[Hazelcast] +* First class support for http://docs.spring.io/spring-session/docs/1.3.0.RELEASE/reference/html5/#spring-security-concurrent-sessions-how[Spring Security's concurrent session management] * Added https://github.com/maseev/spring-session-orientdb[OrientDB Community Extension] -* Added <> (See https://github.com/spring-projects/spring-session/issues/364[#364]). -* Added <> (See https://github.com/spring-projects/spring-session/pull/371[#371]). -* SessionRepositoryFilter caches null session lookup (See https://github.com/spring-projects/spring-session/issues/423[#423]) -* link:guides/grails3.html[Grails 3 Sample & Guide] -* Improved Workspace Setup (See https://github.com/spring-projects/spring-session/pull/417[#417]) +* https://github.com/spring-projects/spring-session/tree/1.3.0.RELEASE/samples/httpsession-redis-json[GenericJackson2JsonRedisSerializer sample] with Spring Security's new Jackson Support +* Guides now https://github.com/spring-projects/spring-session/pull/652[use Lettuce] +* `spring.session.cleanup.cron.expression` can be used to override the cleanup task’s cron expression +* Lots of performance improvemetns and bug fixes [[samples]] == Samples and Guides (Start Here)