Repository: tinkerpop Updated Branches: refs/heads/master 62dc03388 -> 581433d73
Minor fixups to links/spelling in upgrade docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/47e06004 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/47e06004 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/47e06004 Branch: refs/heads/master Commit: 47e060047a23403c5062a87adcb63d784513d730 Parents: b08d0d8 Author: Stephen Mallette <[email protected]> Authored: Thu Aug 23 12:43:12 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Aug 23 12:43:12 2018 -0400 ---------------------------------------------------------------------- docs/src/upgrade/release-3.2.x-incubating.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/47e06004/docs/src/upgrade/release-3.2.x-incubating.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc index 6f2aff8..c7ae1e2 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -29,7 +29,12 @@ Please see the link:https://github.com/apache/tinkerpop/blob/3.2.10/CHANGELOG.as === Upgrading for Users -The Gremlin Javascript Driver now supports SASL Plain Text authentication against a Gremlin Server. See: link:http://tinkerpop.apache.org/docs/current/reference#gremlin-javascript[Reference Documentation - Gremlin Javasctipt] +==== SASL in Gremlin.Net + +The Gremlin Javascript Driver now supports SASL Plain Text authentication against a Gremlin Server. + +See: link:https://issues.apache.org/jira/browse/TINKERPOP-1977[TINKERPOP-1977], +link:http://tinkerpop.apache.org/docs/3.2.10/reference#gremlin-javascript[Reference Documentation - Gremlin Javascript] ==== Bulk Import and Export
