Releases: divviup/janus
Releases · divviup/janus
0.5.47
What's Changed
- Update rustls, 0.5 backport by @divergentdave in #3038
- build(deps): Bump thiserror from 1.0.58 to 1.0.59 in the error-handling group by @dependabot in #3045
- build(deps): Bump hyper from 1.3.0 to 1.3.1 by @dependabot in #3047
- build(deps): Bump reqwest from 0.12.3 to 0.12.4 by @dependabot in #3046
- build(deps): Bump the serde group with 2 updates by @dependabot in #3043
- Update trillium-opentelemetry to 0.7.0, 0.5 backport by @divergentdave in #3061
Full Changelog: 0.5.46...0.5.47
0.7.5
What's Changed
- Advertise support for time bucketed fixed size by @inahga in #3001
- Fixup aggregator per-report-share error handling. by @branlwyd in #3002
- Remove unused parameter from
Transaction
method by @tgeoghegan in #3004 - Remove unused VDAF method parameters by @divergentdave in #3005
- daphne interop: Set log source and correct port by @cjpatton in #3006
- Add ":latest" tag fallback in Daphne module by @divergentdave in #3008
- docs: add note on generating random key by @philips in #3007
- build(deps): Bump rust from 1.77.1-alpine to 1.77.2-alpine by @dependabot in #3009
- build(deps): Bump async-trait from 0.1.79 to 0.1.80 by @dependabot in #3023
- build(deps): Bump anyhow from 1.0.81 to 1.0.82 in the error-handling group by @dependabot in #3022
- build(deps): Bump deadpool from 0.11.1 to 0.11.2 in the deadpool group by @dependabot in #3021
- build(deps): Bump chrono from 0.4.37 to 0.4.38 by @dependabot in #3024
New Contributors
Full Changelog: 0.7.4...0.7.5
0.6.25
What's Changed
- build(deps): Bump deadpool from 0.11.1 to 0.11.2 in the deadpool group by @dependabot in #3010
- build(deps): Bump async-trait from 0.1.79 to 0.1.80 by @dependabot in #3012
- build(deps): Bump chrono from 0.4.37 to 0.4.38 by @dependabot in #3013
- build(deps): Bump anyhow from 1.0.81 to 1.0.82 in the error-handling group by @dependabot in #3011
- build(deps): Bump rust from 1.77.1-alpine to 1.77.2-alpine by @dependabot in #3015
Full Changelog: 0.6.24...0.6.25
0.5.46
What's Changed
- build(deps): Bump rust from 1.77.1-alpine to 1.77.2-alpine by @dependabot in #3014
- build(deps): Bump chrono from 0.4.37 to 0.4.38 by @dependabot in #3019
- build(deps): Bump deadpool from 0.11.1 to 0.11.2 in the deadpool group by @dependabot in #3016
- build(deps): Bump hyper from 1.2.0 to 1.3.0 by @dependabot in #3020
- build(deps): Bump async-trait from 0.1.79 to 0.1.80 by @dependabot in #3018
- build(deps): Bump anyhow from 1.0.81 to 1.0.82 in the error-handling group by @dependabot in #3017
Full Changelog: 0.5.45...0.5.46
0.7.4
What's Changed
- Exponential backoff for collection job polling. by @branlwyd in #2963
- aggregation_job_creator: mark filled outstanding batches. by @branlwyd in #2970
- collector: Set Content-Length when polling collection jobs by @inahga in #2998
- Initialize rustls provider in integration tests by @divergentdave in #3000
Full Changelog: 0.7.3...0.7.4
0.6.24
0.6.23
What's Changed
- Update h2, 0.6 backport by @divergentdave in #2964
- Update cargo-deny config, 0.6 backport by @divergentdave in #2967
- build(deps): Bump rust from 1.77.0-alpine to 1.77.1-alpine by @dependabot in #2972
- build(deps): Bump rustls-pemfile from 2.1.1 to 2.1.2 by @dependabot in #2989
- build(deps): Bump deadpool from 0.11.0 to 0.11.1 in the deadpool group by @dependabot in #2983
- build(deps): Bump divviup-client from 0.1.17 to 0.1.18 by @dependabot in #2988
- build(deps): Bump trycmd from 0.15.0 to 0.15.1 by @dependabot in #2986
- build(deps): Bump reqwest from 0.12.2 to 0.12.3 by @dependabot in #2987
- [0.6] Schema changes for "aggregation_job_creator: mark filled outsta… by @branlwyd in #2994
- build(deps): Bump the trillium group with 5 updates by @dependabot in #2982
- build(deps): Bump tokio-postgres-rustls from 0.11.1 to 0.12.0 by @dependabot in #2985
Full Changelog: 0.6.22...0.6.23
0.7.3
This version removes support for the response_headers
aggregator configuration parameter. See #2971.
What's Changed
- Collection job driver: reduce work required to detect step readiness. by @branlwyd in #2957
- Update h2 by @divergentdave in #2962
- Update cargo-deny config by @divergentdave in #2966
- Schema changes for "Exponential backoff for collection job polling." by @branlwyd in #2961
- build(deps): Bump deadpool from 0.11.0 to 0.11.1 in the deadpool group by @dependabot in #2974
- build(deps): Bump rustls-pemfile from 2.1.1 to 2.1.2 by @dependabot in #2977
- build(deps): Bump pem from 3.0.3 to 3.0.4 by @dependabot in #2978
- build(deps): Bump reqwest from 0.12.2 to 0.12.3 by @dependabot in #2979
- build(deps): Bump trycmd from 0.15.0 to 0.15.1 by @dependabot in #2980
- build(deps): Bump divviup-client from 0.1.17 to 0.1.18 by @dependabot in #2976
- build(deps): Bump rust from 1.77.0-alpine to 1.77.1-alpine by @dependabot in #2981
- Schema changes for "aggregation_job_creator: mark filled outstanding … by @branlwyd in #2969
- Update kube by @divergentdave in #2993
- Run VDAF preparation on a threadpool by @divergentdave in #2960
- build(deps): Bump the trillium group with 6 updates by @dependabot in #2973
- Fix ignored trycmd tests by @divergentdave in #2996
- Remove response_headers configuration option by @divergentdave in #2971
- Bump version to 0.7.3 by @divergentdave in #2997
Full Changelog: 0.7.2...0.7.3
0.5.45
What's Changed
- Update h2, 0.5 backport by @divergentdave in #2965
- build(deps): Bump rust from 1.77.0-alpine to 1.77.1-alpine by @dependabot in #2975
- build(deps): Bump deadpool from 0.11.0 to 0.11.1 in the deadpool group by @dependabot in #2990
- build(deps): Bump reqwest from 0.12.2 to 0.12.3 by @dependabot in #2991
- build(deps): Bump trycmd from 0.15.0 to 0.15.1 by @dependabot in #2992
- build(deps): Bump the trillium group with 5 updates by @dependabot in #2984
Full Changelog: 0.5.44...0.5.45
0.7.2
What's Changed
- Unify interop test binary targets by @divergentdave in #2873
- Fix warnings when building without test-util by @divergentdave in #2875
- Disable default features on trillium-proxy by @divergentdave in #2876
- Unify aggregator binary targets by @divergentdave in #2879
- CI optimizations by @divergentdave in #2878
- build(deps): Bump EmbarkStudios/cargo-deny-action from 1.6.1 to 1.6.2 by @dependabot in #2908
- build(deps): Bump async-trait from 0.1.78 to 0.1.79 by @dependabot in #2911
- build(deps): Bump bytes from 1.5.0 to 1.6.0 by @dependabot in #2907
- build(deps): Bump the serde group with 1 update by @dependabot in #2899
- build(deps): Bump rustls from 0.22.2 to 0.22.3 by @dependabot in #2910
- build(deps): Bump the trillium group with 1 update by @dependabot in #2905
- build(deps): Bump rust from 1.76.0-alpine to 1.77.0-alpine by @dependabot in #2894
- build(deps): Bump stopper from 0.2.6 to 0.2.7 by @dependabot in #2913
- build(deps): Bump uuid from 1.7.0 to 1.8.0 by @dependabot in #2912
- Update http ecosystem crates by @divergentdave in #2785
- build(deps): Bump reqwest from 0.11.26 to 0.12.2 by @dependabot in #2909
- build(deps): Bump regex from 1.10.3 to 1.10.4 by @dependabot in #2914
- Run
cargo update
. by @branlwyd in #2915 - Feature: signed HPKE configs. by @branlwyd in #2880
- build(deps): Bump fixed from 1.26.0 to 1.27.0 by @dependabot in #2940
- build(deps): Bump itertools from 0.11.0 to 0.12.1 by @dependabot in #2939
- Update minimum version of chrono by @divergentdave in #2922
- build(deps): Bump zstd from 0.13.0 to 0.13.1 by @dependabot in #2933
- build(deps): Bump tokio from 1.36.0 to 1.37.0 by @dependabot in #2936
- build(deps): Bump the deadpool group with 2 updates by @dependabot in #2932
- Expose connection pool size configuration by @inahga in #2948
- Rephrase description of signing key option by @divergentdave in #2925
- Add metric for aggregation success. by @branlwyd in #2918
- Hoist all dependencies up to top-level Cargo.toml by @tgeoghegan in #2921
- Update kube-rs by @divergentdave in #2950
- Sort dependencies in Cargo.toml files by @divergentdave in #2951
- Pool wait time metric by @inahga in #2952
- Janus CLI commands to configure taskprov aggregators. by @branlwyd in #2920
- interop: Wait for subprocesses to be ready before reporting ready by @inahga in #2954
Full Changelog: 0.7.1...0.7.2