Skip to content

0.0.6

Compare
Choose a tag to compare
@ripienaar ripienaar released this 20 Jan 12:35
· 3787 commits to main since this release

Enhancements

  • Create a helper to parse mcorpc requests into a standard structure( #118)
  • The protocol package has been moved to choria-io/go-protocol (#69)
  • Auditing was added for mcorpc agents (#60)
  • The concept of a provisioning mode was added along with a agent to assist automated provisioning (#120)
  • Add additional fields related to the RPC request to mcorpc.Request (#128)
  • All files in additional dot config dirs are now parsed (#125)
  • Additional agents can now be added into the binary at comoile time (#131)
  • Use new packaging infrastructure and move building to a circleci pipeline (#134)
  • A timeout context is supplied to actions when they get executed (#133)
  • Stats about the server and message life cycle are recorded (#146)
  • The TTL of incoming request messages are checked (#148)
  • A mostly compatible rpcutil agent was added

Bug Fixes

  • Ensure the logfile name matches the package name (#114)