odpi / egeria

Egeria core
https://egeria-project.org
Apache License 2.0
779 stars 258 forks source link

Bump the janusgraph group across 1 directory with 16 updates #8243

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the janusgraph group with 16 updates in the / directory:

Package From To
org.apache.tinkerpop:tinkergraph-gremlin 3.5.6 3.7.2
org.apache.tinkerpop:gremlin-driver 3.5.6 3.7.2
org.apache.tinkerpop:gremlin-core 3.5.6 3.7.2
org.apache.tinkerpop:gremlin-groovy 3.5.6 3.7.2
org.apache.tinkerpop:gremlin-shaded 3.5.6 3.7.2
org.elasticsearch:elasticsearch 8.7.1 8.14.1
org.elasticsearch.client:elasticsearch-rest-client 8.7.1 8.14.1
co.elastic.clients:elasticsearch-java 8.7.1 8.14.1
org.janusgraph:janusgraph-core 0.6.4 1.1.0-20240612-114243.d35fc64
org.janusgraph:janusgraph-inmemory 0.6.4 1.1.0-20240612-114243.d35fc64
org.janusgraph:janusgraph-driver 0.6.4 1.1.0-20240612-114243.d35fc64
org.janusgraph:janusgraph-berkeleyje 0.6.4 1.1.0-20240612-114243.d35fc64
org.janusgraph:janusgraph-cql 0.6.4 1.1.0-20240612-114243.d35fc64
org.janusgraph:janusgraph-lucene 0.6.4 1.1.0-20240612-114243.d35fc64
org.janusgraph:janusgraph-es 0.6.4 1.1.0-20240612-114243.d35fc64
org.janusgraph:janusgraph-hbase 0.6.4 1.1.0-20240612-114243.d35fc64

Updates org.apache.tinkerpop:tinkergraph-gremlin from 3.5.6 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:tinkergraph-gremlin'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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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-driver from 3.5.6 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-driver'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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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-core from 3.5.6 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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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-groovy from 3.5.6 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-groovy'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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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-shaded from 3.5.6 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-shaded'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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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-driver from 3.5.6 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-driver'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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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-core from 3.5.6 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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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-groovy from 3.5.6 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-groovy'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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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-shaded from 3.5.6 to 3.7.2

Changelog

Sourced from org.apache.tinkerpop:gremlin-shaded'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]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.

... (truncated)

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.elasticsearch:elasticsearch from 8.7.1 to 8.14.1

Release notes

Sourced from org.elasticsearch:elasticsearch's releases.

Elasticsearch 8.14.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/main/release-notes-8.14.1.html

Elasticsearch 8.14.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.14/release-notes-8.14.0.html

Elasticsearch 8.13.4

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.4.html

Elasticsearch 8.13.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.3.html

Elasticsearch 8.13.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.2.html

Elasticsearch 8.13.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.1.html

Elasticsearch 8.13.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.0.html

Elasticsearch 8.12.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.2.html

Elasticsearch 8.12.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.1.html

Elasticsearch 8.12.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.0.html

Elasticsearch 8.11.4

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.4.html

Elasticsearch 8.11.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.3.html

Elasticsearch 8.11.2

Downloads: https://elastic.co/downloads/elasticsearch

... (truncated)

Commits


Updates org.elasticsearch.client:elasticsearch-rest-client from 8.7.1 to 8.14.1

Release notes

Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.

Elasticsearch 8.14.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/main/release-notes-8.14.1.html

Elasticsearch 8.14.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.14/release-notes-8.14.0.html

Elasticsearch 8.13.4

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.4.html

Elasticsearch 8.13.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.3.html

Elasticsearch 8.13.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/e... _Description has been truncated_

dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.