Releases: zakstucke/bitbazaar
Releases · zakstucke/bitbazaar
v0.8.0 - Rust
Changes
- Dev (#59) @zakstucke
- pubsub channel pattern support (#58) @zakstucke
- Redis PubSub, RedisConn methods no longer require mutable, custom backdoor to underlying redis commands in a batch (#57) @zakstucke
v0.7.2 - Rust
Changes
loc()
helper method toResult<T, Report<E>>
to add location to stacktrace even when error context not being rotated.
v0.7.1 - Rust
Changes
7.0 fixes.
v0.7.0 - Rust
Changes
- details in PR (#56) @zakstucke
v0.6.0 - Rust
Changes
- No changes
v0.5.0 - Rust
Changes
- Flexible logging trait, sync and non sync periodic updater, redis conn behind conn like trait to allow owned variant, timeout utility, misc. (#55) @zakstucke
v0.4.0 - Rust
Changes
- Breaking: separated out crypto features, added md5 (#54) @zakstucke
v0.3.6 - Rust
Changes
- No changes
v0.3.5 - Rust
Changes
- Breaking, reworked the retry interface and small other breakings, retry has a macro variant that works well with mutable values, redis has built in retrying for fallible errors (#53) @zakstucke
v0.2.5 - Rust
Changes
- No changes