Skip to content

Comments

Bump org.apache.tinkerpop:gremlin-driver from 3.6.2 to 3.6.4 in /modules/orientdb#7126

Merged
eddumelendez merged 1 commit intomainfrom
dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.6.4
Jul 3, 2023
Merged

Bump org.apache.tinkerpop:gremlin-driver from 3.6.2 to 3.6.4 in /modules/orientdb#7126
eddumelendez merged 1 commit intomainfrom
dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.6.4

Conversation

@dependabot
Copy link
Contributor

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

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

Changelog

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

=== TinkerPop 3.6.4 (Release Date: May 12, 2023)

  • Fixed bug in TextP.regex and TextP.notRegex serialization for Java GLV.
  • Fixed a memory leak in the Gremlin.Net driver that only occurred if a CancellationToken was provided.

==== Bugs

  • TINKERPOP-2945 TextP.regex() Serialization Failing in Java driver
  • TINKERPOP-2944 Memory leak in Gremlin.Net driver if CancellationToken is used

[[release-3-6-3]] === TinkerPop 3.6.3 (Release Date: May 1, 2023)

This release also includes changes from .

  • Fixed bug in element() when traversing from edges where bulking was enabled.
  • Refactored PropertyMapStep to improve extensibility by providers. Removed final class declaration for ProjectStep and CoalesceStep.
  • Fixed bug in grammar that prevented declaration of a Map key named new without quotes.
  • Fixed bug in grammar that prevented parsing of Map key surrounded by parenthesis which is allowable in Groovy.
  • Fixed bug in GroovyTranslator that surrounded String keys with parenthesis for Map when not necessary.
  • Added support to the grammar allowing List and Map key declarations for Map entries.
  • Fixed Direction enum bug in gremlin-javascript where Direction.from_ and Direction.to was not properly aliased to Direction.OUT and Direction.IN
  • Fixed Direction enum in gremlin-python where Direction.from_ and Direction.to were not added, and they can now be used instead of defining from_=Direction.OUT and to=Direction.IN
  • Improved performance of comparison (equals) between not compatible types and nulls.
  • Fixed MergeV/MergeE steps to work when onCreate is immutable map.
  • Introduced Writing and Deleting marker interfaces to identify whether a step can perform write or delete or both on Graph.
  • For mergeV/mergeE, added checks for illegal hidden keys and refactored searchVertices to allow subclasses to override search criteria.
  • Added static map capturing possible Traversal steps that shall be added to traversal for a given operator
  • Fixed bug which caused some traversals to throw GremlinTypeErrorException to users.

==== Bugs

  • TINKERPOP-2526 Gremlin Console performance with incomplete multi-line scripts
  • TINKERPOP-2767 Repeat Out Times traversal hangs indefinitely on first execution
  • TINKERPOP-2820 gremlin-python _close_session race condition/FD leak
  • TINKERPOP-2855 Performance degradation in TinkerGraph 3.5.4 and 3.5.5
  • TINKERPOP-2856 math() step fails if variable name contains a keyword
  • TINKERPOP-2861 Fix incorrect symlinks in source release zip
  • TINKERPOP-2863 HasId Step generates incorrect results when given a list of IDs mid-traversal
  • TINKERPOP-2870 mergeV requires key of 'new' to be quoted
  • TINKERPOP-2878 Incorrect handling of local operations when there are duplicate elements
  • TINKERPOP-2888 DefaultTraversal's applyStrategies performance decrease
  • TINKERPOP-2891 Inconsistent behavior when comparing a counted value with a negative value
  • TINKERPOP-2893 Incorrectly comparing a counted value with multiple predicates
  • TINKERPOP-2901 Incorrect result caused by has(key, predicate)
  • TINKERPOP-2902 Critical security vulnerability in snakeyaml
  • TINKERPOP-2905 gremlin-go gorillaTransporter.logHandler is not initialized correctly and leads to panic
  • TINKERPOP-2911 CountStrategy converts count().is(0) wrongly under ConnectiveStrategy
  • TINKERPOP-2918 Utils.GenerateUserAgent assumes Gremlin.Net.dll to be present when, in some environments, it is not.
  • TINKERPOP-2922 GroovyTranslator produces a Map not parseable by the grammar

... (truncated)

Commits
  • 9ae2b89 TinkerPop 3.6.4 release
  • 3b09a3b Merge branch '3.5-dev' into 3.6-dev
  • a930254 CTR docker permission updates for generated .NET test files
  • 8909cba Merge pull request #2063 from Bit-Quill/cole/update-notices-3.6
  • e5eecbd Added IO test files for 3.6.4 CTR
  • 0b870d1 fixing licenses/NOTICE
  • 2419826 Merge branch '3.5-dev' into 3.6-dev
  • a9f0704 Added IO test files for 3.5.7 CTR
  • 3765fc8 Merge branch '3.5-dev' into 3.6-dev
  • 78a14f7 [TINKERPOP-2945] Fixed bug in TextP.regex and TextP.notRegex serialization in...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team June 1, 2023 22:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jun 1, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.6.4 branch from 7bf1f92 to 8f9ff7a Compare June 5, 2023 07:42
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.6.4 branch 3 times, most recently from e3845f0 to 8dbf661 Compare June 8, 2023 14:20
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.6.4 branch 6 times, most recently from 6cc11d5 to b839981 Compare June 20, 2023 21:25
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.6.4 branch from b839981 to 4bbc298 Compare June 28, 2023 19:56
@github-actions github-actions bot mentioned this pull request Jul 2, 2023
This was referenced Jul 2, 2023
@eddumelendez
Copy link
Member

@dependabot rebase

Bumps [org.apache.tinkerpop:gremlin-driver](https://github.com/apache/tinkerpop) from 3.6.2 to 3.6.4.
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.6.2...3.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.6.4 branch from 4bbc298 to 0ba2fc3 Compare July 3, 2023 01:21
@eddumelendez eddumelendez merged commit 0c7b6ad into main Jul 3, 2023
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/orientdb/org.apache.tinkerpop-gremlin-driver-3.6.4 branch July 3, 2023 03:43
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.

1 participant