-
Notifications
You must be signed in to change notification settings - Fork 147
1.3 changelog
Konstantin Lutovich edited this page May 8, 2017
·
4 revisions
- Made connection initialization errors (wrong credentials, connectivity problems, etc.) propagate to user code. This makes queries and rediscovery fail with better error messages #239
- Allow read operations in absence of viable writer. This is valuable during cluster breakdowns to maintain read-only capability #238
- Routing table with single router will now be treated as valid and not require rediscovery #237
- Added support for routing context in
bolt+routing
URI query string for improved load balancing with 3.2+ Neo4j Causal clusters #235 - Kerberos authentication token support now available via
neo4j.auth.kerberos('ticket')
#236 - Updated examples to highlight 1.2+ APIs #229
- Cleaned up
ServiceUnavailable
andSessionExpired
error codes #228