Skip to content

Commit

Permalink
Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
R167 committed Jun 12, 2020
1 parent 206a061 commit 9b78a1e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b78a1e

Please sign in to comment.