issues
search
ceramicnetwork
/
rust-ceramic
Implementation of the Ceramic protocol in Rust
Other
37
stars
10
forks
source link
chore: version v0.33.0
#494
Closed
smrz2001
closed
2 months ago
smrz2001
commented
2 months ago
[0.33.0] - 2024-08-19
🚀 Features
Recon event insert batching (#470)
Modify recon store to support event validation concepts (#473)
Add noop ceramic-olap binary (#482)
🐛 Bug Fixes
Add better TileDocument detection (#475)
Fix bug in TimeEvent witness blocks parsing logic (#486)
🚜 Refactor
Create sync car crate (#485)
⚙️ Miscellaneous Tasks
Flatten EventInsertable type (#480)
Remove Clone from EventInsertable (#481)
Change EventInsertable to store the parsed Event object instead of its raw blocks (#487)
Remove an iteration pass in OrderEvents::try_new (#489)
Add TODO comment (#491)
Remove EventMetadata type (#490)
[0.33.0] - 2024-08-19
🚀 Features
🐛 Bug Fixes
🚜 Refactor
⚙️ Miscellaneous Tasks