From cb2a14758d8bb47f32678a9cf36b33103dcf5d68 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Thu, 4 Mar 2021 09:09:02 -0600 Subject: [PATCH] 0.8.2 --- CHANGELOG.md | 13 ++++++++++++- walrus/__init__.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30037b6..3764d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ This document describes changes to the APIs. ### master -[View changes](https://github.com/coleifer/walrus/compare/0.8.1...HEAD) +[View changes](https://github.com/coleifer/walrus/compare/0.8.2...HEAD) + +### 0.8.2 + +* Use `HSET` instead of `HMSET`. +* Add a `search_items()` method to the full-text index which returns a 2-tuple + of `(key, doc)`. +* Add a timeout parameter to `bmove_tail` and `brpoplpush` wrappers. +* Allow disabling lua script-loading for faster initialization (for + applications that do not intend to utilize these features). + +[View changes](https://github.com/coleifer/walrus/compare/0.8.1...0.8.2) ### 0.8.1 diff --git a/walrus/__init__.py b/walrus/__init__.py index 37608ae..c758f41 100644 --- a/walrus/__init__.py +++ b/walrus/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Charles Leifer' __license__ = 'MIT' -__version__ = '0.8.1' +__version__ = '0.8.2' # ___ # .-9 9 `\