Releases: divviup/janus
Releases · divviup/janus
0.5.9
What's Changed
- build(deps): bump async-trait from 0.1.68 to 0.1.69 by @dependabot in #1556
- build(deps): bump serde_test from 1.0.164 to 1.0.166 by @dependabot in #1557
- build(deps): bump serde from 1.0.164 to 1.0.166 by @dependabot in #1558
- build(deps): bump uuid from 1.3.4 to 1.4.0 by @dependabot in #1561
- build(deps): bump clap from 4.3.8 to 4.3.10 by @dependabot in #1559
- Job driver: wait for in-flight jobs upon SIGTERM by @divergentdave in #1555
- build(deps): bump tokio from 1.28.2 to 1.29.1 by @dependabot in #1560
- Log statement cleanup by @divergentdave in #1570
- Fix counter metric name by @divergentdave in #1575
- Update aggregator API URL in in_cluster test by @divergentdave in #1571
- Bump version to 0.5.9 by @divergentdave in #1572
Full Changelog: 0.5.8...0.5.9
0.2.30
What's Changed
- build(deps): bump async-trait from 0.1.68 to 0.1.69 by @dependabot in #1566
- build(deps): bump serde_test from 1.0.164 to 1.0.166 by @dependabot in #1565
- build(deps): bump uuid from 1.3.4 to 1.4.0 by @dependabot in #1562
- build(deps): bump clap from 4.3.8 to 4.3.10 by @dependabot in #1564
- build(deps): bump serde from 1.0.164 to 1.0.166 by @dependabot in #1567
- build(deps): bump tokio from 1.28.2 to 1.29.1 by @dependabot in #1563
- Bump version to 0.2.30 by @divergentdave in #1573
Full Changelog: 0.2.29...0.2.30
0.5.8
What's Changed
- Version the aggregator API with Content-Type by @tgeoghegan in #1543
- Optionally serve aggregator API alongside DAP API by @tgeoghegan in #1547
- Move
client_timestamp_interval
from batch_aggregations to batches. by @branlwyd in #1546 - Don't take explicit row locks in the tasks table by @divergentdave in #1551
- Bump version to 0.5.8 by @divergentdave in #1552
Full Changelog: 0.5.7...0.5.8
0.2.29
What's Changed
- build(deps): bump serde_yaml from 0.9.21 to 0.9.22 by @dependabot in #1537
- build(deps): bump itertools from 0.10.5 to 0.11.0 by @dependabot in #1535
- build(deps): bump clap from 4.3.4 to 4.3.8 by @dependabot in #1541
- build(deps): bump serde_json from 1.0.97 to 1.0.99 by @dependabot in #1540
- build(deps): bump hyper from 0.14.26 to 0.14.27 by @dependabot in #1539
- Bump version to 0.2.29 by @divergentdave in #1554
Full Changelog: 0.2.28...0.2.29
0.5.7
Same as the previous release, but this time with the Rust crate versions incremented so that we can release to crates.io.
What's Changed
- Release Janus 0.5.7 by @tgeoghegan in #1545
Full Changelog: 0.5.6...0.5.7
0.5.6 - Experimental release with some BYOHelper support
What's Changed
- Update aggregator API for BYOHelper by @tgeoghegan in #1525
- build(deps): bump clap from 4.3.4 to 4.3.8 by @dependabot in #1538
- build(deps): bump hyper from 0.14.26 to 0.14.27 by @dependabot in #1536
- build(deps): bump serde_yaml from 0.9.21 to 0.9.22 by @dependabot in #1534
- build(deps): bump serde_json from 1.0.97 to 1.0.99 by @dependabot in #1533
- Incremental aggregation-artifact GC. by @branlwyd in #1542
- update
in_cluster
for BYOHelper by @tgeoghegan in #1532 - Move subqueries using LIMIT to WITH clauses by @divergentdave in #1544
Full Changelog: 0.5.5...0.5.6
0.5.5
What's Changed
- use
${VERSION}
indocker-bake
tags by @tgeoghegan in #1527 - Incremental client report GC. by @branlwyd in #1526
Full Changelog: 0.5.4...0.5.5
0.5.4
What's Changed
- Use Stopper instead of channels for shutdown by @divergentdave in #1501
- Break dependency of report_aggregations on client_reports. by @branlwyd in #1503
- Remove aggregation job creation logic for VDAFs w/ agg param. by @branlwyd in #1508
- build(deps): bump alpine from 3.18.0 to 3.18.2 by @dependabot in #1511
- build(deps): bump serde_json from 1.0.96 to 1.0.97 by @dependabot in #1512
- build(deps): bump mockito from 1.0.2 to 1.1.0 by @dependabot in #1513
- build(deps): bump uuid from 1.3.3 to 1.3.4 by @dependabot in #1514
- build(deps): bump docker/bake-action from 3.0.1 to 3.1.0 by @dependabot in #1510
- Add counter metric for job step retries by @divergentdave in #1519
- Fix spurious panic in
put_client_report
. by @branlwyd in #1520 - Bump Janus to version 0.5.4. by @branlwyd in #1522
Full Changelog: 0.5.3...0.5.4
0.2.28
What's Changed
- build(deps): bump alpine from 3.18.0 to 3.18.2 by @dependabot in #1515
- build(deps): bump serde_json from 1.0.96 to 1.0.97 by @dependabot in #1516
- build(deps): bump uuid from 1.3.3 to 1.3.4 by @dependabot in #1517
- build(deps): bump mockito from 1.0.2 to 1.1.0 by @dependabot in #1518
- Bump Janus to version 0.2.28. by @branlwyd in #1523
Full Changelog: 0.2.27...0.2.28
0.5.3
What's Changed
- Check validity of migrations before pushing to GCS by @inahga in #1459
- Simplify check for change of existing migrations by @inahga in #1465
- Update trillium-opentelemetry by @divergentdave in #1468
- Release CI: defer login steps until after build by @divergentdave in #1472
- Remove opentelemetry-jaeger by @divergentdave in #1469
- Shorten for histograms by @divergentdave in #1474
- Fix flakiness in interop binaries end-to-end test by @divergentdave in #1484
- janus_cli observability fixes by @divergentdave in #1485
- Enable divviup-ts integration tests by @divergentdave in #1489
- Improve tracing root spans by @divergentdave in #1490
- Don't trace any spans from h2 by @divergentdave in #1492
- Instrument more methods with tracing spans by @divergentdave in #1491
- Wrap VDAF preparation in tracing spans by @divergentdave in #1493
- Add support for tracing-chrome by @divergentdave in #1494
- Move body of task discovery loop into tracing span by @divergentdave in #1495
- Make filter for tracing-opentelemetry and tracing-chrome configurable by @divergentdave in #1496
- build(deps): bump serde from 1.0.163 to 1.0.164 by @dependabot in #1476
- Release Janus 0.5.3 by @tgeoghegan in #1498
- build(deps): bump clap from 4.3.3 to 4.3.4 by @dependabot in #1500
Full Changelog: 0.5.2...0.5.3