Releases: stumpylog/tika-client
Releases · stumpylog/tika-client
0.7.0
Added
- SPDX license headers were added to source files
- Official support and testing for Python 3.13 (#25)
Fixed
- Fixed the README referring to the wrong license text
- Fixed the creation of loggers for the library which were never utilized
Changed
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.2 (by @dependabot in #22)
- Update
pre-commit
to 4.0.1 (#23) - Use pytest fixtures effectively (#24)
- Use pytest-docker in place of manual Docker (#26)
0.6.0
Changed
- Updated development tools
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (by @dependabot in #16)
- Update development to use
hatch test
andhatch fmt
(#17) - Included
mypy
typing in the linting checks
Fixed
- Typo in README codeblock by @Chaostheorie (#19)
0.5.0
Added
- Testing on PyPy 3.10
- Testing on released Python 3.12
Changed
.github
and.docker
folders are no longer included in the source distribution- Changed the license to Mozilla Public License Version 2.0
pypa/gh-action-pypi-publish
updated to v1.8.10- CI testing now uses the official Apache Tika image (minimal) instead of the paperless-ngx image
0.4.0
0.3.0
Added
- Restricted action permissions to minimal requirements to function
- Github CI also now creates a Github release with sdist, wheel and changelog
- Additional classifiers to the project on PyPI
Fixed
- Handling of ISO-8061 dates with fractional seconds, which Python doesn't support natively