From 803242945df20f88b12260b5b4b88a232846e811 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Mon, 22 Mar 2021 07:28:18 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7a71c..9d2f68c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - NewTask function now takes array of bytes as payload. - Task `Type` and `Payload` should be accessed by a method call. +- `Server` API has changed. Renamed `Quiet` to `Stop`. Renamed `Stop` to `Shutdown`. _Note:_ As a result of this renaming, the behavior of `Stop` has changed. Please update the exising code to call `Shutdown` where it used to call `Stop`. +- `Scheduler` API has changed. Renamed `Stop` to `Shutdown`. - Requires redis v4.0+ for multiple field/value pair support - Renamed pending key (TODO: need migration script)