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 tinkerpop.version from 3.7.1 to 3.7.2 #370

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps tinkerpop.version from 3.7.1 to 3.7.2.
Updates org.apache.tinkerpop:gremlin-core from 3.7.1 to 3.7.2

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-test from 3.7.1 to 3.7.2

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]]

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-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 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)

Bumps `tinkerpop.version` from 3.7.1 to 3.7.2.

Updates `org.apache.tinkerpop:gremlin-core` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

Updates `org.apache.tinkerpop:gremlin-test` from 3.7.1 to 3.7.2
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.7.1...3.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@rayokota rayokota merged commit 035105e into master Apr 16, 2024
1 check passed
@rayokota rayokota deleted the dependabot/maven/tinkerpop.version-3.7.2 branch April 16, 2024 17:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant