Releases: moov-io/metro2
Releases · moov-io/metro2
Release v0.5.0
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
BUG FIXES
- file: fix
TrailerRecord.TotalConsumerSegmentsJ1
calculation
Release v0.4.0
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
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
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
BUILD
- build: fix Docker build issue in v0.3.0 while deploying
Release v0.3.0
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
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
BUG FIXES
- file: fix crash from negative offsets
BUILD
- chore(deps): update golang.org/x/oauth2 commit hash to bf48bf1
Release v0.2.5
BUG FIXES
- cmd/metro2: bind to all interfaces
- server: check 'true' better
BUILD
- build: add maintainer label