Skip to content

Releases: mycelial/mycelite

v0.3.2

25 Sep 11:28
8e70fbc
Compare
Choose a tag to compare
Setup env var for aarch64 target linker

v0.3.1

12 May 17:10
4494fc5
Compare
Choose a tag to compare
Simplify AsyncWrite protocol. Add implementation for shutdown

v0.3.0

20 Mar 17:12
d243ef5
Compare
Choose a tag to compare
v0.3.0 (#41)

* diffing kickoff

* v0.3.0 on the way

* Fix example. Renamings

* Fix initial bootstraping && remove prints

* fmt & clippy

* Update example. Add drop for ReadReceiver to make sure all future wakers are consumed and called

* Move all blocking ops to spawned thread

* Redo async bridge API

* Name things properly, remove missleading comment, snapshots are explicit now

* Rebase, fmt & clippy

v0.2.4

24 Feb 17:06
5102efe
Compare
Choose a tag to compare
Rename lib on windows

v0.2.3

23 Feb 16:59
da8e9a7
Compare
Choose a tag to compare
default endpoint in config (#35)

v0.2.2

17 Feb 18:05
2bf83f1
Compare
Choose a tag to compare
Install pkg-config on Mac worker

v0.2.1

10 Feb 14:06
974a386
Compare
Choose a tag to compare
Always re-read journal header when adding new/existing snapshot (#27)

* Always re-read journal header on new snapshot

* Add test

* Force threads to sleep

v0.2.0

08 Feb 13:30
8d033d1
Compare
Choose a tag to compare
Fix journal bootstraping (#25)

* Provide offset with raw page

v0.1.0

13 Jan 15:32
Compare
Choose a tag to compare
Fix calc for block alignment in SQliteAllocator