Skip to content

Releases: jerbly/honey-health

0.5.0

27 Mar 10:02
Compare
Choose a tag to compare

Release Notes

  • GitHub Issue Generation
    • The -g or --github-issue option can be used to create GitHub Issues for attribute and enum health. Provide the repo owner and name e.g. myorg/myrepo. You must have a Personal Access Token that allows issue creation - put this in an environment variable GITHUB_TOKEN or a .env file.

    • Honey-health will create a markdown table, split over multiple comments if necessary. Here are examples for Attributes and Enums.

Install honey-health 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.5.0/honey-health-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.5.0/honey-health-installer.ps1 | iex"

Download honey-health 0.5.0

File Platform Checksum
honey-health-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
honey-health-x86_64-apple-darwin.tar.xz Intel macOS checksum
honey-health-x86_64-pc-windows-msvc.zip x64 Windows checksum
honey-health-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.3

23 Mar 16:31
Compare
Choose a tag to compare

Release Notes

  • Fixed: "Similar" suggestions were including deprecated attributes.
  • Fixed: "Extends" suggestions were not including all namespaces.

Install honey-health 0.4.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.4.3/honey-health-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.4.3/honey-health-installer.ps1 | iex"

Download honey-health 0.4.3

File Platform Checksum
honey-health-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
honey-health-x86_64-apple-darwin.tar.xz Intel macOS checksum
honey-health-x86_64-pc-windows-msvc.zip x64 Windows checksum
honey-health-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.2

22 Mar 14:45
Compare
Choose a tag to compare

Release Notes

  • Deprecated attributes will now show as Bad columns with the deprecation message. e.g. "http.scheme Bad - Deprecated: Replaced by url.scheme instead."

Install honey-health 0.4.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.4.2/honey-health-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.4.2/honey-health-installer.ps1 | iex"

Download honey-health 0.4.2

File Platform Checksum
honey-health-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
honey-health-x86_64-apple-darwin.tar.xz Intel macOS checksum
honey-health-x86_64-pc-windows-msvc.zip x64 Windows checksum
honey-health-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.1

20 Mar 10:01
Compare
Choose a tag to compare

Release Notes

  • Added -s or --show-matches to show all matching columns when analyzing a single dataset. By default only Missing and Bad columns are shown in the output.

Install honey-health 0.4.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.4.1/honey-health-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.4.1/honey-health-installer.ps1 | iex"

Download honey-health 0.4.1

File Platform Checksum
honey-health-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
honey-health-x86_64-apple-darwin.tar.xz Intel macOS checksum
honey-health-x86_64-pc-windows-msvc.zip x64 Windows checksum
honey-health-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.0

02 Mar 20:52
Compare
Choose a tag to compare

Release Notes

  • 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.

Install honey-health 0.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.4.0/honey-health-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.4.0/honey-health-installer.ps1 | iex"

Download honey-health 0.4.0

File Platform Checksum
honey-health-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
honey-health-x86_64-apple-darwin.tar.xz Intel macOS checksum
honey-health-x86_64-pc-windows-msvc.zip x64 Windows checksum
honey-health-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.4

23 Jan 03:03
Compare
Choose a tag to compare

Release Notes

  • Uses cargo-dist for build and release.

Install honey-health 0.3.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/v0.3.4/honey-health-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jerbly/honey-health/releases/download/v0.3.4/honey-health-installer.ps1 | iex

Download honey-health 0.3.4

File Platform Checksum
honey-health-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
honey-health-x86_64-apple-darwin.tar.xz Intel macOS checksum
honey-health-x86_64-pc-windows-msvc.zip x64 Windows checksum
honey-health-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.3.3

21 Jan 21:51
Compare
Choose a tag to compare

Switched to the honeycomb-client library for consistency and significant performance increase using async to fetch dataset columns.

v0.3.2

12 Jan 23:58
Compare
Choose a tag to compare
api key error reporting and null last_written_at fix

v0.3.1

11 Jan 03:43
Compare
Choose a tag to compare
template type support

v0.3.0

05 Jan 11:29
Compare
Choose a tag to compare
Last written days