Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gremlinVersion from 3.5.2 to 3.6.1 #6759

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps gremlinVersion from 3.5.2 to 3.6.1.
Updates tinkergraph-gremlin from 3.5.2 to 3.6.1

Changelog

Sourced from tinkergraph-gremlin's changelog.

=== TinkerPop 3.6.1 (Release Date: July 18, 2022)

This release also includes changes from .

  • Made GraphBinary the default serialization format for .NET and Python.
  • Added missing ResponseStatusCodeEnum entry for 595 for .NET.
  • Fix a javadoc comment in Cluster.Builder regarding maxInProcessPerConnection.

==== Bugs

  • TINKERPOP-2734 NullPointerException when calling Client chooseConnection()
  • TINKERPOP-2736 PluginAcceptor interface no more available in 3.5.3+ but referred in documentation
  • TINKERPOP-2741 GraphMLWriter error message is not properly formatted
  • TINKERPOP-2746 Medium security vulnerabilities on logback-core
  • TINKERPOP-2751 Transaction: tx.commit() hangs up in javascript client-lib
  • TINKERPOP-2754 Javascript client hangs if the server restarts
  • TINKERPOP-2768 BranchStep pickToken should be integrated when added as a child option

==== Improvements

  • TINKERPOP-2229 JavaScript GLV: Add GraphBinary Support
  • TINKERPOP-2631 GraphSON float serialization when ujson is used is imprecise
  • TINKERPOP-2693 Complete GraphBinary support in Python
  • TINKERPOP-2715 remove log4jv1 dependency
  • TINKERPOP-2723 Make GraphBinary the default serialization format for .NET and Python (breaking)
  • TINKERPOP-2740 first request suspend more than 9s when using gremlin-java-driver
  • TINKERPOP-2748 Medium security vulnerability on netty-all and netty-codec
  • TINKERPOP-2762 getScopeKeys should respect the order of keys passed in Step
  • TINKERPOP-2764 AWS Neptune returns an inaccessible structured error response

[[release-3-6-0]] === TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.

... (truncated)

Commits
  • ed44703 TinkerPop 3.6.1 release
  • f314229 Merge branch '3.5-dev' into 3.6-dev
  • cc85b2e TinkerPop 3.5.4 release
  • 5f00f34 Merge branch '3.5-dev' into 3.6-dev
  • 25db051 Minor dev docs updates CTR
  • c478381 Merge branch '3.5-dev' into 3.6-dev
  • 137cad0 Fixed imports CTR
  • 61a02b6 Merge branch '3.5-dev' into 3.6-dev
  • 986f518 Merge branch 'pr-1754' into 3.5-dev
  • 2c11b96 Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates gremlin-driver from 3.5.2 to 3.6.1

Changelog

Sourced from gremlin-driver's changelog.

=== TinkerPop 3.6.1 (Release Date: July 18, 2022)

This release also includes changes from .

  • Made GraphBinary the default serialization format for .NET and Python.
  • Added missing ResponseStatusCodeEnum entry for 595 for .NET.
  • Fix a javadoc comment in Cluster.Builder regarding maxInProcessPerConnection.

==== Bugs

  • TINKERPOP-2734 NullPointerException when calling Client chooseConnection()
  • TINKERPOP-2736 PluginAcceptor interface no more available in 3.5.3+ but referred in documentation
  • TINKERPOP-2741 GraphMLWriter error message is not properly formatted
  • TINKERPOP-2746 Medium security vulnerabilities on logback-core
  • TINKERPOP-2751 Transaction: tx.commit() hangs up in javascript client-lib
  • TINKERPOP-2754 Javascript client hangs if the server restarts
  • TINKERPOP-2768 BranchStep pickToken should be integrated when added as a child option

==== Improvements

  • TINKERPOP-2229 JavaScript GLV: Add GraphBinary Support
  • TINKERPOP-2631 GraphSON float serialization when ujson is used is imprecise
  • TINKERPOP-2693 Complete GraphBinary support in Python
  • TINKERPOP-2715 remove log4jv1 dependency
  • TINKERPOP-2723 Make GraphBinary the default serialization format for .NET and Python (breaking)
  • TINKERPOP-2740 first request suspend more than 9s when using gremlin-java-driver
  • TINKERPOP-2748 Medium security vulnerability on netty-all and netty-codec
  • TINKERPOP-2762 getScopeKeys should respect the order of keys passed in Step
  • TINKERPOP-2764 AWS Neptune returns an inaccessible structured error response

[[release-3-6-0]] === TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.

... (truncated)

Commits
  • ed44703 TinkerPop 3.6.1 release
  • f314229 Merge branch '3.5-dev' into 3.6-dev
  • cc85b2e TinkerPop 3.5.4 release
  • 5f00f34 Merge branch '3.5-dev' into 3.6-dev
  • 25db051 Minor dev docs updates CTR
  • c478381 Merge branch '3.5-dev' into 3.6-dev
  • 137cad0 Fixed imports CTR
  • 61a02b6 Merge branch '3.5-dev' into 3.6-dev
  • 986f518 Merge branch 'pr-1754' into 3.5-dev
  • 2c11b96 Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates gremlin-core from 3.5.2 to 3.6.1

Changelog

Sourced from gremlin-core's changelog.

=== TinkerPop 3.6.1 (Release Date: July 18, 2022)

This release also includes changes from .

  • Made GraphBinary the default serialization format for .NET and Python.
  • Added missing ResponseStatusCodeEnum entry for 595 for .NET.
  • Fix a javadoc comment in Cluster.Builder regarding maxInProcessPerConnection.

==== Bugs

  • TINKERPOP-2734 NullPointerException when calling Client chooseConnection()
  • TINKERPOP-2736 PluginAcceptor interface no more available in 3.5.3+ but referred in documentation
  • TINKERPOP-2741 GraphMLWriter error message is not properly formatted
  • TINKERPOP-2746 Medium security vulnerabilities on logback-core
  • TINKERPOP-2751 Transaction: tx.commit() hangs up in javascript client-lib
  • TINKERPOP-2754 Javascript client hangs if the server restarts
  • TINKERPOP-2768 BranchStep pickToken should be integrated when added as a child option

==== Improvements

  • TINKERPOP-2229 JavaScript GLV: Add GraphBinary Support
  • TINKERPOP-2631 GraphSON float serialization when ujson is used is imprecise
  • TINKERPOP-2693 Complete GraphBinary support in Python
  • TINKERPOP-2715 remove log4jv1 dependency
  • TINKERPOP-2723 Make GraphBinary the default serialization format for .NET and Python (breaking)
  • TINKERPOP-2740 first request suspend more than 9s when using gremlin-java-driver
  • TINKERPOP-2748 Medium security vulnerability on netty-all and netty-codec
  • TINKERPOP-2762 getScopeKeys should respect the order of keys passed in Step
  • TINKERPOP-2764 AWS Neptune returns an inaccessible structured error response

[[release-3-6-0]] === TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.

... (truncated)

Commits
  • ed44703 TinkerPop 3.6.1 release
  • f314229 Merge branch '3.5-dev' into 3.6-dev
  • cc85b2e TinkerPop 3.5.4 release
  • 5f00f34 Merge branch '3.5-dev' into 3.6-dev
  • 25db051 Minor dev docs updates CTR
  • c478381 Merge branch '3.5-dev' into 3.6-dev
  • 137cad0 Fixed imports CTR
  • 61a02b6 Merge branch '3.5-dev' into 3.6-dev
  • 986f518 Merge branch 'pr-1754' into 3.5-dev
  • 2c11b96 Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates gremlin-groovy from 3.5.2 to 3.6.1

Changelog

Sourced from gremlin-groovy's changelog.

=== TinkerPop 3.6.1 (Release Date: July 18, 2022)

This release also includes changes from .

  • Made GraphBinary the default serialization format for .NET and Python.
  • Added missing ResponseStatusCodeEnum entry for 595 for .NET.
  • Fix a javadoc comment in Cluster.Builder regarding maxInProcessPerConnection.

==== Bugs

  • TINKERPOP-2734 NullPointerException when calling Client chooseConnection()
  • TINKERPOP-2736 PluginAcceptor interface no more available in 3.5.3+ but referred in documentation
  • TINKERPOP-2741 GraphMLWriter error message is not properly formatted
  • TINKERPOP-2746 Medium security vulnerabilities on logback-core
  • TINKERPOP-2751 Transaction: tx.commit() hangs up in javascript client-lib
  • TINKERPOP-2754 Javascript client hangs if the server restarts
  • TINKERPOP-2768 BranchStep pickToken should be integrated when added as a child option

==== Improvements

  • TINKERPOP-2229 JavaScript GLV: Add GraphBinary Support
  • TINKERPOP-2631 GraphSON float serialization when ujson is used is imprecise
  • TINKERPOP-2693 Complete GraphBinary support in Python
  • TINKERPOP-2715 remove log4jv1 dependency
  • TINKERPOP-2723 Make GraphBinary the default serialization format for .NET and Python (breaking)
  • TINKERPOP-2740 first request suspend more than 9s when using gremlin-java-driver
  • TINKERPOP-2748 Medium security vulnerability on netty-all and netty-codec
  • TINKERPOP-2762 getScopeKeys should respect the order of keys passed in Step
  • TINKERPOP-2764 AWS Neptune returns an inaccessible structured error response

[[release-3-6-0]] === TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.

... (truncated)

Commits
  • ed44703 TinkerPop 3.6.1 release
  • f314229 Merge branch '3.5-dev' into 3.6-dev
  • cc85b2e TinkerPop 3.5.4 release
  • 5f00f34 Merge branch '3.5-dev' into 3.6-dev
  • 25db051 Minor dev docs updates CTR
  • c478381 Merge branch '3.5-dev' into 3.6-dev
  • 137cad0 Fixed imports CTR
  • 61a02b6 Merge branch '3.5-dev' into 3.6-dev
  • 986f518 Merge branch 'pr-1754' into 3.5-dev
  • 2c11b96 Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates gremlin-shaded from 3.5.2 to 3.6.1

Changelog

Sourced from gremlin-shaded's changelog.

=== TinkerPop 3.6.1 (Release Date: July 18, 2022)

This release also includes changes from .

  • Made GraphBinary the default serialization format for .NET and Python.
  • Added missing ResponseStatusCodeEnum entry for 595 for .NET.
  • Fix a javadoc comment in Cluster.Builder regarding maxInProcessPerConnection.

==== Bugs

  • TINKERPOP-2734 NullPointerException when calling Client chooseConnection()
  • TINKERPOP-2736 PluginAcceptor interface no more available in 3.5.3+ but referred in documentation
  • TINKERPOP-2741 GraphMLWriter error message is not properly formatted
  • TINKERPOP-2746 Medium security vulnerabilities on logback-core
  • TINKERPOP-2751 Transaction: tx.commit() hangs up in javascript client-lib
  • TINKERPOP-2754 Javascript client hangs if the server restarts
  • TINKERPOP-2768 BranchStep pickToken should be integrated when added as a child option

==== Improvements

  • TINKERPOP-2229 JavaScript GLV: Add GraphBinary Support
  • TINKERPOP-2631 GraphSON float serialization when ujson is used is imprecise
  • TINKERPOP-2693 Complete GraphBinary support in Python
  • TINKERPOP-2715 remove log4jv1 dependency
  • TINKERPOP-2723 Make GraphBinary the default serialization format for .NET and Python (breaking)
  • TINKERPOP-2740 first request suspend more than 9s when using gremlin-java-driver
  • TINKERPOP-2748 Medium security vulnerability on netty-all and netty-codec
  • TINKERPOP-2762 getScopeKeys should respect the order of keys passed in Step
  • TINKERPOP-2764 AWS Neptune returns an inaccessible structured error response

[[release-3-6-0]] === TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.

... (truncated)

Commits
  • ed44703 TinkerPop 3.6.1 release
  • f314229 Merge branch '3.5-dev' into 3.6-dev
  • cc85b2e TinkerPop 3.5.4 release
  • 5f00f34 Merge branch '3.5-dev' into 3.6-dev
  • 25db051 Minor dev docs updates CTR
  • c478381 Merge branch '3.5-dev' into 3.6-dev
  • 137cad0 Fixed imports CTR
  • 61a02b6 Merge branch '3.5-dev' into 3.6-dev
  • 986f518 Merge branch 'pr-1754' into 3.5-dev
  • 2c11b96 Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `gremlinVersion` from 3.5.2 to 3.6.1.

Updates `tinkergraph-gremlin` from 3.5.2 to 3.6.1
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.1)

Updates `gremlin-driver` from 3.5.2 to 3.6.1
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.1)

Updates `gremlin-core` from 3.5.2 to 3.6.1
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.1)

Updates `gremlin-groovy` from 3.5.2 to 3.6.1
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.1)

Updates `gremlin-shaded` from 3.5.2 to 3.6.1
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.1)

---
updated-dependencies:
- dependency-name: org.apache.tinkerpop:tinkergraph-gremlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-groovy
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from planetf1 as a code owner August 1, 2022 03:09
@dependabot dependabot bot added external-dependency Related to an external dependency (ie maven package etc). Bug or update java Pull requests that update Java code labels Aug 1, 2022
@planetf1
Copy link
Member

planetf1 commented Aug 7, 2022

@dependabot close

due to #6602

@dependabot dependabot bot closed this Aug 7, 2022
@dependabot dependabot bot deleted the dependabot/gradle/gremlinVersion-3.6.1 branch August 7, 2022 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external-dependency Related to an external dependency (ie maven package etc). Bug or update java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant