Release Notes¶
Release 6.1.0¶
Released December 15th, 2016
Added¶
- SnapConnectFuturesAutoTestCase helper for unit tests that want to use SnapConnectFuturesAuto
Bugs Fixed¶
- Fixed issue where passing invalid packets to
get_packet_overhead()
could result in incorrect packet sizes
Release 6.0.0¶
Released August 24th, 2016
Added¶
- Ability to provide a
validate_func
argument to callback RPCs snapconnect_futures.validators.vmstat_validator()
for use as avalidate_func
for vmstat calls
Modified¶
callback_rpc()
,callback_mcast_rpc()
, andcallback_dmcast_rpc()
all accept*args
,**kwargs
instead of tuples for argscallback_dmcast()
renamed tocallback_dmcast_rpc()
- The
expect_seq
flag forcallback_dmcast_rpc()
now defaults toFalse
callback_mcast_rpc()
andcallback_dmcast_rpc()
with an empty targets list will now listen for any responses (exhausting all timeouts and retries)
Removed¶
get_next_seq()
immediately_resolve_rpcs()
Release 5.1.2¶
Released June 24th, 2016
Bugs Fixed¶
- Fixed error when using unicode for address strings
Release 5.1.1¶
Released June 22nd, 2016
Bugs Fixed¶
- Fixed case sensitivity on callback response address matching
Release 5.0.0¶
Initial Release on March 23rd, 2016