From 9b78a1ef571fd37438815e0361d8f100774e3bfd Mon Sep 17 00:00:00 2001 From: Winston Durand Date: Fri, 12 Jun 2020 12:33:00 -0700 Subject: [PATCH] Change log --- CHANGE_LOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 35ecf16..1da9f13 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -3,16 +3,12 @@ ## 1.1.0 * Use `to_json` if it is defined when serializing encrypted args to JSON. - * Add client middleware to the server default configuration. This ensures that arguments will be encrypted if a worker enqueues a job with encrypted arguments. - * Client middleware now reads sidekiq options from the job hash instead of from the worker class so that the list of encrypted arguments is always in sync on the job payload. - * Don't blow up if class name that is not defined is passed to client middleware. - * Added additional option to specify encrypted args with array of argument indexes. - * Deprecated setting encrypted args as hash or array of booleans. +* Client middleware is prepended while server middleware is appended. ## 1.0.2