Skip to content

v0.3.0

Compare
Choose a tag to compare
@moov-bot moov-bot released this 20 Aug 18:03

v0.3.0 (Released 2019-08-20)

BREAKING CHANGE

In our OpenAPI we've renamed fields generated as Id to ID, which is more in-line with Go's style conventions.

ADDITIONS

  • cmd/server: initial set of HTTP routes for library methods
  • cmd/server: bind HTTP server with TLS if HTTPS_* variables are defined
  • cmd/server: record metrics when files are created/deleted

BUG FIXES

  • all: check line lengths with RuneCountInString in Parse calls

BUILD

  • build: upgrade openapi-generator to 4.1.0
  • cmd/server: update github.com/moov-io/base to v0.10.0