benashford / redis-async-rs

A Rust client for Redis, using Tokio
Apache License 2.0
253 stars 30 forks source link

Release 0 8 #64

Closed benashford closed 3 years ago

benashford commented 3 years ago

This includes #63 as well as some refactoring any tiny (technically breaking) changes hence the bump to 0.8.

0.8 also supports Tokio 0.2 and 0.3, this avoids the need to maintain the 0.6 branch as a Tokio 0.2 branch. I expect this will be a very short-lived feature as Tokio 1.0 will be released soon, but some people may require Tokio 0.2 compatibility for a while as other Tokio libraries are slower to update.

benashford commented 3 years ago

I'll merge and release this once I've checked whether there needs to be other minor breaking changes that might as well be done at the same time.