-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
35 lines (21 loc) · 826 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## [1.1.4] - 2022-06-14
### Changed
* Convert all values in the struct to JSON representations when serialising. (PR #3)
## [1.1.3] - 2022-05-15
### Changed
* Bumped sidekiq to 6.4.2
* Stringified args to ensure JSON-compatiblity to fix - Job arguments
do not serialize to JSON safely. This would have raised an error in
Sidekiq 7.0.
## [1.1.2] - 2021-12-11
### Changed
* Bumped sidekiq dependency for CVE-2021-30151
## [1.1.1] - 2021-02-24
### Changed
* When an exception is raised, the original (before Dry::Struct deserialization) arguments
are reset so that other middlewares (think exception reporting) don't have to deal with
Dry::Struct.