Releases: provenance-io/object-store
Releases · provenance-io/object-store
v0.7.1
What's Changed
- Adds flag to the command in the docker build. By default that insta… by @scirner22 in #22
- Partial cargo update and fix db password escaping by @scirner22 in #24
- Bumps rust version used in docker container. by @scirner22 in #25
- Adds instructions for getting a local development up and running. by @scirner22 in #26
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Adds gcs storage interface by @scirner22 in #14
- User authorization by @scirner22 in #15
- Get route authentication by @scirner22 in #16
- Adds header based authentication to the mailbox routes. by @scirner22 in #17
- cargo fix --edition. by @scirner22 in #19
- Upgrade minitrace now that it supports spans how we originally intended. by @scirner22 in #20
- cargo upgrade. by @scirner22 in #18
- Move from github link to crates.io reference for minstant now that it exists. by @scirner22 in #21
Breaking Changes
DD_TRACE_SPAN_TAGS
config field was removed.
Full Changelog: v0.6.4...v0.7.0
v0.6.4
v0.6.3-span-properties-4
- Final edits to span properties. Moves to use more of the DD_prefixed env vars instead of a string that's split for trace span tags.
v0.6.3-span-properties-3
- Fixes key for version tag by replacing the empty string.
v0.6.3-span-properties-2
- Adds version and error code to datadog spans.
v0.6.3-span-properties-1
- Adds
type
andresource
to root span. These come from the datadog api documents.
v0.6.3-span-properties
- Adds more descriptive span properties that should fit into the Datadog format.
v0.6.3
- Fix for public key cache