Skip to content

Releases: moov-io/imagecashletter

Release v0.8.0

29 Mar 22:13
Compare
Choose a tag to compare

IMPROVEMENTS

  • cashLetter: return error if CashLetterControl is missing or invalid

Release v0.7.4

10 Feb 23:46
Compare
Choose a tag to compare

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

18 Jan 23:26
Compare
Choose a tag to compare

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

09 Dec 18:09
Compare
Choose a tag to compare

IMPROVEMENTS

  • returnDetailAddendumD: make EndorsingBankItemSequenceNumber conditional to support older specifications

Release v0.7.1

25 Oct 21:42
Compare
Choose a tag to compare

IMPROVEMENTS

  • returnDetailAddendumA: make BOFDItemSequenceNumber conditional to support more spec versions

BUILD

  • deps: update moov-io/base to v0.26.0

Release v0.7.0

11 Oct 21:54
Compare
Choose a tag to compare

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

14 Aug 03:56
Compare
Choose a tag to compare

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

16 Jul 16:50
Compare
Choose a tag to compare

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

07 Jul 16:02
Compare
Choose a tag to compare

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

28 Jun 16:58
Compare
Choose a tag to compare

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