Skip to content

Commit 2c4eb60

Browse files
authored
API docs: add link to execute_query discussion on GH (#897)
1 parent 29fb4c7 commit 2c4eb60

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/api.rst

+4
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@ Closing a driver will immediately shut down all connections in the pool.
351351
**This is experimental.** (See :ref:`filter-warnings-ref`)
352352
It might be changed or removed any time even without prior notice.
353353

354+
We are looking for feedback on this feature. Please let us know what
355+
you think about it here:
356+
https://github.com/neo4j/neo4j-python-driver/discussions/896
357+
354358
.. versionadded:: 5.5
355359

356360

docs/source/async_api.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,13 @@ Closing a driver will immediately shut down all connections in the pool.
329329
:returns: the result of the ``result_transformer``
330330
:rtype: T
331331

332-
333332
**This is experimental.** (See :ref:`filter-warnings-ref`)
334333
It might be changed or removed any time even without prior notice.
335334

335+
We are looking for feedback on this feature. Please let us know what
336+
you think about it here:
337+
https://github.com/neo4j/neo4j-python-driver/discussions/896
338+
336339
.. versionadded:: 5.5
337340

338341

0 commit comments

Comments
 (0)