Added
describegpt
: Add jsonl to prompt file doc section & more clarification by @rzmk in #1149luau
: add--no-jit
option #1170sqlp
: add CTE examples 33f0218
Changed
frequency
: minor optimizations ecac0bejoin
: performance optimizations 4cb5937 and 788360asqlp
: reduce allocs in loop ae164b5- Apple Silicon build now uses mimalloc allocator by default bfab24a
- build(deps): bump jql-runner from 7.0.1 to 7.0.2 by @dependabot in #1151
- build(deps): bump serde from 1.0.171 to 1.0.173 by @dependabot in #1154
- build(deps): bump tempfile from 3.6.0 to 3.7.0 by @dependabot in #1155
- build(deps): bump serde from 1.0.174 to 1.0.175 by @dependabot in #1157
- build(deps): bump redis from 0.23.0 to 0.23.1 by @dependabot in #1164
- build(deps): bump serde from 1.0.175 to 1.0.177 by @dependabot in #1163
- build(deps): bump serde_json from 1.0.103 to 1.0.104 by @dependabot in #1160
- build(deps): bump grex from 1.4.1 to 1.4.2 by @dependabot in #1159
- build(deps): bump sysinfo from 0.29.6 to 0.29.7 by @dependabot in #1158
- build(deps): bump mlua from 0.9.0-rc.1 to 0.9.0-rc.3 by @dependabot in #1169
- build(deps): bump flexi_logger from 0.25.5 to 0.25.6 by @dependabot in #1168
- build(deps): bump jemallocator from 0.5.0 to 0.5.4 by @dependabot in #1167
- build(deps): bump serde from 1.0.177 to 1.0.178 by @dependabot in #1166
- build(deps): bump rust_decimal from 1.30.0 to 1.31.0 by @dependabot in #1172
- build(deps): bump csvs_convert from 0.8.6 to 0.8.7 by @dependabot in #1174
- apply
clippy:needless_pass_by_ref_mut
lint inselect
andfrequency
ba6566e and 83add7b - cargo update bump indirect dependencies
- pin Rust nightly to 2023-07-29
Removed
excel
: remove defunct dates-whitelist comments 2a24d2d
Fixed
join
: fix left-semi join. Fixes #1150. #1153foreach
: fix command argument token splitter pattern. Fixes #1171 #1173
Full Changelog: 0.109.0...0.110.0