File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -967,6 +967,7 @@ To construct a :class:`neo4j.Session` use the :meth:`neo4j.Driver.session` metho
967967
968968+ :ref: `bookmarks-ref `
969969+ :ref: `database-ref `
970+ + :ref: `impersonated-user-ref `
970971+ :ref: `default-access-mode-ref `
971972+ :ref: `fetch-size-ref `
972973+ :ref: `bookmark-manager-ref `
Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ class PreviewWarning(Warning):
170170
171171 It might be changed without following the deprecation policy.
172172 See also https://github.com/neo4j/neo4j-python-driver/wiki/preview-features
173+
174+ .. versionadded:: 5.8
173175 """
174176
175177
Original file line number Diff line number Diff line change @@ -1066,6 +1066,8 @@ class ResultFailedError(ResultError):
10661066 * itself encountered an error while fetching records
10671067 * another result within the same transaction encountered an error while
10681068 fetching records
1069+
1070+ .. versionadded: 5.14
10691071 """
10701072
10711073
You can’t perform that action at this time.
0 commit comments