Release v0.1.3
What's Changed
🌱 Other Changes
- Add basic admin endpoints by @XiangpengHao in #132
- switch to use uuid as plan id by @XiangpengHao in #134
- Switch to use DataFusion's new DataSource interface by @XiangpengHao in #136
- Use protobuf based plan exchange by @XiangpengHao in #137
- refactor cleanup old code by @XiangpengHao in #139
- Add benchmarking for from_primitive and to_primitive by @JP-Reddy in #135
- Implement float array compression using ALP by @proteetpaul in #133
- Observability infra by @XiangpengHao in #143
- Implement Aggregation pushdown by @XiangpengHao in #144
- various tweak and release new version by @XiangpengHao in #146
- Refactor cache store by @XiangpengHao in #149
- Refactor cache handling, fix more bugs along the way by @XiangpengHao in #151
- Run ASAN only for liquid-cache-parquet by @ding-young in #154
- Fix broken url in readme by @ding-young in #155
- Minor refactoring for cache by @XiangpengHao in #157
- Implement Eviction Simulator From #69 by @nikhilanayak in #153
- Refactor observbality to use openobserve by @XiangpengHao in #160
- Better readme by @XiangpengHao in #163
- Rewrite caching infrastructure, more rigorous testing by @XiangpengHao in #165
- Implement lru and filo by @XiangpengHao in #166
- Add FSST Array Benchmarking by @JP-Reddy in #162
- O(1) LRU implementation by @XiangpengHao in #168
- Fix floating point compression to actually compress data by @XiangpengHao in #169
- prepare datafusion v47 by @XiangpengHao in #158
- Test all TPC-H query plans by @XiangpengHao in #172
- Add more tests to ensure no performance regression for cache arrow and cache liquid by @XiangpengHao in #173
- fix cache trace collection by @XiangpengHao in #174
- Shuttle concurrency testing by @XiangpengHao in #175
- Test concurrent lru by @XiangpengHao in #176
- update dep, prepare revision by @XiangpengHao in #178
- Reduce cache contention by @XiangpengHao in #179
- Refactor server actions to admin endpoint by @XiangpengHao in #180
- refactor stats to admin endpoint by @XiangpengHao in #182
- Refactor flamegraph gen in admin endpoint by @XiangpengHao in #183
- Implement support for date32 and date64 by @XiangpengHao in #184
- Implement support for decimal types by @XiangpengHao in #185
- Implement ipc for decimal types by @XiangpengHao in #186
- Release workflow by @XiangpengHao in #187
- Release ci by @XiangpengHao in #188
- Release ci by @XiangpengHao in #189
New Contributors
- @JP-Reddy made their first contribution in #135
- @proteetpaul made their first contribution in #133
- @ding-young made their first contribution in #154
Full Changelog: v0.1.2...v0.1.3