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 the janusgraph group with 16 updates #7874

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the janusgraph group with 16 updates:

Package From To
org.apache.tinkerpop:tinkergraph-gremlin 3.5.6 3.7.0
org.apache.tinkerpop:gremlin-driver 3.5.6 3.7.0
org.apache.tinkerpop:gremlin-core 3.5.6 3.7.0
org.apache.tinkerpop:gremlin-groovy 3.5.6 3.7.0
org.apache.tinkerpop:gremlin-shaded 3.5.6 3.7.0
org.elasticsearch:elasticsearch 8.7.1 8.10.2
org.elasticsearch.client:elasticsearch-rest-client 8.7.1 8.10.2
co.elastic.clients:elasticsearch-java 8.7.1 8.10.2
org.janusgraph:janusgraph-core 0.6.3 1.0.0-20230927-141137.f79f415
org.janusgraph:janusgraph-inmemory 0.6.3 1.0.0-20230927-141137.f79f415
org.janusgraph:janusgraph-driver 0.6.3 1.0.0-20230927-141137.f79f415
org.janusgraph:janusgraph-berkeleyje 0.6.3 1.0.0-20230927-141137.f79f415
org.janusgraph:janusgraph-cql 0.6.3 1.0.0-20230927-141137.f79f415
org.janusgraph:janusgraph-lucene 0.6.3 1.0.0-20230927-141137.f79f415
org.janusgraph:janusgraph-es 0.6.3 1.0.0-20230927-141137.f79f415
org.janusgraph:janusgraph-hbase 0.6.3 1.0.0-20230927-141137.f79f415

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

Changelog

Sourced from org.apache.tinkerpop:tinkergraph-gremlin'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 .

  • 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.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Added list filtering functions all and any.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.

[[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.

... (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

Updates org.apache.tinkerpop:gremlin-driver from 3.5.6 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 .

  • 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.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Added list filtering functions all and any.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.

[[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.

... (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

Updates org.apache.tinkerpop:gremlin-core from 3.5.6 to 3.7.0

Changelog

Sourced from org.apache.tinkerpop:gremlin-core'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 .

  • 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.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Added list filtering functions all and any.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.

[[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.

... (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

Updates org.apache.tinkerpop:gremlin-groovy from 3.5.6 to 3.7.0

Changelog

Sourced from org.apache.tinkerpop:gremlin-groovy'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 .

  • 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.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Added list filtering functions all and any.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.

[[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.

... (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

Updates org.apache.tinkerpop:gremlin-shaded from 3.5.6 to 3.7.0

Changelog

Sourced from org.apache.tinkerpop:gremlin-shaded'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 .

  • 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.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Added list filtering functions all and any.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.

[[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.

... (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

Updates org.elasticsearch:elasticsearch from 8.7.1 to 8.10.2

Release notes

Sourced from org.elasticsearch:elasticsearch's releases.

Elasticsearch 8.10.2

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

Elasticsearch 8.10.1

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

Elasticsearch 8.10.0

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

Elasticsearch 8.9.2

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

Elasticsearch 8.9.1

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

Elasticsearch 8.9.0

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

Elasticsearch 8.8.2

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

Elasticsearch 8.8.1

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

Elasticsearch 8.8.0

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

Commits

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

Release notes

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

Elasticsearch 8.10.2

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

Elasticsearch 8.10.1

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

Elasticsearch 8.10.0

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

Elasticsearch 8.9.2

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

Elasticsearch 8.9.1

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

Elasticsearch 8.9.0

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

Elasticsearch 8.8.2

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

Elasticsearch 8.8.1

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

Elasticsearch 8.8.0

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

Commits

Updates co.elastic.clients:elasticsearch-java from 8.7.1 to 8.10.2

Release notes

Sourced from co.elastic.clients:elasticsearch-java's releases.

v8.10.0

What's Changed

Full Changelog: elastic/elasticsearch-java@v8.9.0...v8.10.0

v8.9.0

What's Changed

New Contributors

Full Changelog: elastic/elasticsearch-java@v8.8.0...v8.9.0

v8.8.0

What's Changed

New Contributors

Full Changelog: elastic/elasticsearch-java@v8.7.0...v8.8.0

Commits
  • 8fc1b2c Bumps 8.10 to 8.10.2 (#675)
  • 9a726ea [8.10] [DOCS] Fix welcome-to-elastic link (#668) (#669)
  • 7e86d7e Bumps 8.10 to 8.10.1 (#665)
  • 3f361b8 Add documentation for the OpenTelemetry instrumentation (#658) (#664)
  • abf6f19 [codegen] Update to latest API spec
  • 405e1d4 [codegen] Update to latest API spec
  • b6cf6b8 Add pipe-separated enum list
  • 3d47ee8 Add instrumentation API and native OpenTelemetry implementation (#588) (#652)
  • caba4f6 Add docs for Exception caused by rest-client version mismatch (#647)
  • b2b0e47 [codegen] Update to latest API spec
  • Additional commits viewable in compare view

Updates org.janusgraph:janusgraph-core from 0.6.3 to 1.0.0-20230927-141137.f79f415

Release notes

Sourced from org.janusgraph:janusgraph-core's releases.

1.0.0-rc2

Version 1.0.0-rc2 (February 26, 2023)

Number of release downloads

Full documentation can be found at https://docs.janusgraph.org/master/

<dependency>
   <groupId>org.janusgraph</groupId>
   <artifactId>janusgraph-core</artifactId>
   <version>1.0.0-rc2</version>
</dependency>

For more information on features and bug fixes in 1.0.0-rc2, see this GitHub milestone.

Notable new features

  • Upgrade to TinkerPop 3.6.2
  • Support for Cassandra 4
  • (Official) support for Java 11
  • Cache performance improvements
  • Upgrade to Log4j2
  • Use mixed indices for numeric aggregations (min(), max(), mean(), sum())
  • Support TEXTSTRING mapping in Solr
  • New graph API to evaluate Gremlin scripts if JanusGraph is used embedded
  • ConfiguredGraphFactory can now create different indexes for different graphs in Elasticsearch
  • Add management API to remove ghost vertices
  • Add possibility to remove stale graph index entries
  • Improved support for Geoshapes in GraphBinary
  • Remove dependency on cassandra-all
  • Support TTL for CQL backend on Amazon Managed KeySpace
  • Improved index life-cycle. Better index management, possibility to remove indexes.
  • Support for ElasticSearch 8
  • Possibility to use dedicated ScyllaDB driver when JanusGraph is used embedded

Tested Compatibility

  • Apache Cassandra 3.11.10, 4.0.6
  • Apache HBase 2.5.0
  • Oracle BerkeleyJE 7.5.11
  • ScyllaDB 5.1.4
  • Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.6.0
  • Apache Lucene 8.11.1
  • Apache Solr 8.11.1
  • Apache TinkerPop 3.6.2
  • Java 8, 11

Installed versions in the Pre-Packaged Distribution

... (truncated)

Changelog

Sourced from org.janusgraph:janusgraph-core's changelog.

Changelog

Version Compatibility

The JanusGraph project is growing along with the rest of the graph and big data ecosystem and utilized storage and indexing backends. Below are version compatibilities between the various versions of components. For dependent backend systems, different minor versions are typically supported as well. It is strongly encouraged to verify version compatibility prior to deploying JanusGraph.

Although JanusGraph may be compatible with older and no longer supported versions of its dependencies, users are warned that there are possible risks and security exposures with running software that is no longer supported or updated. Please check with the software providers to understand their supported versions. Users are strongly encouraged to use the latest versions of the software.

Version Compatibility Matrix

Currently supported

All currently supported versions of JanusGraph are listed below.

!!! info You are currently viewing the documentation page of JanusGraph version {{ latest_version }}. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.

JanusGraph Storage Version Cassandra HBase Bigtable ScyllaDB Elasticsearch Solr TinkerPop Spark Scala
0.6.z 2 3.0.z, 3.11.z 1.6.z, 2.2.z 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z N/A 6.y, 7.y 7.y, 8.y 3.5.z 3.0.z 2.12.z
1.0.z 2 3.11.z, 4.0.z 2.5.z 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z 5.y 6.y, 7.y, 8.y 8.y 3.6.z 3.2.z 2.12.z

!!! info Even so ScyllaDB is marked as N/A prior version 1.0.0 it was actually supported using cql storage option. The only difference is that from version 1.0.0 JanusGraph officially supports ScyllaDB using scylla and cql storage options and have extended test coverage for ScyllaDB.

End-of-Life

The versions of JanusGraph listed below are outdated and will no longer receive bugfixes.

JanusGraph Storage Version Cassandra HBase Bigtable ScyllaDB Elasticsearch Solr TinkerPop Spark Scala
0.1.z 1 1.2.z, 2.0.z, 2.1.z 0.98.z, 1.0.z, 1.1.z, 1.2.z 0.9.z, 1.0.0-preZ, 1.0.0 N/A 1.5.z 5.2.z 3.2.z 1.6.z 2.10.z
0.2.z 1 1.2.z, 2.0.z, 2.1.z, 2.2.z, 3.0.z, 3.11.z 0.98.z, 1.0.z, 1.1.z, 1.2.z, 1.3.z 0.9.z, 1.0.0-preZ, 1.0.0 N/A 1.5-1.7.z, 2.3-2.4.z, 5.y, 6.y 5.2-5.5.z, 6.2-6.6.z, 7.y 3.2.z 1.6.z 2.10.z
0.3.z 2 1.2.z, 2.0.z, 2.1.z, 2.2.z, 3.0.z, 3.11.z 1.0.z, 1.1.z, 1.2.z, 1.3.z, 1.4.z 1.0.0, 1.1.0, 1.1.2, 1.2.0, 1.3.0, 1.4.0 N/A 1.5-1.7.z, 2.3-2.4.z, 5.y, 6.y 5.2-5.5.z, 6.2-6.6.z, 7.y 3.3.z 2.2.z 2.11.z
0.4.z 2 2.1.z, 2.2.z, 3.0.z, 3.11.z 1.2.z, 1.3.z, 1.4.z, 2.1.z N/A N/A 5.y, 6.y 7.y 3.4.z 2.2.z 2.11.z
0.5.z 2 2.1.z, 2.2.z, 3.0.z, 3.11.z 1.2.z, 1.3.z, 1.4.z, 2.1.z 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z N/A 6.y, 7.y 7.y 3.4.z 2.2.z 2.11.z

Release Notes

... (truncated)

Commits

Updates org.janusgraph:janusgraph-inmemory from 0.6.3 to 1.0.0-20230927-141137.f79f415

Description has been truncated

Bumps the janusgraph group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.tinkerpop:tinkergraph-gremlin](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.0` |
| [org.apache.tinkerpop:gremlin-driver](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.0` |
| [org.apache.tinkerpop:gremlin-core](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.0` |
| [org.apache.tinkerpop:gremlin-groovy](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.0` |
| [org.apache.tinkerpop:gremlin-shaded](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.0` |
| [org.elasticsearch:elasticsearch](https://github.com/elastic/elasticsearch) | `8.7.1` | `8.10.2` |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | `8.7.1` | `8.10.2` |
| [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) | `8.7.1` | `8.10.2` |
| [org.janusgraph:janusgraph-core](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.0.0-20230927-141137.f79f415` |
| [org.janusgraph:janusgraph-inmemory](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.0.0-20230927-141137.f79f415` |
| [org.janusgraph:janusgraph-driver](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.0.0-20230927-141137.f79f415` |
| [org.janusgraph:janusgraph-berkeleyje](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.0.0-20230927-141137.f79f415` |
| [org.janusgraph:janusgraph-cql](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.0.0-20230927-141137.f79f415` |
| [org.janusgraph:janusgraph-lucene](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.0.0-20230927-141137.f79f415` |
| [org.janusgraph:janusgraph-es](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.0.0-20230927-141137.f79f415` |
| [org.janusgraph:janusgraph-hbase](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.0.0-20230927-141137.f79f415` |


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

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

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

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

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

Updates `org.elasticsearch:elasticsearch` from 8.7.1 to 8.10.2
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.7.1...v8.10.2)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.7.1 to 8.10.2
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.7.1...v8.10.2)

Updates `co.elastic.clients:elasticsearch-java` from 8.7.1 to 8.10.2
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
- [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-java@v8.7.1...v8.10.2)

Updates `org.janusgraph:janusgraph-core` from 0.6.3 to 1.0.0-20230927-141137.f79f415
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-inmemory` from 0.6.3 to 1.0.0-20230927-141137.f79f415
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-driver` from 0.6.3 to 1.0.0-20230927-141137.f79f415
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-berkeleyje` from 0.6.3 to 1.0.0-20230927-141137.f79f415
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-cql` from 0.6.3 to 1.0.0-20230927-141137.f79f415
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-lucene` from 0.6.3 to 1.0.0-20230927-141137.f79f415
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-es` from 0.6.3 to 1.0.0-20230927-141137.f79f415
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-hbase` from 0.6.3 to 1.0.0-20230927-141137.f79f415
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

---
updated-dependencies:
- dependency-name: org.apache.tinkerpop:tinkergraph-gremlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-groovy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.elasticsearch:elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: co.elastic.clients:elasticsearch-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-inmemory
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-driver
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-berkeleyje
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-cql
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-lucene
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-es
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-hbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from planetf1 as a code owner October 1, 2023 03:52
@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 Oct 1, 2023
@lpalashevski
Copy link
Contributor

Ignoring janusgraph group - not a stable release yet.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2023

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/gradle/janusgraph-fd0d77d8dc branch October 3, 2023 08: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