Skip to content

v0.19.2

Choose a tag to compare

@SergiiShcherbak SergiiShcherbak released this 30 Sep 15:15
· 29 commits to main since this release
f34f4e9

Fixed

  • Logging system refactored to use Python's standard library logging with namespaced logger (contextgem) for production-ready integration. Eliminates global state pollution, prevents conflicts with host application logging, and enables independent configuration. Replaced Loguru with colorlog for colored output.