Skip to content

Releases: spk/rust-sidekiq

0.12.0

23 Sep 06:35
@spk spk
v0.12.0
68d7f01
Compare
Choose a tag to compare
  • Wildcard dependency constraints are not allowed
  • Clippy fixes
  • Merge pull request #18 from @pganalyze / connection-manager
    • Add async methods for callers that run inside an async executor
    • Replace use of r2d2 with redis-rs ConnectionManager

0.10.0

27 Oct 17:59
@spk spk
v0.10.0
5ad2fc9
Compare
Choose a tag to compare
  • Merge pull request #15 from @Norio4 / add_perform_in
    • Add public function perform_in() for Client
  • Update badge and others minor updates
  • Merge pull request #14 from spk/dependabot/add-v2-config-file
    • Upgrade to GitHub-native Dependabot

v0.9.0

06 Jan 20:20
@spk spk
v0.9.0
a6dc328
Compare
Choose a tag to compare

0.9.0 / 2021-01-06

  • Merge pull request #12 from @liaden / patch-1
    • Make ClientError public
  • Cargo.toml: Rust 2018
  • Cargo.toml: Makefile => Justfile
  • Switch Makefile to Justfile
  • Update README [ci skip]
  • Implement std::error::Error for ClientError
  • Remove deprecated Error::description and Error::cause
  • Update r2d2_redis to 0.13
  • Rust edition 2018 fix
  • Fix bench for simple push
  • Use of deprecated item 'try': use the '?' operator instead

v0.4.0

02 Jan 19:07
@spk spk
v0.4.0
1d312bd
Compare
Choose a tag to compare

0.4.0 / 2017-01-02

  • Merge pull request #1 from @ttdonovan feature/push-bulk
    • pub fn push_bulk Client