File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ Unreleased] ( https://github.com/mitsuhiko/redis-rs/compare/0.16.0...HEAD ) - ReleaseDate
4
+
5
+ ** Fixes and improvements**
6
+
7
+ * Added Redis Streams commands ([ #162 ] ( https://github.com/mitsuhiko/redis-rs/pull/319 ) )
8
+ * Added support for zpopmin and zpopmax ([ #351 ] ( https://github.com/mitsuhiko/redis-rs/pull/351 ) )
9
+ * Added TLS support, gated by a feature flag ([ #305 ] ( https://github.com/mitsuhiko/redis-rs/pull/305 ) )
10
+ * Added Debug and Clone implementations to redis::Script ([ #365 ] ( https://github.com/mitsuhiko/redis-rs/pull/365 ) )
11
+ * Added FromStr for ConnectionInfo ([ #368 ] ( https://github.com/mitsuhiko/redis-rs/pull/368 ) )
12
+ * Support SCAN methods on async connections ([ #326 ] ( https://github.com/mitsuhiko/redis-rs/pull/326 ) )
13
+ * Removed unnecessary overhead around ` Value ` conversions ([ #327 ] ( https://github.com/mitsuhiko/redis-rs/pull/327 ) )
14
+ * Support for Redis 6 auth ([ #341 ] ( https://github.com/mitsuhiko/redis-rs/pull/341 ) )
15
+ * BUGFIX: Make aio::Connection Sync again ([ #321 ] ( https://github.com/mitsuhiko/redis-rs/pull/321 ) )
16
+ * BUGFIX: Return UnexpectedEof if we try to decode at eof ([ #322 ] ( https://github.com/mitsuhiko/redis-rs/pull/322 ) )
17
+
3
18
## [ 0.16.0] ( https://github.com/mitsuhiko/redis-rs/compare/0.15.1...0.16.0 ) - 2020-05-10
4
19
5
20
** Fixes and improvements**
12
27
* Add async-std support ([ #281 ] ( https://github.com/mitsuhiko/redis-rs/pull/281 ) )
13
28
* Fix key extraction for some stream commands ([ #283 ] ( https://github.com/mitsuhiko/redis-rs/pull/283 ) )
14
29
* Add asynchronous PubSub support ([ #287 ] ( https://github.com/mitsuhiko/redis-rs/pull/287 ) )
15
- * Add Redis Streams commands ([ #162 ] ( https://github.com/mitsuhiko/redis-rs/pull/319 ) )
16
30
17
31
### Breaking changes
18
32
You can’t perform that action at this time.
0 commit comments