Skip to content

Releases: terminusdb/terminusdb-client-python

TerminusDB Python Client v11.1.0

15 Nov 08:35
68c5092

Choose a tag to compare

TerminusDB Python Client v11.1.0

  • Add support for python 3.12 and deprecate python 3.8 (end of life)
  • Aligned with TerminusDB 11.1 overall and general preparation for v11.2.0
  • Aligning client release minor versions with server versions for clarity

Bug fixes and maintenance

  • Fix schema parameter to database construction
  • Update minimum Python version to 3.9 for urllib3 2.5.0 compatibility
  • Include latest security updates

What's Changed

Security updates

New Contributors

Full Changelog: v10.2.6...v11.1.0

v10.2.5

16 Nov 14:07
97ec3b1

Choose a tag to compare

Bug fixes

  • fix serialization of dictionaries

v10.2.4

17 Jul 12:07
fd5ecea

Choose a tag to compare

Bug fixes

  • Fix bug in prop conversion for lists from JSON schema
  • Complete XSD types for tdbpy

v10.2.3

30 May 12:24

Choose a tag to compare

v10.2.3

New

  • Add remote auth

Bug fixes

  • Fix incorrect mapping of sys:JSON type to
    Python class
  • Fix failing requests integration test

v10.2.2

29 Mar 09:13

Choose a tag to compare

New

  • Add patch endpoint

Bug fixes

  • Fix error when checking types
  • Fix repeating load of object with key bug