You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bookmark manager no longer tracks per database (#859)
* The experimental bookmark manager feature was changed to no longer track
bookmarks per database.
This effectively changes the signature of almost all bookmark
manager related methods:
- `neo4j.BookmarkManger` and `neo4j.AsyncBookmarkManger` abstract base
classes:
- ``update_bookmarks`` has no longer a ``database`` argument.
- ``get_bookmarks`` has no longer a ``database`` argument.
- The ``get_all_bookmarks`` method was removed.
- The ``forget`` method was removed.
- `neo4j.GraphDatabase.bookmark_manager` and
`neo4j.AsyncGraphDatabase.bookmark_manager` factory methods:
- ``initial_bookmarks`` is no longer a mapping from database name
to bookmarks but plain bookmarks.
- ``bookmarks_supplier`` no longer receives the database name as
an argument.
- ``bookmarks_consumer`` no longer receives the database name as
an argument.
* Fix logging the wrong variable
0 commit comments