From c3c0f9d9502e81b8e9bd6a1c7568b539e13a4795 Mon Sep 17 00:00:00 2001 From: vendelieu Date: Sun, 6 Oct 2024 04:56:10 +0300 Subject: [PATCH] note changes --- CHANGELOG.md | 9 +++++++++ README.md | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf6642c..40e2aeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Re.this Changelog +## 0.1.4 + +* Use stricter typing in arguments. +* Removed unnecessary option constructs and moved to `VaryingArgument`. +* Removed unnecessary different type write operations since + the [protocol states](https://redis.io/docs/latest/develop/reference/protocol-spec/#resp-protocol-description) + that it always array of bulk strings. +* Supported setting charset for incoming and outgoing messages. + ## 0.1.3 * Publish missing meta package diff --git a/README.md b/README.md index 3e609698..d10be6a1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ dependencies { } ``` -# Comparison +# Benchmark + +There is a benchmark comparing popular library solutions: ```toml main summary: