Skip to content

Commit 0144bab

Browse files
Merge pull request #88 from terminusdb/updateReleaseNotes
added latest release notes
2 parents eef8e5b + f02005f commit 0144bab

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

RELEASE_NOTES.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# TerminusDB Client v10.0.2
2+
3+
## new 🚀
4+
5+
* Added support for multi organizations
6+
* Add client.getUserOrganizations
7+
* Add client.userOrganizations (Retrieves a list of databases)
8+
* Added *read_document, insert_document, update_document, delete_document* functions for modification of documents using WOQL
9+
* Add dot() in WOQL query
10+
11+
## fixes 🛠
12+
13+
* fixed order_by in WOQL ([#35](/../../issues/35))
14+
* fixed auto generation of docs ([#62](/../../issues/35))
15+
* removed unused dependencies
16+
17+
## deprecated ☠️
18+
19+
* removed read_object
20+
21+
---
22+
23+
# TerminusDB Client v10.0.1
24+
25+
## new
26+
27+
* Add read_object
28+
* Add utf-8 support
29+
30+
## fixes
31+
32+
* fixed woql query for commits
33+
34+
---
35+
36+
# TerminusDB Client v10.0.0
37+
38+
## new
39+
40+
* Added functionalties to support new document interface
41+
* Added new functions to support TerminusX
42+
43+
---
44+
145
# TerminusDB Client v4.1.0
246

347
## new

0 commit comments

Comments
 (0)