Skip to content

Releases: stumpylog/tika-client

0.7.0

09 Oct 16:25
Compare
Choose a tag to compare

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

18 Jul 14:57
Compare
Choose a tag to compare

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 and hatch fmt (#17)
  • Included mypy typing in the linting checks

Fixed

0.5.0

07 Nov 15:54
Compare
Choose a tag to compare

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

27 Jul 17:09
0.4.0
Compare
Choose a tag to compare

Added

  • More extensive testing of date and time strings in various formats, including
    RFC-3339, ISO-8061 and things in between

Changed

  • Date parsing is now does not assume a timezone if none is provided (the parsed datetime will be naive)
  • pypa/gh-action-pypi-publish updated to v1.8.8

0.3.0

19 Jul 20:12
0.3.0
Compare
Choose a tag to compare

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