What's Changed
- Fail on invalid snapshot by @serprex in #3461
- report flow status metric at start of drop flow by @serprex in #3466
- reduce s3 chunking to 1GB by @serprex in #3469
- reduce channel sizes to 1024 by @serprex in #3436
- fix distributed resync by @serprex in #3467
- fix drop regression when source/destination peer not specified for metadata context by @serprex in #3474
- nit: add some comments to explain some subtle behaviors by @jgao54 in #3475
- CDC-Only table addition support exposed via Flow API by @Amogh-Bharadwaj in #3418
- dark mode: apply to text in create mirror table picker by @serprex in #3478
- Postgres: Classify replica identity nothing error by @Amogh-Bharadwaj in #3479
- normalize grouping: be int64, not bool by @serprex in #3476
- feat(logger): add request id in LoggerFromCtx by @iamKunalGupta in #3480
- shutdownFlow: ignore cancel failing due to workflow missing by @serprex in #3471
- parallelize api tests, move unsafe to new suite by @heavycrystal in #3472
- reduce flakiness by @serprex in #3489
- More flake fix by @serprex in #3492
- MySQL: explicitly set timezone at session to UTC by @Amogh-Bharadwaj in #3490
- fix(api): take env into consideration during
GetDynamicSettings
by @iamKunalGupta in #3491 - Replica identity nothing alert: include table name in error by @Amogh-Bharadwaj in #3481
- drop bitnami by @serprex in #3487
- classify query timeout due to statement timeout as user facing notification by @serprex in #3495
- [postgres] create slots with failover with pg >=17 by @heavycrystal in #3463
- ClickHouse: Add setting throw_on_max_partitions_per_insert_block in CDC by @Amogh-Bharadwaj in #3499
- fix: typo in minio service entrypoint in docker-compose by @coutantal in #3496
- fix(ui): optimize SchemaBox avoid fetch table schema when collapsed by @jkaflik in #3498
- Clearly classify tables not in publication in table addition by @Amogh-Bharadwaj in #3482
- Classify Postgres error : has no primary keys and does not have REPLICA IDENTITY FULL by @Amogh-Bharadwaj in #3497
- Enforce slog context methods with a linter by @ilidemi in #3501
- refactor(record-metrics): use single query and add more metrics by @iamKunalGupta in #3483
- replace @tremor/react TableRow with our already existing TableRow by @serprex in #3505
New Contributors
- @coutantal made their first contribution in #3496
- @jkaflik made their first contribution in #3498
Full Changelog: v0.34.2...v0.34.3