- Deprecated using `neo4j.Driver` and `neo4j.AsyncDriver` after calling `.close()` on them, except for calling `.close()` again, which has no effects.
5.10
- No breaking or major changes.
5.9
- `neo4j.auth_management.ExpiringAuth`'s `expires_in` (in preview) was replaced by `expires_at`, which is a unix timestamp. You can use `ExpiringAuth(some_auth).expires_in(123)` instead.