Skip to content

Releases: moov-io/metro2

Release v0.9.0

15 May 14:17
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: add validation for account status, account type, special comments
  • file: reduce allocations, add benchmark to start performance monitoring

BUILD

  • chore(deps): update golang docker tag to v1.22
  • chore(deps): update dependency github-pages to v231
  • fix(deps): update module github.com/stretchr/testify to v1.9.0
  • fix(deps): update module github.com/moov-io/base to v0.49.3

Release v0.8.2

25 Jan 21:42
Compare
Choose a tag to compare

BUILD

  • build: enable tests on windows
  • chore(deps): update dependency jekyll-feed to v0.17.0
  • fix(deps): update module github.com/moov-io/base to v0.48.5

Release v0.8.1

21 Dec 19:22
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: stream http request instead of consuming all
  • file: peek at contents to determine content type and packing level
  • test: verify 10k, 25k, and 50k line files can be processed

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.48.3

Release v0.7.1

21 Nov 21:19
Compare
Choose a tag to compare

BREAKING CHANGES

This release contains a fix for L1Segment.NewIdentificationNumber to use newIdentificationNumber as a key in JSON. It was previously balloonPaymentDueDate which was incorrect.

IMPROVEMENTS

  • client: regenerate with openapi-generator v6.6.0

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.48.2

Release v0.6.1

02 Mar 15:37
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix j1 validation for missing GenerationCode
  • fix j2 validation for missing GenerationCode

BUILD

  • chore: checking type castings
  • chore(deps): update dependency tzinfo to "~> 2.0"
  • meta: update github.com/stretchr/testify to v1.8.2

Release v0.6.0

20 Feb 15:37
Compare
Choose a tag to compare

IMPROVEMENTS

  • client: update openapi-generator to 6.4.0

BUILD

  • build: upgrade golang to 1.20 and tidy deps
  • docs: update deps
  • fix(deps): update module github.com/moov-io/base to v0.39.0
  • fix(deps): update module golang.org/x/oauth2 to v0.5.0

Release v0.5.2

29 Nov 22:45
Compare
Choose a tag to compare

BUG FIXES

  • fix: changed spec of CurrentBalance (#132)

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.36.2
  • fix(deps): update module github.com/spf13/cobra to v1.6.1
  • fix(deps): update module golang.org/x/oauth2 to v0.2.0

Release v0.5.1

11 Oct 14:09
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: changed highest credit as omit field

BUILD

  • fix(deps): update golang.org/x/oauth2 digest to b44042a

Release v0.5.0

23 Sep 18:45
Compare
Choose a tag to compare

IMPROVEMENTS

  • added NewFileFromReader and Reader, replace string with byte array
  • added reader that read by record from io, reduce the number of allocations needed using byte array instead of string
  • cmd/metro2: fixup server to add timeouts, resolve gosec error
  • fix: update ssn validation, reject more invalid SSNs

BUILD

  • fix(deps): update golang.org/x/oauth2 digest to f213421
  • fix(deps): update module github.com/moov-io/base to v0.35.0

Release v0.4.1

28 Apr 17:25
Compare
Choose a tag to compare

BUG FIXES

  • file: fix TrailerRecord.TotalConsumerSegmentsJ1 calculation