You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,22 @@
1
+
## v0.30.1 (Released 2024-03-27)
2
+
3
+
IMPROVEMENTS
4
+
5
+
- incoming/odfi: let gc cleanup memory when producing ReconciliationEntry
6
+
- test: delete outbound directory after
7
+
8
+
BUILD
9
+
10
+
- build: update moov-io/ach to v1.37.1
11
+
1
12
## v0.30.0 (Released 2024-03-27)
2
13
3
-
This release of achgateway includes several performance improvements when merging / uploading files.
14
+
This release contains an updated moov-io/ach with various improvements to merging files. Refer to the [moov-io/ach changelog](https://github.com/moov-io/ach/blob/master/CHANGELOG.md#v1361-released-2024-03-13) for more details.
4
15
5
16
IMPROVEMENTS
6
17
18
+
- feat: respond to CancelACHFile events with FileCancellationResponse
19
+
- incoming/web: better wait timeout for FileCancellationResponse
7
20
- notify: send failure related content on Critical email's
8
21
- pipeline: add more spans inside WithEachMerged
9
22
- pipeline: cache uploadable files prior to remote write
@@ -12,15 +25,6 @@ IMPROVEMENTS
12
25
- service: remove MergeInGroupsOf
13
26
- storage: chunk through large directories
14
27
15
-
## v0.29.0 (Released 2024-03-13)
16
-
17
-
This release contains an updated moov-io/ach with various improvements to merging files. Refer to the [moov-io/ach changelog](https://github.com/moov-io/ach/blob/master/CHANGELOG.md#v1361-released-2024-03-13) for more details.
18
-
19
-
IMPROVEMENTS
20
-
21
-
- feat: respond to CancelACHFile events with FileCancellationResponse
22
-
- incoming/web: better wait timeout for FileCancellationResponse
23
-
24
28
BUILD
25
29
26
30
- build: update google.golang.org/protobuf to v1.33.0
0 commit comments