Skip to content

0.7.0

Compare
Choose a tag to compare
@Fishrock123 Fishrock123 released this 19 May 17:05
· 34 commits to latest since this release

Changes

  • The default backend for the included Surf http client has changed from libcurl (via Isahc) to http-client's async-h1 client.
  • honeycomb: Environemtn variables now start with HONEYCOMB_ rather than HONEYCOMBIO_.
    • Consistency with other honeycomb SDK's.
  • honeycomb: HONEYCOMBIO_WRITE_KEY is now HONEYCOMB_WRITEKEY (required).
    • Consistency with other honeycomb SDK's.

Additions

  • honeycomb: Added HONEYCOMB_SAMPLE_RATE environment var usage.