From c328ac7af40c054e6dcafae32a58b8f19af76945 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 25 May 2022 20:54:49 -0700 Subject: [PATCH] update changes --- Changes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index bd44d67..028c0e7 100644 --- a/Changes.md +++ b/Changes.md @@ -1,10 +1,13 @@ ### 1.0.6 - 2022-05-25 +- feat: update redis commands to be v4 compatible +- feat: only load redis when needed, fixes #23 +- style: replaced callbacks with async/await in: + get_host_key, get_mail_key, and rate_limit - dep(eslint): v6 -> v8 - dep(redis): 3 -> 4 - ci: add codeql & publish -- feat: update redis commands to be v4 compatible ### 1.0.5 - 2022-03-08 @@ -33,4 +36,3 @@ - increment rate_conn on connect_init - increment rate_rcpt_host on rcpt/rcpt_ok -