-
Notifications
You must be signed in to change notification settings - Fork 5
Add a changelog section, common to both variants #28
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
Merged
+106
−0
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
79e0413
Add a changelog section, common to both variants
nord-erik aaf99d4
Update intro section to changelog
nord-erik 57d54b3
Update changelog with all relevant releases to neo4j
nord-erik 38fcdec
Add logs since 2024-01-01
nord-erik c42afeb
Update releases to have release prefix
nord-erik 659f1e0
Fix spelling errors
nord-erik b6a66fc
Merge branch 'dev' into en/changelog
stefano-ottolenghi fdac389
docs: add change log to navigation
fbiville 6b9cff1
docs: add instructions to check release status
fbiville 7675f01
docs: cover all history, trim down documented releases
fbiville 078d430
fix build warning
nord-erik e691ef2
add changelog to google cloud content-nav
nord-erik 7393586
Update common-content-dataflow/modules/ROOT/partials/changelog.adoc
nord-erik 24f0d1f
Update common-content-dataflow/modules/ROOT/partials/changelog.adoc
nord-erik e4c4e9a
update changelog
nord-erik e55bcd8
Update common-content-dataflow/modules/ROOT/partials/changelog.adoc
stefano-ottolenghi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
102 changes: 102 additions & 0 deletions
102
common-content-dataflow/modules/ROOT/partials/changelog.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
= Changelog | ||
|
||
This page lists changes to the Dataflow Flex Template for BigQuery and/or Google Cloud to Neo4j. | ||
|
||
You can check the deployment status of a release by running `gsutil ls gs://dataflow-templates/`. | ||
|
||
Releases are gradually deployed, some regions may be updated before others. | ||
To check the release status of https://cloud.google.com/compute/docs/regions-zones[a particular region], you can run `gsutil ls gs://dataflow-templates-$\{region}/` (e.g. `gsutil ls gs://dataflow-templates-europe-west2/`). | ||
It is not possible to run any version other than the *latest* one deployed in a given region. | ||
|
||
== Release 2025-06-10-01_RC00 | ||
|
||
* Add support to see underlying Neo4j driver's Bolt logs | ||
|
||
== Release 2025-01-26-00_RC00 | ||
|
||
* Support for self-managed deployments of Neo4j versions 2025.x | ||
|
||
== Release 2025-01-22-01_RC00 | ||
|
||
* Switch to Java 17 | ||
* Updated Neo4j driver version from v4.4.18 to v5.27.0 | ||
nord-erik marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
== Release 2025-01-14-00_RC00 | ||
|
||
* Re-added node target's existence constraint | ||
|
||
== Release 2025-01-07-00_RC01 | ||
|
||
* Remove node target's existence constraint | ||
* Fix an edge case where some custom Cypher queries could fetch data incorrectly, causing null-pointer exceptions | ||
* Further minor bug-fixes | ||
|
||
== Release 2024-12-10-00_RC00 | ||
|
||
* Added support for BigQuery properties `query_temp_project` and `query_temp_dataset` | ||
|
||
== Release 2024-11-19-00_RC00 | ||
|
||
* Add YAML support when parsing specification | ||
|
||
== Release 2024-11-12-00_RC00 | ||
|
||
* Empty strings are now treated as null values when importing from CSV files | ||
|
||
== Release 2024-09-18-00_RC00 | ||
|
||
* Introduce new import specification (https://github.com/neo4j/import-spec), on which Dataflow templates base their import specifications | ||
|
||
== Release 2024-08-13-00_RC00 | ||
|
||
* Fix serialization issues with Cypher actions | ||
|
||
== Release 2024-05-28-00_RC00 | ||
|
||
* Fix a bug regarding overlapping names between source fields and nodes/relationships | ||
|
||
== Release 2024-03-21-00_RC00 | ||
|
||
* Allow users to specify only the first _n_ columns of a text file source | ||
* Improve temporal type support | ||
|
||
== Release 2024-03-12-00_RC00 | ||
|
||
* Improvements to parallelism | ||
* Add metadata for transactions and all import steps | ||
* Include user agent when connecting to Neo4j | ||
|
||
== Release 2023-12-12-00_RC00 | ||
|
||
* Allow connection information to be read from Secret Manager | ||
* Add support for all authentication types | ||
|
||
== Release 2023-09-19-00_RC00 | ||
|
||
* Verify Neo4j connectivity early | ||
* Improve error message when database reset fails | ||
* Fix support for boolean values | ||
|
||
== Release 2023-08-15-00_RC00 | ||
|
||
* Fix connection leak when creating indices/constraints | ||
* Support multiple key definitions in "transposed" syntax | ||
|
||
== Release 2023-07-25-00_RC00 | ||
|
||
* Optimize database query | ||
* Remove unused settings (`automap`, `default`, `options`) | ||
|
||
== Release 2023-07-18-00_RC00 | ||
|
||
* Fixes mix-up between parallelism and batch size settings | ||
* Fixes Neo4j driver usages | ||
* Properly close driver and sessions | ||
* Rely on result consumption API instead of explicit iteration | ||
* Support constraints and indices for relationship targets | ||
* Allow start/end nodes to be merged instead of created | ||
|
||
|
||
== Release 2022-10-18-00_RC00 | ||
|
||
Hello world! Initial release of the template. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
* xref:job-specification.adoc[] | ||
* xref:run-job.adoc[] | ||
* xref:cli.adoc[] | ||
* xref:changelog.adoc[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include::{common}:partial$changelog.adoc[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
* xref:job-specification.adoc[] | ||
* xref:run-job.adoc[] | ||
* xref:cli.adoc[] | ||
* xref:changelog.adoc[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include::{common}:partial$changelog.adoc[] |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.