Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #107

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

tigrannajaryan marked this conversation as resolved.
Show resolved Hide resolved
**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.
Expand Down