|
1 | | -## v0.28.0 (Unreleased) |
2 | | - |
3 | | -This release of achgateway introduces Spanner as a database. Using Spanner instead of MySQL can be enabled by setting `` in the config file. |
| 1 | +## v0.28.0 (Released 2024-02-29) |
4 | 2 |
|
5 | 3 | This release also changes the default outbound filename template to include the post-merge array index. This prevents files from overwriting themselves on the remote server when merging creates multiple files. |
6 | 4 |
|
| 5 | +ADDITIONS |
| 6 | + |
| 7 | +- The `FileUploaded` event now contains the `Filename` of the uploaded file |
| 8 | + |
7 | 9 | IMPROVEMENTS |
8 | 10 |
|
9 | | -- fix: default template should not overwrite files |
| 11 | +- docs: add diagram for file submission |
| 12 | +- feat: track where pending files are merged into and report Filename on FileUploaded |
10 | 13 | - fix: check some edge cases to avoid panics |
| 14 | +- fix: dedup PagerDuty alerts off call stack, not errors |
| 15 | +- fix: default template should not overwrite files |
| 16 | +- pipeline: fallback to shard name during lookup |
11 | 17 | - pipeline: include shard name in holiday message |
12 | 18 | - pipeline: set level=error on error logs |
13 | | -- Remove deprecated pkger in favor of native embed |
| 19 | +- test: allow for dynamic TestUploads iterations, decrease cancel/failure rate |
14 | 20 | - upload: record errors on spans |
15 | 21 |
|
16 | 22 | BUILD |
17 | 23 |
|
| 24 | +- build: Remove deprecated pkger in favor of native embed |
18 | 25 | - build: update IBM/sarama, redpanda image, and other deps |
19 | 26 | - build: update golang.org/x/crypto v0.17.0 |
20 | 27 | - build: upgrade moov-io/go-sftp to v0.13.3 |
| 28 | +- build: upgrade to Go 1.22 in Dockerfile |
| 29 | +- chore: update github.com/moov-io/ach to v1.35.0 |
21 | 30 |
|
22 | 31 | ## v0.27.2 (Released 2023-11-10) |
23 | 32 |
|
|
0 commit comments