Skip to content

Commit

Permalink
Merge pull request #118 from stefanwille/changelog
Browse files Browse the repository at this point in the history
2.8.0
  • Loading branch information
kostya authored Jul 7, 2021
2 parents 734082d + aecc70b commit 5e2ab96
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
Please see https://github.com/stefanwille/crystal-redis/releases
## 2.8.0
* **breaking-change**: `zadd` return Int64 | String (instead of Int64) (#112)
* **breaking-change**: `hgetall` now returns Hash(String, String) instead of Array(String) (#4, #77)
* **breaking-change**: `hscan` now returns Hash(String, String) instead of Array(String) as second result
* Fix `del` to receive Array(RedisValue) (#100, #101, #105)
* Add `hset` method with Hash argument (#113, thanks @tachyons)
* Fix `brpoplpush` to work with namespaces
* Add `geosearch` method (#115, thanks @yrgoldteeth)
* Unsubscribe now reset connection, and can be used as usual (#106, #108)
* Add options for `zadd`: nx, xx, ch, incr (#112, thanks @noellabo)
* Fixed `ping` command in subscribe (#28)

## Previous versions:
* Please see https://github.com/stefanwille/crystal-redis/releases

0 comments on commit 5e2ab96

Please sign in to comment.