neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

Docs: mature TCP keep alive #967

Closed robsdedude closed 1 year ago

robsdedude commented 1 year ago

This config option has existed for many versions. It's stable in other drivers as well. In fact, the driver didn't even issue a warning on using it. It was purely marked as experimental in the API docs. This PR aims to change this by removing the experimental mark in the docs.