Skip to content

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