Repository: tinkerpop Updated Branches: refs/heads/master 1cba003a5 -> 28e0b111e
Prepping changelog and upgrade docs for 3.1.8 release. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/72ff2cb2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/72ff2cb2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/72ff2cb2 Branch: refs/heads/master Commit: 72ff2cb2c3d75deb107f91eaeb04930d7043a7e7 Parents: 6144dd0 Author: Ted Wilmes <[email protected]> Authored: Sun Aug 20 15:22:09 2017 -0500 Committer: Ted Wilmes <[email protected]> Committed: Sun Aug 20 15:22:09 2017 -0500 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 5 ++++- docs/src/upgrade/release-3.1.x-incubating.asciidoc | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/72ff2cb2/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e2b849c..a1c8361 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,16 +23,19 @@ TinkerPop 3.1.0 (A 187 On The Undercover Gremlinz) image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-gangster.png[width=185] [[release-3-1-8]] -TinkerPop 3.1.8 (Release Date: NOT OFFICIALLY RELEASED YET) +TinkerPop 3.1.8 (Release Date: August 21, 2017) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fixed a `MessageScope` bug in `TinkerGraphComputer`. * Fixed a bug in `BigDecimal` divisions in `NumberHelper` that potentially threw an `ArithmeticException`. +* Non-deserializable exceptions no longer added to ScriptRecordReader IOExceptions. Bugs ^^^^ +* TINKERPOP-1519 TinkerGraphComputer doesn't handle multiple MessageScopes in single iteration * TINKERPOP-1736 Sack step evaluated by Groovy interprets numbers in an unexpected way +* TINKERPOP-1754 Spark can not deserialise some ScriptRecordReader parse exceptions [[release-3-1-7]] TinkerPop 3.1.7 (Release Date: June 12, 2017) http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/72ff2cb2/docs/src/upgrade/release-3.1.x-incubating.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.1.x-incubating.asciidoc b/docs/src/upgrade/release-3.1.x-incubating.asciidoc index 6a7bd55..a0fa300 100644 --- a/docs/src/upgrade/release-3.1.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.1.x-incubating.asciidoc @@ -25,7 +25,9 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.1.8 --------------- -*Release Date: NOT OFFICIALLY RELEASED YET* +*Release Date: August 21, 2017* + +Please see the link:https://github.com/apache/tinkerpop/blob/3.1.8/CHANGELOG.asciidoc#tinkerpop-318-release-date-august-21-2017[changelog] for a complete list of all the modifications that are part of this release. TinkerPop 3.1.7 ---------------
