Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@iYasha iYasha released this 30 Dec 13:12

Changelog

  • Added cache for page detail requests. It's disabled by default. To enable:
pip install aiorezka[request_cache]
import aiorezka

aiorezka.use_cache = True

or use environment variable REZKA_USE_CACHE

  • Made the library more stable. Tested by parsing all information from rezka.ag
  • Refactored code.
  • Added logger.

Full Changelog: v1.1.0...v1.2.0