Skip to content

Commit

Permalink
prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jan 9, 2023
1 parent 643d70e commit 3fc0e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Change Log

## WIP
### Added
- [KV] added `:tuple` data type that accepts 2-8 scalar values, useful as
path keys for indexing documents.
- [Datalog] added heterogeneous tuple `:db/tupleTypes` and homogeneous tuples
`:db/tupleType` for values, same as the above. #167
### Improved
- [Datalog] moved entity and transaction ids from 32 bits to 64 bits integers, supporting much larger DB. #144
- [Datalog] ensured ACID transactions and improved write performance
- [Datalog] wrapped `transact!` inside `with-transaction` to ensure ACID and improved performance
- [Native] updated to the latest Graalvm 22.3.0. #174

## 0.7.8 (2023-01-04)
Expand Down
2 changes: 1 addition & 1 deletion examples/bulk-load/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/data.json "2.4.0"]
[medley "1.4.0"]
[datalevin "0.6.29"]]
[datalevin "0.7.8"]]
:profiles {:dev {:jvm-opts
["--add-opens" "java.base/java.nio=ALL-UNNAMED"
"--add-opens" "java.base/sun.nio.ch=ALL-UNNAMED"]}}
Expand Down

0 comments on commit 3fc0e3d

Please sign in to comment.