What's Changed
- fix(core): fix column type change after table truncate can lead to invalid data in the column by @ideoma in #4652
- fix(sql): fix SQL error when bind variables used within the IN() function by @glasstiger in #4657
- fix(ilp): make trailing semicolon in client configuration optional by @jerrinot in #4631
- feat(http): add support for
nm=true
query parameter in text export (/exp) to exclude metadata by @jerrinot in #4639 - fix(core): fix db crash after enabling dedup on varchar column by @ideoma in #4675
- feat(sql): reintroduce flush_query_cache function by @puzpuzpuz in #4641
- fix(core): fix potentially corrupt storage of STRING column after data inserting by @ideoma in #4681
- perf(sql): support timestamp literals in JIT compiler by @puzpuzpuz in #4658
- perf(sql): support ksum and nsum functions in parallel GROUP BY by @puzpuzpuz in #4682
Full Changelog: 8.0.0...8.0.1