Skip to content

Commit bb64bb2

Browse files
committed
Update changelog for 0.50.0: document major rewrite and new datom structure
1 parent b8cdb25 commit bb64bb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
### 0.50.0 - 2025-10-27
4+
* Massive rewrite of the project.
5+
* Datoms are now structs combining a key prefix with a object pointer
6+
* Indexes and transactions are now List<Datom> aka Datoms
7+
* Most of the interface has been simplifed around this new pattern
8+
* Source generator for creating query result records in the format of a class
9+
310
### 0.28.2 - 2025-10-13
411
* Fix the encoding of dates into DuckDB
512

0 commit comments

Comments
 (0)