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

Improve transformer #146

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Improve transformer #146

wants to merge 13 commits into from

Conversation

jamesfer
Copy link
Owner

@jamesfer jamesfer commented Mar 9, 2020

Makes some long needed updates to the transformer setup:

BREAKING CHANGE: Connection.close() now returns a promise instead of acting immediately.
The new neo4j driver changed the behaviour of Driver.close() and this change is consistent
with that.
Removes the any-promise package. Maintaining support for it proved too much of a hassle for the
value it presented. Promises now have native support in Node and I believe there are better
solutions if you really want to use a different implementation. If you didn't use the
any-promise package then you shouldn't have to make any changes.

BREAKING CHANGE: Removes the any-promise package
Removes the any-observable package. Maintaining support for it proved too much of a hassle for the
value it presented. The RxJS library is quite obviously the defacto Observable library and the new
Neo4j driver also uses RxJS observables.

BREAKING CHANGE: Removes the any-observable package
Base automatically changed from v6 to master September 17, 2020 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant