Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbly committed Mar 2, 2024
1 parent 958dec6 commit 90eefcf
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 139 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.0

- For single datasets you can now use the `-e` or `--enums` switch. This compares enum variants defined in semantic conventions with discovered variants used in tracing. Additional variants will be reported. If the attribute's enum definition has `allow_custom_values` set `true`, this is an _open enum_ and additional variants are "allowed". Honey-health still reports additional variants but as a warning (highlighted in yellow).
- Added progress bars. Some Honeycomb operations can take a while so this provides better feedback.

# 0.3.4

- Uses `cargo-dist` for build and release.
Expand Down
174 changes: 151 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 90eefcf

Please sign in to comment.