Releases: terminusdb/terminusdb-client-python
Releases · terminusdb/terminusdb-client-python
TerminusDB Python Client v12.0.5
TerminusDB Python Client 12.0.4
Features
- Fix/add random idgen alias by @hoijnet in #451
- Align/align idgen_random by @hoijnet in #445
- Support for WOQL set operators by @hoijnet in #455
- Add slice operator support in python by @hoijnet in #453
- [Feature] Add get_document_history() method by @dgiegold in #452
- Add prefix management by @hoijnet in #457
- Add RDF List operators and WOQL.localize by @hoijnet in #458
- Add WOQL collect predicate by @hoijnet in #463
- Enable range queries by @hoijnet in #462
- Select with no variables by @hoijnet in #465
Maintenance and bug fixes
- Fix UnboundLocalError in push() and clonedb() without remote auth by @DarrenZal in #464
- Bugfix/eq operator list issue by @hoijnet in #456
- Bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #454
- Bump urllib3 from 2.6.2 to 2.6.3 by @dependabot[bot] in #459
- Issue/123 improve test coverage by @hoijnet in #460
New Contributors
- @dgiegold made their first contribution in #452
- @DarrenZal made their first contribution in #464
Full Changelog: v11.1.0...v12.0.4
TerminusDB Python Client v11.1.0
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
- Add binding result streaming to client by @GavinMendelGleason in #430
- Adding Vars trick by @GavinMendelGleason in #429
- Aligned WOQL AST to DeletedTriple (fixes #434) by @hoijnet in #435
- [Doc] Fix typos in Client.fetch() docstring by @larsw in #432
- Upgrade to docker compose v2 by @laurentS in #428
- allow redirects for has_database head request by @dwinston in #401
- [Doc] Correct supported versions in readme by @laurentS in #427
- Improve coverage further by @hoijnet in #446
- Fix/minimum version python by @hoijnet in #449
Security updates
- Bump urllib3 from 2.0.4 to 2.0.7 by @dependabot[bot] in #421
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot[bot] in #424
- Bump requests from 2.31.0 to 2.32.4 by @dependabot[bot] in #443
- Bump zipp from 3.16.2 to 3.19.1 by @dependabot[bot] in #436
- Bump certifi from 2023.5.7 to 2024.7.4 by @dependabot[bot] in #438
- Bump black from 23.7.0 to 24.3.0 by @dependabot[bot] in #448
- Bump jinja2 from 3.1.2 to 3.1.6 by @dependabot[bot] in #439
- Bump tqdm from 4.65.0 to 4.66.3 by @dependabot[bot] in #442
- Bump idna from 3.4 to 3.7 by @dependabot[bot] in #441
- Bump urllib3 from 2.0.7 to 2.2.2 by @dependabot[bot] in #440
- Bump urllib3 from 2.2.2 to 2.5.0 by @dependabot[bot] in #450
New Contributors
Full Changelog: v10.2.6...v11.1.0