- 
                Notifications
    You must be signed in to change notification settings 
- Fork 203
1.2 changelog
        Zhen Li edited this page Apr 28, 2017 
        ·
        3 revisions
      
    - Roll back to initial server if running out of routers #155
- Support transient but not terminated by user errors in retry #156
- Fixed IPv6/IPv4 resolution bug
- Added Session.read_transactionandSession.write_transactionto allow execution of reusable units of work
- Added retry logic, configurable via max_retry_timedriver configuration argument (default 30s)
- Decoupled Sessionfrom single underlying connection; aSessioncan 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 (RUNandPULL_ALLwill be sent to the server, theRUNresponse 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