Skip to content

v2026.3.0

Choose a tag to compare

@github-actions github-actions released this 21 May 14:20
5f8197b

Changed

  • Internal architecture reorganized around explicit domain packages:
    • TON account and balance helpers are now unified under pyfragment.domains.tonapi.account
    • service wrappers and operation modules are aligned by domain (ads, purchases, giveaways, anonymous_numbers, marketplace, tonapi)
  • Package exports were cleaned up for domain and model packages (__init__.py) to provide clearer public symbols.
  • Examples and system tests were updated to follow current public import paths and project structure.

Fixed

  • get_cookies_from_browser() is now patch-friendly in tests (pyfragment.core.cookies.rookiepy can be mocked reliably).
  • Anonymous number NOT_OWNED error message wording was adjusted for test and backward-compatibility with existing matchers.