What's Changed
- fix(security): use
constant_eqfor password checks @meskill - fix(security): admin password not checked when using passthrough auth
- fix(resharding): fix issues with copy data @meskill
- feat(resharding): use binary protocol for replication (slightly faster than text) @meskill
- fix(sharding): don't track columns independently, allowing duplicate expression rewrites in cross-shard queries @sgrif
- feat(sharding): error when encountering an unsupported aggregate function in cross-shard queries @sgrif
- feat(sharding): give a more meaningful error message when a helper column is missing in cross-shard queries @sgrif
- chore: update to Rust 2024 @sgrif
- fix: refactor and improve the functionality of
avg()@sgrif - refactor: aggregate functions cleanup @sgrif
- fix: clippy fixes @imor
- fix: more clippy errors and CI enforcement @meskill
- fix: handle comments in
SETin regex detector
Also introducing our company mascot, Von Count.
New Contributors
Full Changelog: v0.1.43...v0.1.44