Skip to content

Commit 6f7dba6

Browse files
committed
Document all unreleases changes
[skip ci]
1 parent ce946f1 commit 6f7dba6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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+
318
## [0.16.0](https://github.com/mitsuhiko/redis-rs/compare/0.15.1...0.16.0) - 2020-05-10
419

520
**Fixes and improvements**
@@ -12,7 +27,6 @@
1227
* Add async-std support ([#281](https://github.com/mitsuhiko/redis-rs/pull/281))
1328
* Fix key extraction for some stream commands ([#283](https://github.com/mitsuhiko/redis-rs/pull/283))
1429
* 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))
1630

1731
### Breaking changes
1832

0 commit comments

Comments
 (0)