Skip to content

Commit

Permalink
Prepare v1.1.0 release (#234)
Browse files Browse the repository at this point in the history
Adds changelog for v1.10 and v1.1.0
  • Loading branch information
MikeGoldsmith authored Mar 24, 2021
1 parent 6cd648c commit 1f9bb9b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 1f9bb9b

Please sign in to comment.