From 70b83b05d556d46a874be88c3fd65fe14a30824d Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Fri, 3 Apr 2020 14:43:15 -0500 Subject: [PATCH] 0.8.1 --- CHANGELOG.md | 14 +++++++++++++- walrus/__init__.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7831f19..30037b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ This document describes changes to the APIs. ### master -No changes yet. +[View changes](https://github.com/coleifer/walrus/compare/0.8.1...HEAD) + +### 0.8.1 + +* Fix missing parameter in error message, #105. +* Remove redundant call to `delete()` when using Model `create()` API. +* Fix TTL units and lock event wait timeout handling. +* Adds `Hash.setnx()` method to the hash container. +* Do not double-decode strings when user has enabled decode_responses, #121. +* Fix mapping of types in `get_key()` method to return the proper container + type, #120. + +[View all changes](https://github.com/coleifer/walrus/compare/0.8.0...0.8.1) ### 0.8.0 diff --git a/walrus/__init__.py b/walrus/__init__.py index 9310bb4..37608ae 100644 --- a/walrus/__init__.py +++ b/walrus/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Charles Leifer' __license__ = 'MIT' -__version__ = '0.8.0' +__version__ = '0.8.1' # ___ # .-9 9 `\