Skip to content

Releases: divviup/divviup-api

0.0.14

07 Jul 20:34
4e0d1e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.13...0.0.14

0.0.13

06 Jul 17:42
b9e71aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.12...0.0.13

0.0.12

03 Jul 19:58
17a64ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.11...0.0.12

0.0.11

30 Jun 23:34
93664ad
Compare
Choose a tag to compare

What's Changed

  • Add API version headers to aggregator API requests by @tgeoghegan in #244
  • fix up api mocks for the new aggregator approach by @jbr in #246
  • switch from cra to vite by @jbr in #245
  • add api tokens but don't use them for auth yet by @jbr in #233
  • no longer build react app in build.rs, only serve static assets if there's an ASSET_DIR at compile time by @jbr in #250
  • add interface for aggregators by @jbr in #249
  • Bump version to 0.0.11 by @divergentdave in #252

Full Changelog: 0.0.10...0.0.11

0.0.10 - Experimental release with BYOHelper support

28 Jun 19:24
9fd5d03
Compare
Choose a tag to compare

What's Changed

  • add aggregators to tasks and use them for provisioning and metrics by @jbr in #216
  • use pretty assertions by @jbr in #241
  • only populate admin if None by @jbr in #240
  • Collector auth tokens by @jbr in #234
  • no longer use ActiveValue::Set directly by @jbr in #242
  • TaskResponse::vdaf_verify_key, singular by @tgeoghegan in #243

Full Changelog: 0.0.9...0.0.10

0.0.9

27 Jun 14:04
2c9f5e0
Compare
Choose a tag to compare

What's Changed

  • validate that min≤max batch sizes by @jbr in #173
  • creating memberships is idempotent by @jbr in #174
  • Rewrite docker-release CI action by @divergentdave in #177
  • fix revalidation on memberships by @jbr in #178
  • cargo upgrade --incompatible and npx npm-upgrade instead of clicking merge on dependabot by @jbr in #193
  • add session cleanup and queue cleanup as simple recurring tasks by @jbr in #175
  • Bump alpine from 3.18.0 to 3.18.2 by @dependabot in #203
  • Bump @types/react-dom from 18.2.4 to 18.2.5 in /app by @dependabot in #204
  • Bump serde_json from 1.0.96 to 1.0.97 by @dependabot in #205
  • Bump janus_messages from 0.5.2 to 0.5.3 by @dependabot in #206
  • Bump @types/react from 18.2.11 to 18.2.12 in /app by @dependabot in #207
  • Bump uuid from 1.3.3 to 1.3.4 by @dependabot in #209
  • Bump react-router-dom from 6.12.1 to 6.13.0 in /app by @dependabot in #211
  • Bump formik from 2.4.1 to 2.4.2 in /app by @dependabot in #212
  • Bump validator from 0.16.0 to 0.16.1 by @dependabot in #210
  • Bump react-router from 6.12.1 to 6.13.0 in /app by @dependabot in #208
  • add aggregator entity and api routes by @jbr in #213
  • Add supplemental CLI tool for targeting a particular schema version by @inahga in #202
  • migration binary is still required for integration tests by @inahga in #219
  • Disable color output in migrate_to by @inahga in #220
  • Fix broken down migration, add missing table call by @inahga in #221
  • Bump serde_json from 1.0.97 to 1.0.99 by @dependabot in #227
  • integration testing user is an admin by @jbr in #235
  • add aggregator.is_first_party and all global aggregators first party initially by @jbr in #236
  • Bump version to 0.0.9 by @divergentdave in #237
  • Bump janus_messages from 0.5.3 to 0.5.4 by @dependabot in #225
  • Bump react-router from 6.13.0 to 6.14.0 in /app by @dependabot in #223
  • Bump clap from 4.3.4 to 4.3.8 by @dependabot in #224
  • Bump @types/react from 18.2.12 to 18.2.14 in /app by @dependabot in #229
  • Bump react-bootstrap from 2.7.4 to 2.8.0 in /app by @dependabot in #226
  • Bump react-router-dom from 6.13.0 to 6.14.0 in /app by @dependabot in #230
  • Bump @types/node from 20.3.0 to 20.3.2 in /app by @dependabot in #238

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

06 Jun 15:21
348c920
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

19 May 17:21
7456cfe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

19 May 13:51
72647ef
Compare
Choose a tag to compare

What's Changed

  • Bump time from 0.3.20 to 0.3.21 by @dependabot in #80
  • Bump trillium-http from 0.3.1 to 0.3.2 by @dependabot in #78
  • Bump react-router from 6.10.0 to 6.11.1 in /app by @dependabot in #73
  • Bump @types/react from 18.2.0 to 18.2.6 in /app by @dependabot in #77
  • Bump @types/react-dom from 18.2.1 to 18.2.4 in /app by @dependabot in #79
  • Bump serde from 1.0.160 to 1.0.162 by @dependabot in #76
  • Bump @types/node from 18.16.3 to 20.1.0 in /app by @dependabot in #75
  • move health check earlier in the handler stack by @jbr in #83
  • Set max_batch_query_count to 1 by @divergentdave in #85
  • update trillium-sessions by @jbr in #89
  • Docker improvements by @divergentdave in #86
  • Use some API types from janus_messages by @jbr in #87
  • Add a second --cache-from pointing at main branch by @divergentdave in #92
  • make task max batch size a big integer by @jbr in #91
  • gitignore public_url, remove unused src/models.rs by @jbr in #94
  • Bump alpine from 3.17.3 to 3.18.0 by @dependabot in #98
  • Bump @types/node from 20.1.0 to 20.1.4 in /app by @dependabot in #99
  • Bump react-router-dom from 6.10.0 to 6.11.1 in /app by @dependabot in #97
  • Bump janus_messages from 0.4.8 to 0.4.9 by @dependabot in #96
  • record two distinct dap aggregator urls for each task by @jbr in #93
  • Out of band email by @jbr in #67
  • move the one direct environment check to config by @jbr in #103
  • make vdaf histogram validation more efficient by @jbr in #105
  • updates for janus interop by @jbr in #104
  • bump deps by @jbr in #108
  • pass through and validate additional task fields by @jbr in #106
  • base64-decode public key in HpkeConfig conversion by @divergentdave in #110
  • test hpke config conversions and minimally validate them by @jbr in #111
  • make expiration optional by @jbr in #109
  • require aggregator bearer token to be base64 by @jbr in #113
  • accept a base64-ed dap-encoded hpke config by @jbr in #112
  • remove two straggling console.logs by @jbr in #114
  • Bump version to 0.0.6 by @divergentdave in #115

Full Changelog: 0.0.5...0.0.6

0.0.5

05 May 21:02
468ea92
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5