api-gateway: fixes an issue where queries to get the total count of results were incorrectly applying sorting from the original query and also were getting default ordering applied when the query ordering was stripped out (#8060) Thanks @rdwoodring! (863f370)
cubesql: Use load meta with user change for SQL generation calls (#8693) (0f7bb3d)
schema-compiler: Replace all toDateTime with toDateTime64 in ClickHouseQuery adapter to handle dates before 1970 (#8390) Thanks @Ilex4524 ! )j (f6cff1a)
Features
native: Initial support for native api-gateway (#8472) (d917d6f)
rust/cubeclient: Upgrade reqwest to 0.12.5 (hyper 1) (#8498) (f77c3aa)
Performance Improvements
cubesql: Replaced LogicalPlanData::find_member with a caching version (#8469) (858d965)