Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 19:52
· 145 commits to main since this release

v2.0.0 (2026-02-21)

This release is published under the MIT License.

Bug Fixes

  • Remove WebAdapter import (07a6498)

  • token: Move BotConfig import from TYPE_CHECKING (82bb210)

Features

  • base_mapping: Implement len and iter in mapping interface (bc50c41)

Refactoring

  • Move on_startup (519c7d2)

  • Remove WebAdapter from public API exports (1ef8bbd)

  • Unify response creation via WebAdapter and update BoundRequest interface (3f30edc)

  • adapters: Cache headers and query params mappings in BoundRequest implementations (72c0216)

  • adapters: Unify BoundRequest interface and introduce framework-specific mappings (ca3693c)

  • ip: Refactoring (3292a0f)

  • security: Remove redundant security checks and default to Security instance (5214a65)

  • security: Update type hints for BoundRequest and clarify SecretToken docstring (e5a0509)

  • tests: Introduce DummyRequest and update DummyBoundRequest (abba2a0)

  • token: Use BotConfig instance for bot initialization (aedd111)

  • WebhookEngine: Make security optional and update secret token handling (e0d8fb3)

  • WebhookEngine: Pass parsed update dict instead of BoundRequest to handler methods (c50af89)


Detailed Changes: v1.1.0...v2.0.0