Skip to content

v0.1.2 / 2017-12-10

Compare
Choose a tag to compare
@jmcfarlane jmcfarlane released this 10 Dec 14:29
· 63 commits to main since this release
  • Fix Docker tags on release (was not updating the docker.io tags)
  • Improve encryption by using AES-GCM via cryptopasta
  • Migrate to Dep for dependency management
  • Drop support for Go <= 1.7 (Dep is worth it ;)
  • Add integration with https://codecov.io
  • Add make coverage build target for detail on test coverage
  • Fix incorrect db path setup used by tests :/
  • Initial tests for secondary nodes
  • Minor clean up of version string calculations, add pid
  • Reduce dead code
  • Remove unnecessary db.migrate() call from tests :/
  • Update dependencies
  • Reduce global state (much more to be done here)
  • Add /api/stop handler and make /api/restart require msg
  • Reduce race conditions (credit: -race!)
  • Ensure all tests persist to a temporary directory
  • Fix defects related to http handler error handling (more to do)
  • Fix duplicate args when using -daemon=true -browser=true