Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@moov-bot moov-bot released this 17 Aug 18:42

v0.4.0 (Released 2019-08-16)

ADDITIONS

  • cmd/server: add endpoint for reversing a transaction
  • cmd/server: bind HTTP server with TLS if HTTPS_* variables are defined
  • cmd/server: accept 'number' when creating an Account

IMPROVEMENTS

  • cmd/server: transactions: reject lines with negative amounts
  • cmd/server: ensure account numbers we generate are unique

BUG FIXES

  • cmd/server: add another format for Transaction timestamps
  • cmd/server: always rollback sqlite database transactions
  • cmd/server: accounts: return no Accounts during search on sql.ErrNoRows
  • cmd/server: accounts: set AccountNumber from createAccountRequest

BUILD

  • vendor: update github.com/gorilla/mux to v1.7.2
  • build: download tools used in CI rather than compile
  • build: update github.com/moov-io/base to v0.10.0