Skip to content

Releases: appellation/redust

redust@0.4.0

23 Apr 06:13
2ff5451
Compare
Choose a tag to compare

Breaking Changes

  • Scripts no longer have a const generic for the number of keys

Additions

  • Script keys and arguments can be added individually

redust@0.3.1

25 Nov 20:44
b28175a
Compare
Choose a tag to compare

Fixes

  • Deserializes chunked arrays

resp@0.2.5

25 Nov 20:43
2ad0f05
Compare
Choose a tag to compare

Fixes

  • Remove debug statements

resp@0.2.4

25 Nov 20:42
b09f1d8
Compare
Choose a tag to compare

Fixes

  • Debug output removed

resp@0.2.3

25 Nov 20:42
ff52d09
Compare
Choose a tag to compare

Additions

  • Moved Codec from redust crate into resp crate
  • Added codec feature to enable

Fixes

  • Codec now properly deserializes chunked arrays

resp@0.2.2

29 Jul 02:55
Compare
Choose a tag to compare

Fixes

  • Optional data is now deserialized

redust@v0.3.0, redust-resp@v0.2.1

07 Jul 23:51
Compare
Choose a tag to compare

redust-resp

Additions

  • Added Data::from_bytes_iter to create Data from an iterator of bytes
  • Added Data::from_bytes to create Data from bytes

redust

Breaking Changes

  • Connection method parameters need to implement Debug due to addition of tracing
  • Dead connections are evicted from connection pools
  • pool::Manager is now generic on its address

Additions

  • Command trait for bundling common functionality
    • Hello struct to send a HELLO command to Redis
    • Unsubscribe struct to unsubscribe from all pubsub channels
  • Tokio tracing is integrated
  • Connection::is_dead returns whether the connection is dead
  • Script struct for handling Redis scripting ergonomically

v0.2.0

25 May 03:07
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

Breaking Changes

  • resp: removed export of ReadError from crate root
  • Removed PubSub methods and structs

Additions

  • resp exported ser and de modules

Fixes

  • resp: array macro no longer requires importing Data

v0.1.1

24 May 16:02
Compare
Choose a tag to compare

Fixes

  • resp: serialization options are now public
  • Documentation improvements

v0.1.0

24 May 05:38
Compare
Choose a tag to compare

Initial release