Skip to content

v0.1.3: special release for crates.io

Compare
Choose a tag to compare
@skyzh skyzh released this 04 Apr 06:16
· 169 commits to main since this release
c69c802

RisingLight is finally available as a crate on crates.io! There're a lot of bug fixes and new small features in v0.1.3.

What's Changed

  • feat: map filter inputref by @XieJiann in #548
  • fix(storage): delete RowSets when drop table by @BaymaxHWY in #555
  • chore(storage): use get_or_try_insert_with for block cache by @BaymaxHWY in #556
  • feat(array): improve 15x performance by @sundy-li in #554
  • chore(storage): remove TODO comment by @BaymaxHWY in #557
  • fix(executor): Char and Varchar's length limit not respected by @xiaoyong-z in #558
  • chore: remove header in DataChunk. by @RinChanNOWWW in #560
  • fix(executor): output no chunks from dummy by @skyzh in #561
  • feat(tracing): add minitrace to RisingLight by @WindowsXp-Beta in #550
  • test: do not detect tests in build.rs by @xxchan in #564
  • binder: plan not optimal for count(*) with filter by @xiaoyong-z in #559
  • feat(ci): parallism test by @skyzh in #568
  • fix(storage): ignore duplicated deletion by @skyzh in #569
  • fix(ci): sqllogictest not running by @skyzh in #570
  • chore(storage) improve flush logging by @kwannoel in #571
  • docs: update roadmap issue by @skyzh in #573
  • chore: use published crates by @xxchan in #575
  • release: bump to v0.1.1 by @skyzh in #576
  • feat(array) introduce DataChunkBuilder and split chunks in NestedLoop… by @BaymaxHWY in #567
  • refactor(executor): refactor ArrayImpl::Bool for cheap cloning by @kwannoel in #577
  • refactor(array): cheap clone for all arrays by @skyzh in #579
  • feat(function): add function definition by @MingjiHan99 in #581
  • chore: bump rust toolchain to 2022-03-09 by @skyzh in #583
  • refactor(storage): remove Arc from Arc by @kwannoel in #585
  • feat(tracing): make minitrace a cli option by @D2Lark in #586
  • chore(tracing): remove enable_tracing option from db interface by @skyzh in #587
  • feat(storage): report statistics after finishing table scan (#474) by @adlternative in #594
  • chore: bump toolchain and adapt to new portable simd API by @Y7n05h in #595
  • feat(executor):optimize NestedLoopJoin's memory usage by @BaymaxHWY in #599
  • chore: switch sqlparser-rs to crates.io version by @wangrunji0408 in #602
  • chore: bump to v0.1.3 by @skyzh in #603
  • chore: update contributors by @skyzh in #605

New Contributors

Full Changelog: v0.1...v0.1.3

Thanks all for your contributions!

> select * from pg_catalog.contributors
+----------------+
| github_id      |
+----------------+
| BaymaxHWY      |
| D2Lark         |
| Fedomn         |
| LiuYuHui       |
| MingjiHan99    |
| PsiACE         |
| RinChanNOWWW   |
| Sunt-ing       |
| TennyZhuang    |
| WindowsXp-Beta |
| Y7n05h         |
| adlternative   |
| alissa-tung    |
| arkbriar       |
| kwannoel       |
| likg227        |
| ludics         |
| nanderstabel   |
| pleiadesian    |
| rapiz1         |
| skyzh          |
| st1page        |
| sundy-li       |
| tabVersion     |
| wangrunji0408  |
| xiaoyong-z     |
| xxchan         |
| yingjunwu      |
| zehaowei       |
| zzl200012      |
+----------------+