-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
23 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Refinery Changelog | ||
|
||
## 1.1.0 | ||
|
||
### Improvements | ||
|
||
- Add support environment variables for API keys (#221) | ||
- Removes whitelist terminology (#222) | ||
- Log sampler config and validation errors (#228) | ||
|
||
### Fixes | ||
|
||
- Pass along upstream and peer metrics configs to libhoney (#227) | ||
- Guard against nil pointer dereference when processing OTLP span.Status (#223) | ||
- Fix YAML config parsing (#220) | ||
|
||
### Maintenance | ||
|
||
- Add test for OTLP handler, including spans with no status (#225) | ||
|
||
## 1.0.0 | ||
|
||
Initial GA release of Refinery |