Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 2.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Update to version of Argus compatible with optional OpenTelemetry tracing feature. #51
  • Add context arg to methods to allow tracing information to flow through. #47 thanks to @Sachin4403

Fixed

  • A webhook item should expire based on the Until field. #45

Added

  • Add counter for special case for webhook decoding. #34
  • Add tests to transport.go. #36
  • Tests for watch and endpoint. #37
  • Better Go documentation. #39

Changed

  • Bump argus client version to v0.3.11. #20
  • Make it so AllWebhooks() doesn't filter on owner yet. #31
  • Remove loggerGroup. #31
  • Simplify owner logic for adding webhooks. #36
  • Bump argus client version to v0.3.12. #42

Fixed

  • Fix linting warnings. #6
  • Update package name in go files. #25
  • Added Missing copyright and license file headers. #33
  • Initial release