v1.1.0
Bug Fixes
-
Exclude requires-python from Renovate bumps
(e7c7c44) -
Gracefully handle fork PR comment permissions
(1c38983) -
Handle bearer authentication for v2 tokens
(4a80e22) -
Handle edge cases in filter parsing for n8n compatibility
(#61,
d6f4c12) -
Improve n8n MCP client compatibility with JSON Schema types
(#61,
d6f4c12) -
Lower minimum supported Python version to 3.11
(#66,
9120b22) -
Scope requires-python exclusion to pep621 manager only
(e1f0ff5) -
Upgrade vulnerable dependencies and Alpine packages
(9d908b0) -
Use string types for n8n MCP client compatibility
(#61,
d6f4c12) -
ci: Add CHANGELOG insertion flag for python-semantic-release v10
(#116,
6543edf) -
ci: Pin GitHub Actions to commit SHAs for security
(#67,
8ce4429) -
deps: Update dependency fastmcp to >=3.2.0,<4
(3178086) -
deps: Update non-major python dependencies
(aba4862) -
docker: Use Python 3.13 for pre-built wheel availability
(#61,
d6f4c12) -
tests: Update for FastMCP 3.x API (remove .fn from tool calls)
(9331910)
Chores
-
Added in full set of linting and applied lints
(#65,
56ff780) -
Set rangeStrategy to bump in Renovate config
(7ab23dd) -
deps: Bump cryptography in the uv group across 1 directory
(#110,
a740f5a) -
deps: Bump fastmcp to 2.14.x to address security concerns
(#60,
bb32fe3) -
deps: Bump filelock in the uv group across 1 directory
(#71,
14ec2fe) -
deps: Bump python-multipart in the uv group across 1 directory
(#70,
9137450) -
deps: Bump virtualenv in the uv group across 1 directory
(#68,
9df2ced) -
deps: Pin GitHub Actions digests in Renovate config
(7920fe7) -
deps: Remove ruff dependency from main project deps and lock files
(a128ddd) -
deps: Update actions/checkout action to v6
(8e1088a) -
deps: Update actions/setup-python action to v6
(0bc4c1a) -
deps: Update astral-sh/setup-uv action to v8
(965ab93) -
deps: Update dependency fastmcp to v3.2.0 [security]
(f165558) -
deps: Update dependency pytest to v9.0.3 [security]
(#113,
48bb7a6) -
deps: Update docker/build-push-action action to v7
(c4cd483) -
deps: Update docker/login-action action to v4
(c975c32) -
deps: Update docker/metadata-action action to v6
(f2208db) -
deps: Update docker/setup-buildx-action action to v4
(be31cc8) -
deps: Update docker/setup-qemu-action action to v4
(628dd4a) -
deps: Update multiple Python dependencies
(1c20ac6) -
deps: Update non-major github actions
(d40d861) -
deps: Update ruff-pre-commit to v0.15.2
(308f9a0) -
deps: Upgrade FastMCP 3
(ece2bef) -
docker: Update Python base image and enhance metadata
(#64,
a29f43b)
Continuous Integration
Documentation
Features
-
Add container scanning and daily rescan workflows
(478a52f) -
Add Source column to vulnerability scan tables
(7f51672)
Refactoring
-
Remove requests dependency and migrate to httpx
(895a477) -
Simplify parameter parsing with shared helper and add tests
(#61,
d6f4c12)