Releases: divviup/janus
Releases · divviup/janus
0.1.22
What's Changed
- 1.65 clippy fixes, for release/0.1 by @divergentdave in #712
- build(deps): bump rust from 1.64.0-alpine to 1.65.0-alpine by @dependabot in #720
- build(deps): bump clap from 4.0.18 to 4.0.22 by @dependabot in #724
- build(deps): bump regex from 1.6.0 to 1.7.0 by @dependabot in #726
- build(deps): bump trycmd from 0.14.1 to 0.14.3 by @dependabot in #725
- Bump crate versions to 0.1.22 by @divergentdave in #727
Full Changelog: 0.1.21...0.1.22
0.1.21
What's Changed
- GHA: Replace ::set-output with file redirection - backport by @divergentdave in #689
- Fix typo in GitHub secret name - backport by @divergentdave in #691
- build(deps): bump deadpool-postgres from 0.10.2 to 0.10.3 by @dependabot in #698
- build(deps): bump hyper from 0.14.20 to 0.14.22 by @dependabot in #700
- Update crate versions to 0.1.21. by @branlwyd in #704
Full Changelog: 0.1.20...0.1.21
0.1.20
This off-cycle release is being cut to test our release automation.
What's Changed
- CI: Tag and push container images for public repo - 0.1 backport by @divergentdave in #686
- Bump Janus crates to 0.1.20 by @divergentdave in #687
Full Changelog: 0.1.19...0.1.20
0.1.19
What's Changed
- build(deps): bump clap from 4.0.15 to 4.0.18 by @dependabot in #666
- build(deps): bump serde from 1.0.145 to 1.0.147 by @dependabot in #669
- build(deps): bump trycmd from 0.14.0 to 0.14.1 by @dependabot in #671
- build(deps): bump futures from 0.3.24 to 0.3.25 by @dependabot in #672
- build(deps): bump serde_yaml from 0.9.13 to 0.9.14 by @dependabot in #678
- build(deps): bump prometheus from 0.13.2 to 0.13.3 by @dependabot in #673
- build(deps): bump serde_json from 1.0.86 to 1.0.87 by @dependabot in #674
- build(deps): bump anyhow from 1.0.65 to 1.0.66 by @dependabot in #675
- build(deps): bump base64 from 0.13.0 to 0.13.1 by @dependabot in #676
- build(deps): bump serde_test from 1.0.145 to 1.0.147 by @dependabot in #677
- Bump Janus crates to 0.1.19 by @tgeoghegan in #682
Full Changelog: 0.1.18...0.1.19
0.1.18
What's Changed
- Fix another "unknown HpkeConfigId" flaky test - 0.1 backport by @divergentdave in #645
- build(deps): bump clap from 4.0.12 to 4.0.15 by @dependabot in #653
- Bump janus crates to 0.1.18 by @divergentdave in #657
Full Changelog: 0.1.17...0.1.18
0.1.17
What's Changed
janus_cli
: correctly handle datastore key secret by @tgeoghegan in #611- build(deps): bump tokio from 1.21.0 to 1.21.2 by @dependabot in #621
- build(deps): bump clap from 4.0.9 to 4.0.12 by @dependabot in #623
- build(deps): bump uuid from 1.1.2 to 1.2.1 by @dependabot in #635
- build(deps): bump thiserror from 1.0.35 to 1.0.37 by @dependabot in #631
- build(deps): bump trycmd from 0.13.7 to 0.14.0 by @dependabot in #629
- build(deps): bump serde_json from 1.0.85 to 1.0.86 by @dependabot in #627
- build(deps): bump warp from 0.3.2 to 0.3.3 by @dependabot in #625
- Update tracing to 0.1.37. [0.1 backport] by @branlwyd in #637
- build(deps): bump tracing-subscriber from 0.3.15 to 0.3.16 by @dependabot in #633
- Bump janus crates to 0.1.17. by @branlwyd in #641
Full Changelog: 0.1.16...0.1.17
0.1.16
What's Changed
- build(deps): bump warp from 0.3.2 to 0.3.3 by @dependabot in #594
- build(deps): bump thiserror from 1.0.36 to 1.0.37 by @dependabot in #595
- build(deps): bump tonic from 0.8.1 to 0.8.2 by @dependabot in #596
- build(deps): bump tokio from 1.21.1 to 1.21.2 by @dependabot in #598
- Interop test API: Use strings for VDAF parameters, 0.1 backport by @divergentdave in #606
- build(deps): bump hpke-dispatch from 0.3.0 to 0.4.0 by @dependabot in #597
- build(deps): bump clap from 3.2.22 to 4.0.8 by @dependabot in #593
- Bump
janus
crates to 0.1.16 by @tgeoghegan in #607
Full Changelog: 0.1.14...0.1.16
0.1.14
What's Changed
- Fix compilation with Rust 1.64 compiler (#504) by @tgeoghegan in #539
release/0.1
: Introducejanus_messages
crate by @tgeoghegan in #532- build(deps): bump rust from 1.63.0-alpine to 1.64.0-alpine by @dependabot in #543
- build(deps): bump serde_test from 1.0.144 to 1.0.145 by @dependabot in #549
- Update opentelemetry & related dependencies. [0.1 version] by @dependabot in #527
- build(deps): bump tonic from 0.8.0 to 0.8.1 by @dependabot in #559
- build(deps): bump serde from 1.0.144 to 1.0.145 by @dependabot in #558
- build(deps): bump thiserror from 1.0.35 to 1.0.36 by @dependabot in #557
- Update to alpine 3.16.2, backport for release/0.1 by @divergentdave in #562
- build(deps): bump trycmd from 0.13.6 to 0.13.7 by @dependabot in #568
- build(deps): bump reqwest from 0.11.11 to 0.11.12 by @dependabot in #570
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #564
- build(deps): bump url from 2.3.0 to 2.3.1 by @dependabot in #575
- build(deps): bump itertools from 0.10.3 to 0.10.5 by @dependabot in #573
- build(deps): bump tokio from 1.21.0 to 1.21.1 by @dependabot in #572
- Extend container readiness timeout, backport for 0.1 by @divergentdave in #577
- Bump Janus to version 0.1.14 by @divergentdave in #583
- Re-export janus_messages types from janus_core by @divergentdave in #585
Full Changelog: 0.1.13...0.1.14
0.1.13
What's Changed
- Backport collector library and CLI tool to 0.1 by @divergentdave in #512
- Backport end_to_end test improvements to 0.1 by @divergentdave in #516
- build(deps): bump anyhow from 1.0.64 to 1.0.65 by @dependabot in #525
- build(deps): bump thiserror from 1.0.34 to 1.0.35 by @dependabot in #521
- build(deps): bump serde_yaml from 0.9.11 to 0.9.13 by @dependabot in #531
- Bump Janus to version 0.1.13. by @branlwyd in #537
Full Changelog: 0.1.12...0.1.13
0.1.12
What's Changed
- Don't fail copy logs step if no logs are found by @tgeoghegan in #485
- build(deps): bump prometheus from 0.13.1 to 0.13.2 by @dependabot in #498
- build(deps): bump url from 2.2.2 to 2.3.0 by @dependabot in #494
- Release
janus
0.1.12 by @tgeoghegan in #506
Full Changelog: 0.1.11...0.1.12