Skip to content

Latest commit

Β 

History

History
407 lines (247 loc) Β· 9.41 KB

RELEASE_NOTES.md

File metadata and controls

407 lines (247 loc) Β· 9.41 KB

TerminusDB Client v10.0.32

Fixes πŸ› 

  • Make AccessControl manageCapability scopeType param optional

TerminusDB Client v10.0.30

Fixes πŸ› 

  • Fix schema endpoint for system database

TerminusDB Client v10.0.30

Fixes πŸ› 

  • Fix DiffObject type definition

TerminusDB Client v10.0.29

Fixes πŸ› 

  • Fix getCommitsLog in WOQLClient

New πŸš€

  • add pagination to getVersionDiff
  • add getDocumentHistory in WOQLClient class
  • add baseServer property to ConnectionConfig class

TerminusDB Client v10.0.28

Fixes πŸ› 

  • Fix woql.distinct using variables
  • Fix woql.select using variables

TerminusDB Client v10.0.27

Fixes πŸ› 

  • Fix woql.group_by using variables
  • Fix woql.order_by using variables
  • Fix typescript types

New πŸš€

  • add patchResource in WOQLClient class

TerminusDB Client v10.0.26

Fixes πŸ› 

  • Fix woqlPrinter
  • Fix woqlClient updateDatabase

New πŸš€

  • add getCommitsLog in WOQLClient class

TerminusDB Client v10.0.25

Fixes πŸ› 

  • Fix woqlPrinter

TerminusDB Client v10.0.24

Fixes πŸ› 

  • Review WOQL typescript definitions

TerminusDB Client v10.0.22

New πŸš€

  • Add Woql.boolean in WOQL class
  • Add Woql.date in WOQL class
  • Add Woql.datetime in WOQL class

TerminusDB Client v10.0.21

New πŸš€

  • Add getOrganizationRemote in AccessControl class

Fixes πŸ› 

  • Replace coveralls with coveralls-next

TerminusDB Client v10.0.19

New πŸš€

  • Add getOrganization in AccessControl class
  • Add hasDatabase head api call in WOQL-Client
  • Add Woql.Vars in WOQL class

Fixes πŸ› 

  • Remove core-js@2
  • Documentation fixes
  • Fix update_triple in woql
  • Fix types declaration

TerminusDB Client v10.0.12

New πŸš€

  • Add the ability to add additional diff options to the diff endpoint

TerminusDB Client v10.0.11

New πŸš€

  • Generating type definitions for typescript by @Neelterminusdb in #185
  • Added create query parameter for update document by @Neelterminusdb in #189

Fixes πŸ› 

  • Fixed woql start by @Neelterminusdb in #184
  • Fixed bug in WOQL.doc not encoding lists by @Neelterminusdb in #191
  • Fixed woql docs by @Neelterminusdb in #194

Deprecated ☠️

  • Deprecated query document by @Neelterminusdb in #187



TerminusDB Client v10.0.10

New πŸš€

  • Add support for variables in woql.doc by @Neelterminusdb in #181

Fixes πŸ› 

  • Fix the way of sending tokens to the cloud api by @GavinMendelGleason in #182
  • Upgrade async library to prevent prototype pollution

TerminusDB Client v10.0.9

New πŸš€

  • Add diff endpoint by @GavinMendelGleason in #178

TerminusDB Client v10.0.8

New πŸš€

  • Add gzip compression by @rrooij in #167

TerminusDB Client v10.0.7

New πŸš€

  • Add getPrefixes by @Francesca-Bit in #152
  • Added examples for dataVersion docs by @Neelterminusdb in #147

Fixes πŸ› 

  • Fixed WOQL.as and WOQL.path docs by @Neelterminusdb in #140
  • Fixed woql.post query having multiple files with woql.and by @Neelterminusdb in #160
  • Fixed cleanObject output for @value = 0 by @Neelterminusdb in #163
  • Update accessControl by @Francesca-Bit in #144
  • Converted string variables to woql variables "Var" in documentation by @Neelterminusdb in #141

TerminusDB Client v10.0.6

New πŸš€

  • Allow infinite size of body and content by @rrooij in #129
  • Improving installation steps for the js package by @Neelterminusdb in #125
  • Update createDocs.js by @mark-terminusdb in #130
  • Use eol.lf with jsdoc-to-markdown, improve CI workflow by @spl in #133

Fixes πŸ› 

  • Fixed WOQL.post function by @Neelterminusdb in #118
  • Fix linting by @Neelterminusdb in #112
  • Fixes update_triple variable name bug by @Neelterminusdb in #131

TerminusDB Client v10.0.5

New πŸš€

Fixes πŸ› 

  • Fixed tests #123
  • Modified AccessControl documentations, added api token #124
  • UPDATED packages #126

Deprecated ☠️

  • Deprecated connect function #114

TerminusDB Client v10.0.4

New πŸš€

  • Added AccessControl class
  • Added diff and patch functions in WOQL.client

Fixes πŸ› 

  • Fixed create new branch documentation #105

TerminusDB Client v10.0.3

New πŸš€

  • Added support for new API authentication with TerminusX

Fixes πŸ› 

  • Fixed optimizeBranch() (#92)
  • Fixed encoding URL in client
  • Added custom User-Agent header
  • Fixed https package not found (#97) by adding browser setting in package.json
  • Fixed replaceAll is not a function error (#95)

TerminusDB Client v10.0.2

new πŸš€

  • Added support for multi organizations
  • Add client.getUserOrganizations
  • Add client.userOrganizations (Retrieves a list of databases)
  • Added read_document, insert_document, update_document, delete_document functions for modification of documents using WOQL
  • Add dot() in WOQL query

fixes πŸ› 

  • fixed order_by in WOQL (#35)
  • fixed auto generation of docs (#62)
  • removed unused dependencies

deprecated ☠️

  • removed read_object

TerminusDB Client v10.0.1

new

  • Add read_object
  • Add utf-8 support

fixes

  • fixed woql query for commits

TerminusDB Client v10.0.0

new

  • Added functionalties to support new document interface
  • Added new functions to support TerminusX

TerminusDB Client v4.1.0

new

  • Enhancements to graph view and document view

TerminusDB Client v4.0.0

new

  • add update_quad
  • add update_triple
  • add woql word once
  • add context to using
  • add type_of
  • better error reporting
  • add csv uploading

fixes

  • Fix group_by

TerminusDB Client v3.0.3

The liberation release

new

  • Upgrade dependencies
  • Path predicate directions
  • Add switch for forcing db deletes

fixes

  • Fix length and predicate pattern compilation
  • Fix bug with non-text nodes

TerminusDB Client v3.0.0

The liberation release

new

support for including prefixes full support for Terminus Server Collaboration API

TerminusDB Client v2.0.9 Release Notes

new

Ability to set no commit as starting point for a new branch in client branch api

Functions for more convenient navigation of the commit graph

  • lib().commit_history()
  • lib().commit_future()
  • lib().commit_timeline()
  • lib().next_commits()
  • lib().previous_commits()
  • lib().active_commit()

bug-fixes

Fixed automatic type detection to recognise terminusdb:/// iris

TerminusDB Client v2.0.8 Release Notes

new

Ability to set default branch id in connection configuration init WOQL.all() WOQL.vars() WOQL.nuke()

Promoted stable parts of WOQL.schema() and WOQL.lib() to fully fledged WOQLQuery status to enable chaining

bug-fixes

Removed extraneous ` from nonNegativeInteger datatype Removed export of all internal objects

TerminusDB Client v2.0.7 Release Notes

new

New Fetch API Call

bug fixes

Fixed bug in WOQL.order_by to make descending work

TerminusDB Client v2.0.6 Release Notes

new

Added support for remote database status resolution to connection capabilities Added new databases() api support Added global assets_overview query Added new general time travel function - getCommitAtTime()

bug fixes

Fixed bug with idgen

TerminusDB Client v2.0.5 Release Notes

bug fixes

  • Fixed PUT
  • Some other fixes as well

TerminusDB Client v2.0.4 Release Notes

new

Added tests for inferred use of ands

bug fixes

Fixed remaining bugs in cardinality functions Fixed bugs in PUT JSON-LD generation Fixed tests for chaining and cardinality functions

TerminusDB Client v2.0.3 Release Notes

New

  • First release of the WOQL standard library - available via WOQL.lib().LIBRARY_FUNCTION()
  • Added working versions of clone, pull, push, fetch to API
  • Added support for basic auth to remote servers

Bug fixes

Fixed bugs in cardinality operators in WOQL (max, min, card - all now work properly)

Tidied up triplebuilder by eliminating no longer need object.

Fixed transmission of prefixes over API