Skip to content

Releases: moov-io/metro2

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

Release v0.4.0

27 Apr 21:54
Compare
Choose a tag to compare

IMPROVEMENTS

  • file: support creating files with one record per line

BUG FIXES

  • file: fix character encoding issue when converting json to metro2
  • file: fix file size string format when converting metro2 back to json

Release v0.3.3

16 Jul 16:54
Compare
Choose a tag to compare

IMPROVEMENTS

  • Update schema to support leases

BUILD

  • fix(deps): update golang.org/x/oauth2 commit hash to a41e5a7
  • fix(deps): update module github.com/spf13/cobra to v1.2.1
  • fix: Dockerfile-fuzz to reduce vulnerabilities

Release v0.3.2

22 Jun 21:52
Compare
Choose a tag to compare

BUG FIXES

  • client: expand telephone numbers to int64
  • header: expand reporter telephone number to int64

IMPROVEMENTS

  • client: rengerate, fix bugs and issues
  • fix some errors, replace test files with valid files

BUILD

  • build: upgrade github.com/gogo/protobuf to v1.3.2
  • fix(deps): update golang.org/x/oauth2 commit hash to d040287

Release v0.3.1

26 Feb 21:20
Compare
Choose a tag to compare

BUILD

  • build: fix Docker build issue in v0.3.0 while deploying

Release v0.3.0

26 Feb 18:44
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: lots of improvements across the Go types, markdown, etc
  • pkg: improved error messages
  • site: Create GitHub Pages documentation site with Jekyll (#46)

BUILD

  • chore(deps): update golang docker tag to v1.16

Release v0.2.7

13 Sep 22:18
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: include section for the docker image
  • file: print filepaths with error

BUILD

  • chore(deps): update golang docker tag to v1.15
  • chore(deps): update module gorilla/mux to v1.8.0

Release v0.2.6

24 Jul 20:14
Compare
Choose a tag to compare

BUG FIXES

  • file: fix crash from negative offsets

BUILD

  • chore(deps): update golang.org/x/oauth2 commit hash to bf48bf1

Release v0.2.5

10 Jul 20:14
Compare
Choose a tag to compare

BUG FIXES

  • cmd/metro2: bind to all interfaces
  • server: check 'true' better

BUILD

  • build: add maintainer label