Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 20:12
2a78ff7

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 (#61,
    d6f4c12)

  • Improve n8n MCP client compatibility with JSON Schema types
    (#61,
    d6f4c12)

  • Lower minimum supported Python version to 3.11
    (#66,
    9120b22)

  • Restore Dockerfile and lockfile from main
    (#61,
    d6f4c12)

  • 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

  • Add ruff as linter (#65,
    56ff780)

  • Add ruff as linter (#62,
    b1d1fe1)

  • Added in full set of linting and applied lints
    (#65,
    56ff780)

  • Moved ruff to dev and added pre-commit hook
    (#65,
    56ff780)

  • Run ruff on repo (#65,
    56ff780)

  • Set rangeStrategy to bump in Renovate config
    (7ab23dd)

  • ci: Add Ruff and Python matrix in workflow
    (#66,
    9120b22)

  • 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 dependencies and Python support
    (#63,
    92a923a)

  • 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
    (#109,
    480795f)

  • 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

  • Add workflow for multi-arch Docker build and publish
    (#64,
    a29f43b)

  • Simplify release workflows (#114,
    f805f72)

  • Switch release workflow to PR-based flow
    (#114,
    f805f72)

Documentation

  • server: Explain n8n float-type workaround and add MCP-boundary tests
    (#61,
    d6f4c12)

Features

  • Add container scanning and daily rescan workflows
    (478a52f)

  • Add NetBox v4.2-v4.5+ compatibility
    (#69,
    c2538cc)

  • 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)

Testing

  • Add comprehensive tests for endpoint fallback mechanism
    (#69,
    c2538cc)

  • Update ordering tests for simplified string-only parameter
    (#61,
    d6f4c12)