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 2022/06/20 18:36:52 UTC

[tinkerpop] branch master updated (9b97286447 -> df0c7367d9)

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

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


    from 9b97286447 Minor formatting CTR
     add ee9faad047 Add missing response status codes in .NET.
     add 8752c04163 Add missing cases in ResponseStatusCode.IndicatesError.
     new 91ad781b12 Merge branch 'pr-1710' into 3.5-dev
     new 24da24ff11 Updated CHANGELOG CTR
     new 0f2f71c85c Merge branch '3.5-dev' into 3.6-dev
     add 06a398e45e Add missing response status codes in .NET.
     add 93e384eff2 Add missing cases in ResponseStatusCode.IndicatesError.
     new ee394b79e9 Merge branch 'pr-1698' into 3.6-dev
     new df0c7367d9 Merge branch '3.6-dev'

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                 |  2 ++
 .../Driver/Messages/ResponseStatusCode.cs          | 34 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)


[tinkerpop] 03/05: Merge branch '3.5-dev' into 3.6-dev

Posted by sp...@apache.org.
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

commit 0f2f71c85c2b2dc3097bdd9d90a928f7569962ac
Merge: 3fa2be6b3d 24da24ff11
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 20 14:28:05 2022 -0400

    Merge branch '3.5-dev' into 3.6-dev

 CHANGELOG.asciidoc                                 |  1 +
 .../Driver/Messages/ResponseStatusCode.cs          | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)



[tinkerpop] 01/05: Merge branch 'pr-1710' into 3.5-dev

Posted by sp...@apache.org.
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

commit 91ad781b12f5c6ca03d29418119026b601dd15be
Merge: be70714c28 8752c04163
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 20 14:26:24 2022 -0400

    Merge branch 'pr-1710' into 3.5-dev

 .../Driver/Messages/ResponseStatusCode.cs          | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)


[tinkerpop] 04/05: Merge branch 'pr-1698' into 3.6-dev

Posted by sp...@apache.org.
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

commit ee394b79e91158dea05b87eaa7e6f13c8513e90b
Merge: 0f2f71c85c 93e384eff2
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 20 14:36:11 2022 -0400

    Merge branch 'pr-1698' into 3.6-dev

 CHANGELOG.asciidoc                                                  | 1 +
 .../src/Gremlin.Net/Driver/Messages/ResponseStatusCode.cs           | 6 ++++++
 2 files changed, 7 insertions(+)

diff --cc CHANGELOG.asciidoc
index b610fe3608,1cf4093072..81292d98e9
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -25,7 -25,6 +25,8 @@@ image::https://raw.githubusercontent.co
  
  This release also includes changes from <<release-3-5-4, 3.5.4>>.
  
 +* Made GraphBinary the default serialization format for .NET and Python.
++* Added missing `ResponseStatusCodeEnum` entry for 595 for .NET.
  
  [[release-3-6-0]]
  === TinkerPop 3.6.0 (Release Date: April 4, 2022)


[tinkerpop] 05/05: Merge branch '3.6-dev'

Posted by sp...@apache.org.
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

commit df0c7367d97a440fb0f1d6c3d8a5f26a07ae01b2
Merge: 9b97286447 ee394b79e9
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 20 14:36:40 2022 -0400

    Merge branch '3.6-dev'

 CHANGELOG.asciidoc                                 |  2 ++
 .../Driver/Messages/ResponseStatusCode.cs          | 34 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)



[tinkerpop] 02/05: Updated CHANGELOG CTR

Posted by sp...@apache.org.
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

commit 24da24ff11f0547124d81119d8eb3ed8804c7a91
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 20 14:27:44 2022 -0400

    Updated CHANGELOG CTR
---
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index bb9ef2e890..884256c8b2 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -30,6 +30,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Improved startup time by removing unnecessary DNS lookup.
 * Bumped to logback 1.2.9.
 * Bumped to netty 4.1.77.
+* Added missing `ResponseStatusCodeEnum` entries for 403, 429, 497, and 596 for .NET.
 * Added GraphBinary support in gremlin-python for short, bigdecimal and biginteger.
 * Fixed bug in `PartitionStrategy` where the use of `AbstractLambdaTraversal` caused an unexpected exception.
 * Fixed bug where close requests for sessions were improperly validating the request in the `UnifiedChannelizer`.