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 neo4j from 3.0.4 to 3.5.0 in /extension #16

Open
wants to merge 1 commit into
base: 3.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2021

Bumps neo4j from 3.0.4 to 3.5.0.

Release notes

Sourced from neo4j's releases.

Release 3.3.0-beta01

Release Date: 09/14/2017

Neo4j 3.3.0-beta01 is the first beta release of the upcoming Neo4j 3.3.

Highlights

  • Fusion index default for new indexes
  • Introducing procedures for manual indexes
  • Driver upgrade and small improvements to Neo4j Browser
  • Detailed Changes and Docs

For the complete list of all changes, please see the changelog.

Look for 3.3 Developer manual here, and 3.3 Operations manual here.

Using pre-GA early access releases

Pre-GA releases of Neo4j are provided under our User Experience Improvement Program (UXIP), intended for evaluation purposes only. Use of this release implies acceptance of the UXIP terms, which include allowing passive reporting about usage. Of course, we would also love to hear active feedback about your experience.

3.2.0-alpha08

Kernel

  • Overwriting property with same value no longer generates write command #9056
  • More scalable index logging #9063
  • Allow skip bad entries logging during import #9103

Cypher

  • Improved cypher execution speed on variable length queries where only the distinct pairs of start and end node are of interest. One query to benefit would be MATCH (a)-[*4..5]->(b) RETURN DISTINCT a, b. #9062
  • Allow more granular configuration of literals extraction #9093
  • It is no longer possible to CREATE or DROP composite uniqueness constraints. To enforce composite uniqueness, we refer to the new NODE KEY constraint. #9135
  • Use getDegree instead of expansion #9139
  • Correct query type for procedures #9143
  • Handle Ands with single value #9149
  • Predicates on shortest path and optional match #9156

Packaging

  • Removed neo4j-shared.sh. Functionality is now included in all wrapper scripts directly #9083

Security

  • Added new role Editor that is allowed to read and write data but not allowed to create new tokens. #9081

Causal Clustering

  • Improve transaction streaming #9070

Tools

... (truncated)

Commits
  • e6833e7 Merge remote-tracking branch 'neo4j/3.4' into 3.5
  • c35a5db increase test timeout
  • 1f56586 Revert "Allocate tx state in off-heap memory by default"
  • 1bd58d7 Revert "Add off-heap tx state info to memrec command"
  • 760ed43 Try making the profiler extension test less flaky by giving it more time to n...
  • 73d3ff8 Merge remote-tracking branch 'neo4j/3.4' into 3.5
  • 8ed8677 Fix infinite planning of many disjunctive index seeks
  • c62079e Use PortAuthority for LoadCSV tests
  • 12b7d45 Delete enterprise test in the wrong place.
  • afcebcb Make sure the test is run with maven.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [neo4j](https://github.com/neo4j/neo4j) from 3.0.4 to 3.5.0.
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](neo4j/neo4j@3.0.4...3.5.0)

---
updated-dependencies:
- dependency-name: org.neo4j:neo4j
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2021
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

0 participants