Skip to content

Replace Session.last_bookmark with Session.last_bookmarks #649

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
merged 4 commits into from
Feb 1, 2022

Conversation

robsdedude
Copy link
Member

@robsdedude robsdedude commented Jan 25, 2022

Renamed the attribute and made it return a list of strings instead of an
optional string.

Furthermore, it will return all initial bookmarks (if not updated by a server
message since session creation) instead of only the last bookmark, which not
necessarily would be the latest bookmark.

Depends on neo4j-drivers/testkit#364

Renamed the attribute and made it return a list of strings instead of an
optional string.

Furthermore, it will return *all* initial bookmarks (if not updated by a  server
message since session creation) instead of only the last bookmark, which not
necessarily would be the latest bookmark.
@robsdedude robsdedude force-pushed the session-last-bookmarks branch 5 times, most recently from f68f6f7 to 535041a Compare January 31, 2022 11:28
Added `neo4j.Bookmarks` to replace (now deprecated) `neo4j.Bookmark` and use
if for managing bookmarks instead of raw bookmark stings.
@robsdedude robsdedude force-pushed the session-last-bookmarks branch from 535041a to ac74fdf Compare January 31, 2022 11:33
@robsdedude robsdedude merged commit 47926e4 into neo4j:5.0 Feb 1, 2022
@robsdedude robsdedude deleted the session-last-bookmarks branch February 1, 2022 19:04
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