v0.5.0
What's Changed
- [docs] Fix indentation in quickstart #685 by @michaelvlach in #687
- [ci] Limit coverage to agdb proper #688 by @michaelvlach in #690
- [ci] Add formatting tasks #689 by @michaelvlach in #691
- [ci] Limit release workflow to agdb and derive #692 by @michaelvlach in #693
- [benchmarks] Add benchmarks project #686 by @michaelvlach in #694
- [benchmarks] Add database setup #695 by @michaelvlach in #696
- [db] Qualify DbId in derive macro #698 by @michaelvlach in #699
- [db] Take FnMut in transactions #701 by @michaelvlach in #702
- [db] Add optimize storage to database object #700 by @michaelvlach in #703
- [benchmarks] Setup users #697 by @michaelvlach in #704
- [benchmarks] Add post and comment writers #705 by @michaelvlach in #706
- [benchmarks] Add concurrent readers #707 by @michaelvlach in #708
- [benchmarks] Add config #709 by @michaelvlach in #710
- [benchmarks] Fix default db name #711 by @michaelvlach in #712
- [storage] Allow concurrent reads #714 by @michaelvlach in #715
- [benchmarks] Add unique values to predefined texts #716 by @michaelvlach in #717
- [storage] Memory map the file content #713 by @michaelvlach in #720
- [db] Add ability to choose database storage type #719 by @michaelvlach in #726
- [ci] Fix cargo workspace resolver warning #725 by @michaelvlach in #727
- [ci] Prune access modifiers #723 by @michaelvlach in #728
- [storage] Return slice instead of allocation from read #724 by @michaelvlach in #729
- [db] Add storage implementations to public API #731 by @michaelvlach in #732
- [db] Add size() to public API #730 by @michaelvlach in #733
- [benchmarks] Allow choosing db type #722 by @michaelvlach in #734
- [benchmarks] Allow zero delay #735 by @michaelvlach in #736
- [docs] Add intra documentation links #718 by @michaelvlach in #737
- [docs] Add benchmarks docs #721 by @michaelvlach in #738
- [ci] Release 0.5.0 #739 by @michaelvlach in #740
Full Changelog: v0.4.1...v0.5.0