Skip to content

v1.0 Release Notes

This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Release Overview

Initial release of the Nautobot MCP Server.

v1.0.6 (2026-06-16)

Added

  • New NAUTOBOT_CA_BUNDLE setting to verify Nautobot's TLS certificate against a custom CA bundle, for Nautobot instances fronted by a private or internal CA.
  • New MAX_RESPONSE_KB setting that guards against an oversized tool response overflowing the model's context window.
  • Health endpoint /health, so load balancers and container orchestrators (Kubernetes liveness/readiness, Docker healthcheck) can probe the server.
  • Various enhancements and bug fixes.

v1.0.5 (2026-06-10)

  • Various enhancements and bug fixes.

v1.0.4 (2026-06-10)

  • Various enhancements and bug fixes.

v1.0.3 (2026-05-27)

  • Various enhancements and bug fixes.

v1.0.2 (2026-04-14)

  • Various enhancements and bug fixes.

v1.0.1 (2026-04-02)

  • Various enhancements and bug fixes.

v1.0.0 (2026-04-01)

  • Nautobot MCP Server
  • Configuration and Deployment
  • Documentation
  • Utilities and Supporting Files
  • Testing and Development