Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1692 6b11b85b1 -> a209d99eb (forced update)
Added upgrade notes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a209d99e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a209d99e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a209d99e Branch: refs/heads/TINKERPOP-1692 Commit: a209d99eb421e966b67634adf8043032919418c2 Parents: 6789163 Author: Robert Dale <[email protected]> Authored: Sun Sep 3 02:20:59 2017 -0400 Committer: Robert Dale <[email protected]> Committed: Sun Sep 3 02:20:59 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 3 +++ docs/src/upgrade/release-3.3.x.asciidoc | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a209d99e/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 5a2f88d..2c66d9e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -28,6 +28,9 @@ TinkerPop 3.3.1 (Release Date: NOT OFFICIALLY RELEASED YET) This release also includes changes from <<release-3-2-7, 3.2.7>>. +* Bumped Neo4j 3.2.3 + + [[release-3-3-0]] TinkerPop 3.3.0 (Release Date: August 21, 2017) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a209d99e/docs/src/upgrade/release-3.3.x.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.3.x.asciidoc b/docs/src/upgrade/release-3.3.x.asciidoc index bc41534..6f922ea 100644 --- a/docs/src/upgrade/release-3.3.x.asciidoc +++ b/docs/src/upgrade/release-3.3.x.asciidoc @@ -22,6 +22,22 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima *Gremlin Symphony #40 in G Minor* +TinkerPop 3.3.1 +--------------- + +*Release Date: NOT OFFICIALLY RELEASED YET* + +Please see the link:https://github.com/apache/tinkerpop/blob/3.3.1/CHANGELOG.asciidoc#release-3-3-1[changelog] for a complete list of all the modifications that are part of this release. + +Upgrading for Users +~~~~~~~~~~~~~~~~~~~ + +Upgrade Neo4j +^^^^^^^^^^^^^ + +See Neo4j's link:https://neo4j.com/guides/upgrade/[3.2 Upgrade FAQ] for a complete guide on how to upgrade from the previous 2.3.3 version. Also note that many of the configuration settings ave link:https://neo4j.com/developer/kb/manually-migrating-configuration-settings-from-neo4j-2x-to-neo4j-3x/[changed from neo4j 2x to 3x] + + TinkerPop 3.3.0 ---------------
