v1.1.0
v1.1.0 (2026-02-15)
This release is published under the MIT License.
Bug Fixes
-
IPCheck: IPCheck and tests (
f6de7d6) -
security: Check to SecurityCheck (
8952893) -
webhook: Only set secret_token param if not None (
7dbe835)
Chores
-
build: Remove packages field from pyproject.toml (
12cc4dd) -
build: Switch to uv_build backend and migrate ruff config to ruff.toml (
25dcc43) -
pyproject: Add support for Python 3.14 (
cb5e710)
Documentation
- core: Add and improve docstrings for adapters, routing, security, and checks (
fee7007)
Features
-
secret_token: Add secret token format validation and update tests (
fb46f4d) -
webhook_config: Add WebhookConfig for default webhook parameters and update engine interfaces (
1b319e1)
Refactoring
-
ip: Unify IPAddress and IPNetwork types, update adapters and checks (
8c26d7e) -
security: Rename Check protocol to SecurityCheck (
f95ad95)
Detailed Changes: v1.0.0...v1.1.0