Skip to content

TerminusDB Client v11.1.1

Choose a tag to compare

@hoijnet hoijnet released this 23 Oct 22:44
· 12 commits to main since this release
af4d4ff

New 🚀

  • Enable string-based CSV resources (not only from local files)
  • Increased test coverage from 30% to 59%
  • Deprecated Node 18, lowest supported is now Node 20
  • Handling of remotes is now supported in the client
  • New: vars_unique() produces unique variables, complement to vars()
  • Add evaluate() to fluent style WOQL queries

Fixes 🚧

  • Update dependencies follow-redirects, webpack-dev-middleware, axios, braces, semver, micromatch, cross-spawn, word-wrap, on-headers, compression, form-data
  • Fixes axios upgrade issues, incl. content-type casing error, buffer
  • Fixes inconsistency with removed_quad keyword (DeleteQuad in WOQL)
  • Fluent vs functional style inconsistency with from() fixed
  • Clean up code and improve test suites
  • Documentation fixes and updates
  • Fix variable name mismatches in from() and length() methods
  • Verified xsd:double handled correctly in conjunction with terminusdb server

New Contributors

Full Changelog: v.10.0.33...v11.1.1