-
Notifications
You must be signed in to change notification settings - Fork 203
1.7 changelog
Nigel Small edited this page May 8, 2019
·
20 revisions
- Various bug fixes for socket connectivity and routing
- Include
{"mode": "r"}metadata for read-only requests (uses neobolt 1.7.4) - Fixed connection access mode caching bug
- Improve API docs
- Fixed CLI bugs
- Raise
TypeErrorfor non-string dictionary keys - Fixed null connection bug in rollback
- Upgrade connector library
- Changed error on immediately-closed connection from
ProtocolErrortoServiceUnavailableto allow capture by retry mechanism - Handle socket errors more consistently
- Handle auth errors more consistently
- Prevent heavy resource usage on slow handshake
- Fix keyboard interrupt bug
- Changed error on immediately-closed connection from
- Added custom resolver example
- Performance improvement to neotime.
- Documentation
- Transaction config for all transaction types
- Timeout and metadata for explicit transactions
- Deprecated v1 in types packages
- Minor logging bug fix
- Minor ROLLBACK bug fix
- Broke out connector code into separate package:
neobolt - Allow imports from
neo4jinstead ofneo4j.v1 - Repackaged as
neo4jinstead ofneo4j-driveron PyPI, which allows installation viapip install neo4j; the old package name is still available but will be removed in 2.0