Skip to content

2024.12.5

Compare
Choose a tag to compare
@hitblast hitblast released this 04 Dec 19:47
· 29 commits to main since this release
2024.12.5
f60bc22

✨ New Features

  • This update adds support for asynchronous I/O bound operations in avro.py. Though the implementation is bare-bones as of now, it could be significantly worked upon over time since low-level string manipulation hasn't been attached fully yet.
  • [⚠️ BREAKING CHANGE] Thus, this update enforces async / await syntax for all of the primary functions listed below:
    • parse()
    • reverse()
    • to_bijoy()
    • to_unicode()
  • Significant changes to the internal docstrings have been made in order to support code generation-based references later on.

🔨 Related PRs

  • Bump astral-sh/setup-uv from 3 to 4 by @dependabot in #82
  • async / await implementation and restructure of documentation by @hitblast in #83

The prebuilt wheels and source files have been shipped with this release.

Full Changelog: 2024.10.30...2024.12.5