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

build(deps): Bump neo4j.version from 5.15.0 to 5.16.0 #910

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps neo4j.version from 5.15.0 to 5.16.0.
Updates org.neo4j:neo4j-cypher-javacc-parser from 5.15.0 to 5.16.0

Release notes

Sourced from org.neo4j:neo4j-cypher-javacc-parser's releases.

Neo4j 1.9.0 stable release

The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings extensive improvements in stability and performance. In addition, Neo4j 1.9 Enterprise introduces auto-clustering support, with dramatically simplified configuration and deployment for high demand production use.

  • Support for auto-clustering in Neo4j Enterprise, which replaces the previous Zookeeper based HA clustering, provides a streamlined deployment process and is much safer and more resilient in failure scenarios.
  • New neo4j-arbiter tool, which acts as a voting instance in a Neo4j cluster but does not keep a data store or handle transactions.
  • Addition of string manipulation, timestamp and other functions to the Cypher query language.
  • Improvements to memory utilization, which reduces working memory requirements and improves overall performance.
  • New REST endpoints for inspecting cluster status information (master, slave, etc).
  • Correction of several concurrency and performance issues.
  • Improvements to Online Backup in Neo4j Enterprise, including auto-detection of full vs incremental backup based on existing content at the backup location.
  • Updates to Neo4j server webadmin, including welcome pages for new users.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.9 does not require any explicit upgrade to persistent stores created using Neo4j 1.7 and 1.8 installations, however current users of Neo4j Enterprise must consult the documentation and update the cluster configuration. Please see the deployment and cluster upgrade sections of the Neo4j manual for more detail. Also note that Neo4j 1.9 is tested and supported with Oracle JRE 7. Users of previous Java versions should upgrade to Oracle JRE 7 when deploying Neo4j 1.9.

As part of the Neo4j 1.9 release, multiple behaviours and features of Neo4j have been declared as deprecated, in order to help users prepare for the removal of these in the next major Neo4j release. A list of deprecations can be found in the Neo4j manual.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Neo4j 1.8.0 stable release

The 1.8 release of Neo4j provides extensive improvements in stability and performance. As an incremental service release, Neo4j 1.8 builds upon the previous 1.6 and 1.7 releases and provides full backward compatibility.

This release includes the following corrections and improvements:

  • Correction of several concurrency issues affecting performance in multi- threaded configurations.
  • Correction of several concurrency issues that infrequently affect consistency of persisted data.
  • Optimization of high-availability (HA) protocols to increase write performance.
  • Support for zero-downtime rolling upgrades in HA clusters.
  • Improvements to transaction distribution in HA clusters, providing greater resistance to branching.
  • Configurable rotation of logical logs.
  • Support for streamed responses to REST API requests.
  • Support for bi-directional traversals, branch state and path expanders in the traversal framework.
  • Performance improvements to several graph algorithms.
  • Support in the Cypher language for writing graph data and updating auto-indexes (manual indexes are not supported).
  • Extensions to the Cypher language to allow the use of patterns as expressions and predicates.
  • Correction of several issues in the Cypher parser when using collections and when aggregating.
  • Improved error reporting in Cypher and more reliable statement parsing.
  • Support for explicit transactions in neo4j-shell.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.8 does not require any explicit upgrade to persistent stores created using Neo4j 1.6 and 1.7 installations. Please see the deployment section of the Neo4j manual for more detail.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Commits
  • 71f3797 ProcessedQueryInfoCache bug ()
  • e16a711 Dynamically adapt commit process to raft group membership size ()
  • 5139573 Fix anonymization in EXPLAIN of StatefulShortestPath
  • ae7fd96 Don't treat LinkageError as fatal when loading plugin classes. ()
  • dcad17c Make test use less memory
  • d405575 upgrade jose4j to 0.9.4 ()
  • 60dc7e2 Fixes DynamicIndexStoreViewIT failures for block format
  • 88a4f2d Try out own value of TINY
  • 0bdac08 Fix small mistakes in probLognormalGreaterThan1 scaladoc
  • 07bb615 Exists selectivity should never be 0
  • Additional commits viewable in compare view

Updates org.neo4j.test:neo4j-harness from 5.15.0 to 5.16.0

Release notes

Sourced from org.neo4j.test:neo4j-harness's releases.

Neo4j 1.9.0 stable release

The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings extensive improvements in stability and performance. In addition, Neo4j 1.9 Enterprise introduces auto-clustering support, with dramatically simplified configuration and deployment for high demand production use.

  • Support for auto-clustering in Neo4j Enterprise, which replaces the previous Zookeeper based HA clustering, provides a streamlined deployment process and is much safer and more resilient in failure scenarios.
  • New neo4j-arbiter tool, which acts as a voting instance in a Neo4j cluster but does not keep a data store or handle transactions.
  • Addition of string manipulation, timestamp and other functions to the Cypher query language.
  • Improvements to memory utilization, which reduces working memory requirements and improves overall performance.
  • New REST endpoints for inspecting cluster status information (master, slave, etc).
  • Correction of several concurrency and performance issues.
  • Improvements to Online Backup in Neo4j Enterprise, including auto-detection of full vs incremental backup based on existing content at the backup location.
  • Updates to Neo4j server webadmin, including welcome pages for new users.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.9 does not require any explicit upgrade to persistent stores created using Neo4j 1.7 and 1.8 installations, however current users of Neo4j Enterprise must consult the documentation and update the cluster configuration. Please see the deployment and cluster upgrade sections of the Neo4j manual for more detail. Also note that Neo4j 1.9 is tested and supported with Oracle JRE 7. Users of previous Java versions should upgrade to Oracle JRE 7 when deploying Neo4j 1.9.

As part of the Neo4j 1.9 release, multiple behaviours and features of Neo4j have been declared as deprecated, in order to help users prepare for the removal of these in the next major Neo4j release. A list of deprecations can be found in the Neo4j manual.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Neo4j 1.8.0 stable release

The 1.8 release of Neo4j provides extensive improvements in stability and performance. As an incremental service release, Neo4j 1.8 builds upon the previous 1.6 and 1.7 releases and provides full backward compatibility.

This release includes the following corrections and improvements:

  • Correction of several concurrency issues affecting performance in multi- threaded configurations.
  • Correction of several concurrency issues that infrequently affect consistency of persisted data.
  • Optimization of high-availability (HA) protocols to increase write performance.
  • Support for zero-downtime rolling upgrades in HA clusters.
  • Improvements to transaction distribution in HA clusters, providing greater resistance to branching.
  • Configurable rotation of logical logs.
  • Support for streamed responses to REST API requests.
  • Support for bi-directional traversals, branch state and path expanders in the traversal framework.
  • Performance improvements to several graph algorithms.
  • Support in the Cypher language for writing graph data and updating auto-indexes (manual indexes are not supported).
  • Extensions to the Cypher language to allow the use of patterns as expressions and predicates.
  • Correction of several issues in the Cypher parser when using collections and when aggregating.
  • Improved error reporting in Cypher and more reliable statement parsing.
  • Support for explicit transactions in neo4j-shell.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.8 does not require any explicit upgrade to persistent stores created using Neo4j 1.6 and 1.7 installations. Please see the deployment section of the Neo4j manual for more detail.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Commits
  • 71f3797 ProcessedQueryInfoCache bug ()
  • e16a711 Dynamically adapt commit process to raft group membership size ()
  • 5139573 Fix anonymization in EXPLAIN of StatefulShortestPath
  • ae7fd96 Don't treat LinkageError as fatal when loading plugin classes. ()
  • dcad17c Make test use less memory
  • d405575 upgrade jose4j to 0.9.4 ()
  • 60dc7e2 Fixes DynamicIndexStoreViewIT failures for block format
  • 88a4f2d Try out own value of TINY
  • 0bdac08 Fix small mistakes in probLognormalGreaterThan1 scaladoc
  • 07bb615 Exists selectivity should never be 0
  • 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 `neo4j.version` from 5.15.0 to 5.16.0.

Updates `org.neo4j:neo4j-cypher-javacc-parser` from 5.15.0 to 5.16.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](neo4j/neo4j@5.15.0...5.16.0)

Updates `org.neo4j.test:neo4j-harness` from 5.15.0 to 5.16.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](neo4j/neo4j@5.15.0...5.16.0)

---
updated-dependencies:
- dependency-name: org.neo4j:neo4j-cypher-javacc-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.neo4j.test:neo4j-harness
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
Copy link

sonarcloud bot commented Jan 29, 2024

@michael-simons michael-simons merged commit e1aa343 into main Jan 29, 2024
5 checks passed
@michael-simons michael-simons deleted the dependabot/maven/neo4j.version-5.16.0 branch January 29, 2024 09:07
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.

None yet

1 participant