Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Releases: divviup/prio-server

retries on SQS and STS requests

17 Feb 06:17
441af9f
Compare
Choose a tag to compare
Merge pull request #417 from abetterinternet/timg/retry-sqs-and-sts

facilitator: retries on SQS and STS requests

2012-02-16 release

16 Feb 22:27
be51870
Compare
Choose a tag to compare

Our informal policy is to deploy to staging on Tuesdays, and then production later in the week, depending on how risky the changes seem to be. This release includes:

  • lots of dependency bumps across Go and Rust components courtesy of dependabot
  • refactoring of workflow-manager to limit instantaneous memory footprint 0530eac
  • structured JSON logging in workflow-manager 6b43ba6

More diagnostics for NCI failures

16 Feb 02:01
Compare
Choose a tag to compare

Includes

  • 2 minute timeout on writes as well as reads for GCS client
  • log when we fail to get credentials from webidp_provider in aws_credentials.rs.

Increase aggregation and intake worker pools

12 Feb 17:22
c7dc654
Compare
Choose a tag to compare

The two major components of this release are:

#395
#396

GCS uploads timeout hotfix for NCI

12 Feb 02:43
Compare
Choose a tag to compare

This release includes a fix for #391, backported to the version NCI currently has deployed to production, with the tag 0.6.2-b to make cargo happy.

GCS uploads timeout hotfix for NCI

12 Feb 02:32
Compare
Choose a tag to compare

This release includes a fix for #391, backported to the version NCI currently has deployed to production, with the tag 0.6.2-a to make cargo happy.

facilitator ureq update, string manifest parsing

08 Feb 17:39
5400af9
Compare
Choose a tag to compare

This release includes the following changes:

Resilient aggregations

04 Feb 20:28
0730cb4
Compare
Choose a tag to compare

The headline change is #348: we no longer abort an aggregation if individual batches are invalid, and instead will proceed to aggregate all the other batches in the aggregation window.

workflow-manager, facilitator and stackdriver metrics

26 Jan 00:40
36ff88c
Compare
Choose a tag to compare

This release includes improvements to prio-server's metrics reporting.

  • #332 to capture GCP PubSub metrics
  • #329 to scrape metrics from facilitator workers
  • #325 for improved labeling of metrics pushed from workflow-manager instances
  • #323 to fix prometheus-server storage

Work around for Fargate network availability

20 Jan 18:09
cb2609e
Compare
Choose a tag to compare

The headline change is #324, which teaches workflow-manager to wait for the Kubernetes API server to be available when creating an in-cluster Kubernetes API client, to work around a race condition in network setup in AWS Fargate.