Skip to content

Commit 41efe4f

Browse files
committed
release v0.28.0
1 parent b6c9f49 commit 41efe4f

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
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)
42

53
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.
64

5+
ADDITIONS
6+
7+
- The `FileUploaded` event now contains the `Filename` of the uploaded file
8+
79
IMPROVEMENTS
810

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
1013
- 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
1117
- pipeline: include shard name in holiday message
1218
- 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
1420
- upload: record errors on spans
1521

1622
BUILD
1723

24+
- build: Remove deprecated pkger in favor of native embed
1825
- build: update IBM/sarama, redpanda image, and other deps
1926
- build: update golang.org/x/crypto v0.17.0
2027
- 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
2130

2231
## v0.27.2 (Released 2023-11-10)
2332

0 commit comments

Comments
 (0)