-
Notifications
You must be signed in to change notification settings - Fork 188
1.2 changelog
Nigel Small edited this page Mar 2, 2017
·
3 revisions
- Added
Session.read_transaction
andSession.write_transaction
to allow execution of reusable units of work - Added retry logic, configurable via
max_retry_time
driver configuration argument (default 30s) - Decoupled
Session
from single underlying connection; aSession
can now be defined as a causally linked sequence of transactional units of work - Bookmarks are now automatically passed between transactions within a routing session
- Auto-commit transactions (
Session.run
) will now partially sync to the network (RUN
andPULL_ALL
will be sent to the server, theRUN
response will be received); this allows exceptions to be raised at a more logical point in the application - Support for IPv6
- Compiled C modules are now included (on platforms that support these) for improved performance