Skip to content

0.5.12

Compare
Choose a tag to compare
@branlwyd branlwyd released this 04 Aug 18:15
· 738 commits to main since this release
ecadcb1

What's Changed

  • Fix bug with trailing slashes in URL by @inahga in #1644
  • Allow decrypting with global key on report upload by @inahga in #1640
  • Rename test function create_report_with_id to create_report_custom by @inahga in #1649
  • Change example port from 80 to 8080, to allow non-root usage by @inahga in #1650
  • Don't specify service.name with OTLP exporters by @divergentdave in #1651
  • Replace sleep calls in tests with a direct cache refresh function by @inahga in #1648
  • remove apparently-unused async-std dev dep from aggregator_core by @jbr in #1653
  • Split datastore.rs into models.rs and tests.rs by @inahga in #1656
  • add GET {aggregator_api}/ → AggregatorApiConfig by @jbr in #1646
  • in-cluster test: deal with agg config API by @tgeoghegan in #1665
  • build(deps): bump serde from 1.0.177 to 1.0.180 by @dependabot in #1660
  • build(deps): bump sqlx from 0.6.3 to 0.7.1 by @dependabot in #1663
  • aggregator API: default to bearer tokens by @tgeoghegan in #1548
  • build(deps): bump opentelemetry-semantic-conventions from 0.11.0 to 0.12.0 by @dependabot in #1661
  • aggregator API: idempotent task creation by @tgeoghegan in #1549
  • Fix flaky argument parsing test by @tgeoghegan in #1667
  • Implement time bucketing for fixed size query type by @divergentdave in #1626
  • Remove std::hash::Hash bound on agg parameters by @tgeoghegan in #1670
  • Replace type names in impls with Self by @inahga in #1672
  • Bump Janus to 0.5.12. by @branlwyd in #1674

Full Changelog: 0.5.11...0.5.12