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 org.apache.tinkerpop:gremlin-driver from 3.6.4 to 3.7.0 in /modules/orientdb #7471

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps org.apache.tinkerpop:gremlin-driver from 3.6.4 to 3.7.0.

Changelog

Sourced from org.apache.tinkerpop:gremlin-driver's changelog.

== TinkerPop 3.7.0 (Gremfir Master of the Pan Flute)

image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]

[[release-3-7-1]] === TinkerPop 3.7.1 (NOT OFFICIALLY RELEASED YET)

This release also includes changes from .

[[release-3-7.0]] === TinkerPop 3.7.0 (Release Date: July 31, 2023)

This release also includes changes from .

  • Allowed mergeV() and property(Map) to more easily define Cardinality values for properties for onMatch and onCreate options.
  • Removed connectOnStartup configuration option from gremlin-javascript.
  • Added marker interface PBiPredicate for predefined predicates.
  • Changed Gremlin.version() to read from the more specifically named tinkerpop-version attribute.
  • Added warning on vertex property cardinality mismatch when reading GraphML.
  • Added a union() start step.
  • Added the concat() step to perform String concatenations.
  • Added TinkerTransactionGraph, a reference implementation of transactional TinkerGraph
  • Replaced instances of Neo4j transaction graph with TinkerTransactionGraph for server, driver, and GLV integration tests
  • Bumped to ws 8.x for gremlin-javascript.
  • Added support for mid-traversal E()-steps to Gremlin core and GLV's.
  • Added nullable annotations to Gremlin.NET.
  • Bumped Objenesis to 3.3 in gremlin-shaded.
  • Moved Java serializer, message and token classes from gremlin-driver to a new gremlin-util module.
  • Moved SimpleSocketServer and its initializers to a new gremlin-tools/gremlin-socket-server module.
  • Configured gremlin-socket-server to build a docker image which can be used for testing GLV's. (Can be skipped with -DskipImageBuild)
  • Reduced dependency from gremlin-server onto gremlin-driver to a test scope only.
  • Added RequestOptions and RequestOptionsBuilder types to Go GLV to encapsulate per-request settings and bindings.
  • Added SubmitWithOptions() methods to Client and DriverRemoteConnection in Go GLV to pass RequestOptions to the server.
  • Changed default behavior for returning properties on graph elements for OLTP queries so that properties are now returned.
  • Detachment is no longer performed in TraverserIterator.
  • Prevented ConcurentModificationException when removing all labels from a Step.
  • Added materializeProperties request option to control properties serialization.
  • Modified serializers in to handle serialization and deserialization of properties.
  • Added functional properties to the graph structure components for .NET, GO and Python.
  • Modified the GremlinScriptChecker to extract the materializeProperties request option.
  • Neo4jVertexProperty no longer throw Exception for properties(), but return empty Iterable.
  • Modified the grammar to allow for parameters to be specified in Gremlin.
  • Modified GremlinLangScriptEngine to take bindings.
  • Removed deprecated getInstance() method for grammar Visitor implementations.
  • Renamed all MessageSerializer implementations that used the "d0" suffix to drop that convention.
  • Removed deprecated GraphSONMessageSerializerGremlinV1d0 as this is now GraphSONMessageSerializerV1 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV1 which was formerly GraphSONMessageSerializerV1d0 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV3 which essentially matches the format of GraphSON 1.0 in its untyped form.

... (truncated)

Commits
  • 3d42e0c TinkerPop 3.7.0 release
  • 2e549e2 CTR Fix validate-distribution.sh
  • 16f9d4f TinkerPop 3.7.0 release
  • f27fca4 Merge branch '3.6-dev'
  • c4a1fc4 TinkerPop 3.6.5 release
  • 4213ccc Merge branch '3.5-dev' into 3.6-dev
  • 6d5ce44 TinkerPop 3.5.7 release
  • 3e6fbe8 CTR Fixed validate-distribution.sh
  • 6358a13 TinkerPop 3.5.7 release
  • 2b097ab Remove CreateTx* methods from TinkerFactory CTR.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot requested a review from a team as a code owner September 1, 2023 22:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Sep 1, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.7.0 branch from 8955d4a to e94e269 Compare September 2, 2023 17:33
Bumps [org.apache.tinkerpop:gremlin-driver](https://github.com/apache/tinkerpop) from 3.6.4 to 3.7.0.
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.6.4...3.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.7.0 branch from e94e269 to 21dac1c Compare September 5, 2023 23:40
@eddumelendez eddumelendez merged commit e059afd into main Sep 6, 2023
87 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.7.0 branch September 6, 2023 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file modules/orientdb
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant