You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
# Chlu IPFS Changelog
2
2
3
-
## v0.2.0 (WIP)
3
+
## v0.2.0 "ChluDB"
4
4
5
5
- properly validate DID submissions and Reviews coming out of OrbitDB
6
-
- ... more to come!
6
+
- added support for SQL Database as a backend for OrbitDB: supports SQLite or PostgreSQL
7
+
- added ability to disable writes to the ChluDB for users that run multiple Chlu services and only want the collector to write to the DB
8
+
- sped up reads when using the SQL ChluDB: if the implementation chosen "caches" additional informations, it won't have to be refetched and revalidated again
9
+
- IPFS read operations will now time out if they take too long instead of getting stuck forever
0 commit comments