Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ To construct a :class:`neo4j.Session` use the :meth:`neo4j.Driver.session` metho

+ :ref:`bookmarks-ref`
+ :ref:`database-ref`
+ :ref:`impersonated-user-ref`
+ :ref:`default-access-mode-ref`
+ :ref:`fetch-size-ref`
+ :ref:`bookmark-manager-ref`
Expand Down
2 changes: 2 additions & 0 deletions src/neo4j/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ class PreviewWarning(Warning):

It might be changed without following the deprecation policy.
See also https://github.com/neo4j/neo4j-python-driver/wiki/preview-features

.. versionadded:: 5.8
"""


Expand Down
2 changes: 2 additions & 0 deletions src/neo4j/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,8 @@ class ResultFailedError(ResultError):
* itself encountered an error while fetching records
* another result within the same transaction encountered an error while
fetching records

.. versionadded: 5.14
"""


Expand Down