v1.21.0-rc1
Pre-release
Pre-release
What's Changed
- Hashring test perf fix by @jakedt in #1246
- gomod: bump cobrautil by @jzelinskie in #1245
- Fix flakiness of graceful termination test by @josephschorr in #1250
- Move to v4 of kuberesolver by @josephschorr in #1249
- datastore/benchmark: add a datastore driver benchmark by @jakedt in #1231
- Move to Go version 1.20.3 to fix reported vulns in Go 1.20.2 by @josephschorr in #1252
- Set a subdictionary key for pgx logs adaptor by @josephschorr in #1253
- Fix deduplication bug in reachable resources by @josephschorr in #1226
- Make sure to bind vars in table driven tests by @josephschorr in #1255
- makes hashring spread configurable by @vroldanbet in #1256
- Bind all loop variable uses in function closures by @josephschorr in #1258
- Fix bound variables in e2e by @josephschorr in #1260
- Allow for reuse and replace of the serverversion middleware by @josephschorr in #1259
- CRDB retry backoff by @ecordell in #1195
- Add support for extended object ids by @josephschorr in #1254
- goreleaser: publish PRs to brew and not commits by @jzelinskie in #1257
- Fix flakiness of bootstrap file in serve-testing by squashing all memdb revisions by @josephschorr in #1263
- Check the defaults for hashring construction by @josephschorr in #1270
- Paginated datastore API by @jakedt in #1265
- Add a prometheus counter over the different kinds of write operations by @josephschorr in #1268
- some follow ups to paginated datastore by @vroldanbet in #1271
- Revert "goreleaser: publish PRs to brew and not commits" by @josephschorr in #1273
- Fix goreleaser by @josephschorr in #1274
- fix CRDB ReadRelationships throughput regression with new paginated approach by @vroldanbet in #1275
- Improve MySQL ReadRelationships paginated throughput by @vroldanbet in #1276
- Fix typo in comment by @AmbientLighter in #1279
- pkg/cmd/server: enable gzip server compression by @jakedt in #1282
- dockerfile: fix path to include /usr/local/bin by @ecordell in #1287
- Fix issue where Watch in Postgres was looping endlessly by @josephschorr in #1278
- Fix flake in the proxy test by @josephschorr in #1288
- Add v1 integration test for stream timeout by @josephschorr in #1277
- Add pagination support to ReverseQueryRelationships by @josephschorr in #1280
- Crossfade revisions when a new optimized revision is picked by @jakedt in #1285
- Fix flake in PG test by @josephschorr in #1298
- document the implications of using the
insecure
overlap strategy for cockroachdb by @ecordell in #1251 - Dependabot updates for May 2023 by @josephschorr in #1301
- Move to Go 1.20.4 to fix a reported vuln in Go by @josephschorr in #1305
- Skip initializing the telemetry collector if telemetry is disabled by @josephschorr in #1304
- Fix serialization of custom types in caveat context by @josephschorr in #1302
New Contributors
- @AmbientLighter made their first contribution in #1279
Full Changelog: v1.19.0...v1.21.0-rc1