CHANGELOG
v0.19.1 (2024-11-14)
Bug Fixes
Jupyter Notebooks: Also create new revisions of data not referenced in nonpublic index. add referenced works to uri list. (
ea2e959
)
v0.19.0 (2024-08-01)
Features
Add uri param to tgcrud create api method (
4ffeda2
)
v0.18.0 (2024-07-31)
Features
Add get-uri API call to crud client (
d6f55ff
)
v0.17.0 (2024-06-20)
v0.16.0 (2024-04-02)
Features
TextgridCrudRequest: Parse crud error message from meta html tag (
0a0d32b
)TextgridCrudRequest: Parse crud error message from meta html tag (
acdf962
)Tgpublish copy has destUri now, add to tgclients databinding (
c417804
)Add publish method to publish client (
f7e56c8
)TextgridPublish: Add method for publish operation (
f43ab4b
)Add tgpublish client for copy operation (
7ce20ab
)
v0.15.1 (2024-02-22)
Bug Fixes
release: Pypi api token was lost in gitlab-ci, cleanup and retry release (
86ff0da
)
Features
v0.14.0 (2024-01-08)
v0.13.4 (2023-12-01)
Performance Improvements
Reuse tcp connections for crud, search and aggregator clients (
c560c6e
)
v0.13.3 (2023-11-27)
Bug Fixes
TextgridMetadata::filename_from_metadata: Navigation results with auth denied have no title and no format (
145e899
)
v0.13.2 (2023-11-22)
Bug Fixes
Typo in init.py export (
7e832fa
)
Features
Jupyter notebook for creating new revisions of published objects (
4f5220b
)
v0.13.1 (2023-07-18)
Bug Fixes
Typos in jupyter notebook (
69c5c14
)
v0.13.0 (2023-07-18)
Features
Add notebook explaining auto completion with jupyter to docs (
aaa78c6
)
v0.12.0 (2023-07-18)
Features
Add note on databinding to docs and link metadata cheat sheet (
a983aa7
)
v0.11.0 (2023-07-18)
Bug Fixes
Use semantic-release 7.34.6 as 8.0 introduced changes breaking the release process (
c3e8f71
)
Refactoring
crud: Create nonpublic crud by default if not passing constructor args, to prevent accidentally publication of data (
e5aab40
)
BREAKING CHANGE: constructor param ‘nonpublic’ removed from TextgridCrud and TextgridCrudRequest