Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 21:37

Fixed

  • mike deployment mis-ordered the version and alias, this has been corrected
  • mypy wasn't running correctly in CI
  • Wrong paper size preset for A4 by @mannerydhe (#24)

Added

  • All routes now return a stronger typed response than just an httpx.Response (#23)
  • All public methods now include docstrings (#33)
  • The Chromium based HTML and Markdown to PDF routes can now accept accept a str, containing either HTML text, Markdown or other text based resources for conversion (#30)
    • See string_index, string_resource and string_resources for those routes

Changed

  • Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot (#25)
  • Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.2 by @dependabot (#31)
  • CI testing now runs against Gotenberg 8.11 (#32)
  • Development tool updates in pyproject.toml and pre-commit hook updates
  • Properly use pytest fixtures in all testing (#34)
  • Upgrade pre-commit to 4.0.1 (#35)