You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/12/04 12:37:34 UTC

[tinkerpop] branch master updated: Update spark version to 2.4.0 in changelog CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new e1ed9b3  Update spark version to 2.4.0 in changelog CTR
e1ed9b3 is described below

commit e1ed9b37095eca381a692267053f3fc007c0b15e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Dec 4 07:37:15 2018 -0500

    Update spark version to 2.4.0 in changelog CTR
---
 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 86baa90..99a8485 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -44,7 +44,7 @@ This release also includes changes from <<release-3-3-3, 3.3.3>>.
 * Maintained order of annotations in metrics returned from `profile()`-step.
 * Refactored `TypeTranslator` to be directly extensible for `ScriptTranslator` functions.
 * Bumped to Netty 4.1.25.
-* Bumped to Spark 2.3.1.
+* Bumped to Spark 2.4.0.
 * Bumped to Groovy 2.5.4.
 * Modified Gremlin Server to return a "host" status attribute on responses.
 * Added ability to the Java, .NET, Python and JavaScript drivers to retrieve status attributes returned from the server.