-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare release 1.2.0, update CHANGELOG.md
- Loading branch information
1 parent
1dbbe1f
commit a7ff7a1
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,42 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.2.0] - 2021-09-30 | ||
|
||
### Added | ||
|
||
- Added support for telemetry 1.0. | ||
|
||
## [1.1.0] - 2021-01-21 | ||
### Changed | ||
|
||
### Added | ||
|
||
- Added support for Appsignal 2.0. | ||
|
||
## [1.0.0] - 2020-05-27 | ||
|
||
### Changed | ||
|
||
- `TelemetryMetricsAppsignal` is now implemented as a `GenServer` and performs cleanup | ||
of telemetry handlers upon termination (kudos to @bradleygolden). | ||
of telemetry handlers upon termination (kudos to @bradleygolden). | ||
|
||
### Fixed | ||
|
||
- Marked `jason` as an optional dependency - it's only required by `appsignal` when testing. | ||
- Suppressed warning when measurement was missing from an event. | ||
|
||
## [0.1.1] - 2020-05-17 | ||
|
||
### Fixed | ||
|
||
- Fixed using `tag_values` to generate tags from metadata. | ||
|
||
## [0.1.0] - 2020-04-07 | ||
|
||
### Added | ||
|
||
- Implemented reporting all `Telemetry.Metrics` measurements to AppSignal. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters