Skip to content

Commit d23a20a

Browse files
committed
Release notes for client 11.1.1
1 parent 76bc0dc commit d23a20a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

RELEASE_NOTES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
1+
# TerminusDB Client v11.1.1
2+
## Fixes
3+
* Update dependencies follow-redirects, webpack-dev-middleware, axios, braces, semver, micromatch, cross-spawn, word-wrap, on-headers, compression, form-data
4+
* Fixes axios upgrade issues, incl. content-type casing error, buffer
5+
* Fixes inconsistency with removed_quad keyword (DeleteQuad in WOQL)
6+
* Fluent vs functional style inconsistency with from() fixed
7+
* Clean up code and improve test suites
8+
* Documentation fixes and updates
9+
* Fix variable name mismatches in from() and length() methods
10+
* Verified xsd:double handled correctly in conjunction with terminusdb server
11+
12+
## New 🚀
13+
* Enable string-based CSV resources (not only from local files)
14+
* Increased test coverage from 30% to 59%
15+
* Deprecated Node 18, lowest supported is now Node 20
16+
* Handling of remotes is now supported in the client
17+
* New: `vars_unique()` produces unique variables, complement to `vars()`
18+
* Add evaluate() to fluent style WOQL queries
19+
20+
# TerminusDB Client v10.0.33
21+
## Fixes
22+
* Update dependencies word-wrap, semver, axios
23+
* Fix arithmetic variable treatment (#296)
24+
* Marshall variable args carefully in arithmetic expressions (#297)
25+
126
# TerminusDB Client v10.0.32
227
## Fixes 🛠
328
* Make AccessControl manageCapability scopeType param optional
29+
430
# TerminusDB Client v10.0.30
531
## Fixes 🛠
632
* Fix schema endpoint for system database
33+
734
# TerminusDB Client v10.0.30
835
## Fixes 🛠
936
* Fix DiffObject type definition

0 commit comments

Comments
 (0)