Skip to content

v1.25.0: "cert" identity type, various fixes

Latest

Choose a tag to compare

@benhoyt benhoyt released this 28 Sep 21:55
· 11 commits to master since this release

This is a minor release with only one small new feature: a "cert" identity type (#694) -- this is not useful by itself, but will be used in upcoming mTLS work. In addition, this release includes various bug fixes and CI improvements.

What's Changed

  • test(testutil): remove test using reaper in #692
  • fix: websocket connection timeout in #691
  • chore: logging and error handling improvement related to websocket connection in #695
  • chore: fix failed unit test in #697
  • refactor: move appendTimestamp from servicelog to logger in #700
  • fix(plan): empty sections should support defaults in #699
  • chore(golangci-lint): update to latest in #703
  • fix: make checkstate TestFailures tests more reliable in #701
  • ci: remove incorrect argument in #704
  • feat(identity): support certificate type identity in #694

New Contributors

Full Changelog: v1.24.0...v1.25.0