Releases: divviup/janus
0.2.4
What's Changed
- Implement garbage collection. [0.2] by @branlwyd in #894
- Fix flaky test by changing number of retries - 0.2 backport by @divergentdave in #917
- build(deps): bump rust from 1.66.0-alpine to 1.66.1-alpine by @dependabot in #914
- build(deps): bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2 by @dependabot in #915
- Release Janus images 0.2.4 by @tgeoghegan in #919
Full Changelog: 0.2.3...0.2.4
0.2.3
What's Changed
- build(deps): bump async-trait from 0.1.60 to 0.1.61 by @dependabot in #902
- build(deps): bump tokio from 1.23.0 to 1.24.1 by @dependabot in #903
- build(deps): bump regex from 1.7.0 to 1.7.1 by @dependabot in #906
- build(deps): bump alpine from 3.17.0 to 3.17.1 by @dependabot in #901
- build(deps): bump trycmd from 0.14.6 to 0.14.10 by @dependabot in #904
- build(deps): bump base64 from 0.20.0 to 0.21.0 by @dependabot in #905
- Bump crate versions to 0.2.3 by @divergentdave in #907
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- build(deps): bump serde_test from 1.0.148 to 1.0.149 by @dependabot in #825
- build(deps): bump tokio from 1.22.0 to 1.23.0 by @dependabot in #829
- build(deps): bump zstd from 0.12.0+zstd.1.5.2 to 0.12.1+zstd.1.5.2 by @dependabot in #827
- build(deps): bump serde from 1.0.148 to 1.0.149 by @dependabot in #830
- build(deps): bump mockito from 0.31.0 to 0.31.1 by @dependabot in #828
- build(deps): bump async-trait from 0.1.58 to 0.1.59 by @dependabot in #823
- Pin GitHub Actions runner to Ubuntu 20.04 LTS (#834) by @tgeoghegan in #835
- build(deps): bump serde_test from 1.0.149 to 1.0.150 by @dependabot in #841
- build(deps): bump serde from 1.0.149 to 1.0.150 by @dependabot in #842
- build(deps): bump base64 from 0.13.1 to 0.20.0 by @dependabot in #840
- Add OS version to cache key (0.2 backport) by @divergentdave in #845
janus_cli
: task parameter generation by @tgeoghegan in #831- Fixes for Rust 1.66 by @tgeoghegan in #852
- build(deps): bump rust from 1.65.0-alpine to 1.66.0-alpine by @dependabot in #870
- build(deps): bump anyhow from 1.0.66 to 1.0.68 by @dependabot in #869
- build(deps): bump thiserror from 1.0.37 to 1.0.38 by @dependabot in #872
- build(deps): bump serde_yaml from 0.9.14 to 0.9.16 by @dependabot in #871
- build(deps): bump async-trait from 0.1.59 to 0.1.60 by @dependabot in #875
- build(deps): bump serde_test from 1.0.150 to 1.0.151 by @dependabot in #874
- build(deps): bump serde_json from 1.0.89 to 1.0.91 by @dependabot in #876
- build(deps): bump serde from 1.0.150 to 1.0.151 by @dependabot in #873
- build(deps): bump trycmd from 0.14.5 to 0.14.6 by @dependabot in #888
- build(deps): bump tracing-stackdriver from 0.6.1 to 0.6.2 by @dependabot in #886
- build(deps): bump serde_test from 1.0.151 to 1.0.152 by @dependabot in #885
- build(deps): bump serde from 1.0.151 to 1.0.152 by @dependabot in #887
- Update crate versions for release 0.2.2. by @branlwyd in #889
Full Changelog: 0.2.1...0.2.2
0.2.1
Upgrading to this release from 0.2.0 will require the following manual schema migration:
ALTER TABLE tasks ADD COLUMN input_share_aad_public_share_length_prefix BOOLEAN NOT NULL DEFAULT false;
What's Changed
- 0.2: Stop pushing images and schema as 'latest' by @divergentdave in #802
- Add per-task configuration for Daphne compatibility by @divergentdave in #818
- Increment version to 0.2.1 by @divergentdave in #819
Full Changelog: 0.2.0...0.2.1
0.2.0
This is the first release of Janus that supports draft-ietf-ppm-dap-02. There are many breaking changes since version 0.1, and the database schema has changed. There is no supported migration path from 0.1 to 0.2.
0.1.24
This is identical to release 0.1.23 except that this time, I remembered to bump the version numbers in the Cargo.toml
s.
What's Changed
- Bump Janus crates to 0.1.24 by @tgeoghegan in #755
Full Changelog: 0.1.23...0.1.24
0.1.23
What's Changed
- build(deps): bump alpine from 3.16.2 to 3.16.3 by @dependabot in #739
- build(deps): bump google-github-actions/setup-gcloud from 0 to 1 by @dependabot in #742
- build(deps): bump google-github-actions/auth from 0 to 1 by @dependabot in #743
- build(deps): bump hyper from 0.14.22 to 0.14.23 by @dependabot in #744
- build(deps): bump trycmd from 0.14.3 to 0.14.4 by @dependabot in #746
- build(deps): bump clap from 4.0.22 to 4.0.24 by @dependabot in #748
- build(deps): bump chrono from 0.4.22 to 0.4.23 by @dependabot in #750
Full Changelog: 0.1.22...0.1.23
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