Releases: moov-io/imagecashletter
Releases · moov-io/imagecashletter
Release v0.8.0
IMPROVEMENTS
- cashLetter: return error if
CashLetterControl
is missing or invalid
Release v0.7.4
IMPROVEMENTS
- checkDetail: make
MICRValidIndicator
validation more flexible - reader: handle check image data larger than
bufio
's default buffer size - examples: fix writer to build a valid file, including a check image
BUILD
- deps: update github.com/prometheus/client_golang to v1.12.1
Release v0.7.3
BUG FIXES
- cmd/webui: pass a data URI through instead of raw file contents
BUILD
- fix(deps): update module github.com/moov-io/base to v0.27.5
Release v0.7.2
IMPROVEMENTS
- returnDetailAddendumD: make
EndorsingBankItemSequenceNumber
conditional to support older specifications
Release v0.7.1
IMPROVEMENTS
- returnDetailAddendumA: make
BOFDItemSequenceNumber
conditional to support more spec versions
BUILD
- deps: update moov-io/base to v0.26.0
Release v0.7.0
IMPROVEMENTS
- api: make ebcdic the default encoding for readers and writers
BUILD
- deps: update moov-io/base to v0.25.0
Release v0.6.6
BUG FIXES
- reader: nil check before parsing CollectionTypeIndicator
BUILD
- fix: Dockerfile to reduce vulnerabilities
- fix(deps): update module github.com/moov-io/base to v0.21.1
Release v0.6.5
BUILD
- build(deps): bump addressable from 2.7.0 to 2.8.0 in /docs
- fix: Dockerfile to reduce vulnerabilities
- fix: Dockerfile.webui to reduce vulnerabilities
Release v0.6.4
BREAKING CHANGES
- reader: pass CollectionTypeIndicator to CashLetterControl's
Validate()
function (Issue: #185)
BUILD
- fix(deps): update module github.com/go-kit/kit to v0.11.0
- fix(deps): update module github.com/moov-io/base to v0.20.1
Release v0.6.3
BUG FIXES
- imageViewDetail: replace the conditional Security Key Size field with whitespace if it isn't a valid value
IMPROVEMENTS
- api: return HTTP 404 instead of empty response when a specified resource is not found