Skip to content

Releases: provenance-io/object-store

v0.7.1

01 Feb 22:29
c744553
Compare
Choose a tag to compare

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

06 Jan 17:51
212673a
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • DD_TRACE_SPAN_TAGS config field was removed.

Full Changelog: v0.6.4...v0.7.0

v0.6.4

15 Oct 02:39
91a0d66
Compare
Choose a tag to compare
  • Adds more properties to the generated Datadog traces.
  • Moves to a forked minitrace in order to support the full Datadog API.

v0.6.3-span-properties-4

15 Oct 02:25
91a0d66
Compare
Choose a tag to compare
Pre-release
  • 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

12 Oct 02:33
Compare
Choose a tag to compare
Pre-release
  • Fixes key for version tag by replacing the empty string.

v0.6.3-span-properties-2

12 Oct 02:12
Compare
Choose a tag to compare
Pre-release
  • Adds version and error code to datadog spans.

v0.6.3-span-properties-1

11 Oct 22:25
Compare
Choose a tag to compare
Pre-release
  • Adds type and resource to root span. These come from the datadog api documents.

v0.6.3-span-properties

11 Oct 20:35
Compare
Choose a tag to compare
Pre-release
  • Adds more descriptive span properties that should fit into the Datadog format.

v0.6.3

06 Oct 17:23
eab350f
Compare
Choose a tag to compare
  • Fix for public key cache

v0.6.2

29 Sep 15:24
Compare
Choose a tag to compare

Bug Fixes

  • Changes the order of initial setup so that migrations happen before initial cache seeding. This was discovered to be a problem only for brand new installs because the migration needed for cache seeding would not exist.