neo4j / neo4j-python-driver

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

Docs: fix minimum required server version #1007

Closed robsdedude closed 8 months ago

robsdedude commented 8 months ago

The notification category TOPOLOGY was introduced in Neo4j 5.13, not 5.14.

The category SECURITY has existed since at least 5.7, which is the minimum required version for notification filtering.