|
| 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 | + |
1 | 26 | # TerminusDB Client v10.0.32 |
2 | 27 | ## Fixes 🛠 |
3 | 28 | * Make AccessControl manageCapability scopeType param optional |
| 29 | + |
4 | 30 | # TerminusDB Client v10.0.30 |
5 | 31 | ## Fixes 🛠 |
6 | 32 | * Fix schema endpoint for system database |
| 33 | + |
7 | 34 | # TerminusDB Client v10.0.30 |
8 | 35 | ## Fixes 🛠 |
9 | 36 | * Fix DiffObject type definition |
|
0 commit comments