From 87cc673085bc80a2dd4bfb36e4b96f00d295e5b8 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Thu, 7 Jul 2022 17:05:23 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e1b09b..bf97988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## v0.5.0 + +* Add basic Agent Health reporting by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/103 + +**Full Changelog**: https://github.com/open-telemetry/opamp-spec/compare/v0.4.0...v0.5.0 + +## v0.4.0 + +* Simplify status compression by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/102 + +**Full Changelog**: https://github.com/open-telemetry/opamp-spec/compare/v0.3.0...v0.4.0 + +## v0.3.0 + +* Add ability to report general errors in PackageStatuses by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/83 +* Move messages in StatusReport to AgentToServer message by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/85 +* Split connection settings by types by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/87 + +**Full Changelog**: https://github.com/open-telemetry/opamp-spec/compare/v0.2.0...v0.3.0 + +## v0.2.0 + +* Add support for detached signatures by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/69 +* Set instance_uid by Server on conflict or request for generation by @pmm-sumo in https://github.com/open-telemetry/opamp-spec/pull/63 +* Update Spec to include ServerToAgentCommand by @dsvanlani in https://github.com/open-telemetry/opamp-spec/pull/64 +* Define that DownloadFile content hash method is SHA256 by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/68 +* Add plain HTTP transport to OpAMP by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/70 +* Unify addons and agent packages by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/77 +* Clarify how state hashes are used between the Agent and the Server by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/79 + +**Full Changelog**: https://github.com/open-telemetry/opamp-spec/compare/v0.1.0...v0.2.0 + ## v0.1.0 This is the first draft release of OpAMP spec.