New Features
- feat: Switch to new cache if it processed enough number of operations by @chubei in #1092
- feat: implement arrow format for grpc ingestion by @v3g42 in #1087
- feat: Add
LmdbMap
by @chubei in #1151 - feat: Add
LmdbMultimap
by @chubei in #1153 - feat: support deltalake connector by @xudong963 in #1067
- feat:
SET
operatorsrecord_map
intoCountingBloomFilter
by @chloeminkyung in #1168 - feat: implement
HAVING
by @snork-alt in #1198 - feat: Window processor by @mediuminvader in #1175
- feat: Add operation log to cache (never cleaned up now) by @chubei in #1172
- feat: implement date extract by @v3g42 in #1178
Bug Fixes
- fix: Use same progress bar style (expect for color) for source and sink by @chubei in #1100
- fix: updated download_binary by @chloeminkyung in #1107
- fix: Sink should only be built after all source checkpoints are checked by @chubei in #1112
- fix: Blue cache was counted with limit. Green cache didn't get picked up. by @chubei in #1123
- fix: Define unique temp folder for aggregation tests by @mediuminvader in #1124
- fix: groupby without measures were handled wrongly by @snork-alt in #1127
- fix: add postgres columns validations and connector test by @hoangnh93 in #1035
- fix: Ingestion via Arrow by @v3g42 in #1141
- fix:
load_multi_sources
test was not implemented correctly by @chubei in #1146 - fix: Remove table name property usage in deltalake connector by @karolisg in #1155
- fix: Fix compilation error introduced in #1158 by @chubei in #1183
- fix: Add sources names used in the query by @mediuminvader in #1190
- fix: PK was not automatically when
GROUP BY
is used by @snork-alt in #1193
New Contributors
- @readall made their first contribution in #1122
- @hoangnh93 made their first contribution in #1035
Full Changelog: v0.1.10...v0.1.11