Skip to content

1.5.2

Choose a tag to compare

@L1ghtn1ng L1ghtn1ng released this 23 Dec 02:59
· 26 commits to master since this release

1.5.2 - 2025-12-23

Added

  • Added uv.lock for dependency management and improved project isolation. (0e1f4bc)
  • Added FUNDING.yml to enable project sponsorship. (e9aef30)

Changed

  • Migrated CI/CD workflows to use uv for faster and more reliable builds. (0e1f4bc)
  • Updated all dependencies to their latest versions.
  • Replaced requests with httpx to modernize HTTP handling. (12827ab)
  • Added support for Python 3.14. (12827ab)
  • Added type ignore comment for CORSMiddleware validation in API implementation. (beda5fe)

Fixed

  • Adjusted zone transfer test threshold to improve test stability. (c3ef676)
  • Applied code style fixes and formatting using Ruff. (302279f)
  • Resolved issue #432 to actually fix python 3.14 support. (880e76b)