Skip to content

v0.13.5

Compare
Choose a tag to compare
@nessshon nessshon released this 14 May 09:34
· 37 commits to main since this release

What's Changed

  • Refactored AiogramTonConnectMiddleware for user events only.
  • Added tonapi_token to prevent errors with bridge tonapi 429.
    Set the key in AiogramTonConnectMiddleware:
    AiogramTonConnectMiddleware(
        ...,
        tonapi_token=config.tonapi.TONCONNECT_KEY,
    )

Full Changelog: v0.13.2...v0.13.5