-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
57 lines (32 loc) · 1.36 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# 1.2.4
- Add support for explicit parameter keys for situations where they cannot
be inferred
# 1.2.3
- Downgrade required ruby version from 3.2 to 3.1 (still works on 3.2).
- Update rubocop and reformat
# 1.2.2
- Add support for `DataStruct.param_keys`
- Update `nokogiri` dependency to `1.14.3` for [`GHSA-pxvg-2qj5-37jq`](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-pxvg-2qj5-37jq)
# 1.2.1
- Add support for `ActiveRecordExtensions.execute_outside_transaction`
# 1.2.0
- Update ruby to 3.2
- Add support for `dynamic_duration_attribute` with arbitrary units
# 1.1.0
- Fix passing of keyword arguments in `NetworkError::Wrap`
- Fix `aquire` typo in `GlobalLock`
# 1.0.1
- Default to using non-Redis implementation of `GlobalLock` in development environments
# 1.0.0
- BREAKING CHANGE: `NetworkError` now takes a message as first argument like a regular ruby exception, instead of as a kwarg
# 0.4.0
- Extracted `DurationAttributes` from FIXD application
# 0.3.1
- Allow `DataStruct` to use class inheritance
# 0.3.0
- Extracted `DataStruct` from FIXD application, and refactored to separate files
- Updated Rubocop
# 0.2.0
`NetworkError` now checks error causes, and supports the [`http`](https://github.com/httprb) and [`excon`](https://github.com/excon/excon) libraries, if installed
# 0.1.0
Initial version, extracted from application.