Skip to content

Releases: itential/itential-mcp

Release v0.12.1

25 Feb 20:17

Choose a tag to compare

docs: update CHANGELOG for release 0.12.1 (#321)

- Add 0.12.1 release section dated 2026-02-25
- Document FastMCP 3.x compatibility fix
- Reference migration from include_tags/exclude_tags to enable/disable API

Release v0.12.0

25 Feb 16:14

Choose a tag to compare

release: version 0.12.0 (#318)

- Added connection test command for platform connectivity validation
- Added comprehensive troubleshooting guide
- Added additional gateway_manager services
- Restructured CLI to make --config a true global option
- Improved platform services code quality and test coverage
- Improved test coverage to 99%
- Fixed input_params handling in run_service tool
- Fixed JSON deserialization with plain text fallback
- Fixed toon package import compatibility
- Fixed HTTP method enum compatibility with ipsdk
- Updated documentation and version metadata
- Updated supported versions in SECURITY.md

Release v0.11.1

16 Jan 17:12

Choose a tag to compare

release: version 0.11.1 (#300)

- Add AuthConfig attribute access fix (#297)
- Add tool discovery tag parsing fix (#295)

Release v0.11.0

08 Jan 22:34

Choose a tag to compare

docs: update changelog for unreleased changes since v0.10.0 (#294)

- Added comprehensive platform package tests and TTL support
- Added Python 3.13 support and tox testing infrastructure
- Added copyright header checking with SPDX enforcement
- Added better exception logging to logging module
- Restructured config module into modular package with clean API
- Implemented architecture improvements for reliability and security
- Optimized bindings middleware from O(n) to O(1) lookup
- Modernized type annotations across all modules
- Fixed annotated issues preventing MCP from starting
- Fixed pytest false positive warnings
- Updated IpsdkError exception handling
- Fixed RuntimeWarning for unawaited coroutines
- Fixed missing await in apply_device_configuration
- Added comprehensive third-party license attribution
- Migrated PyPI publishing to trusted publisher OIDC

Release v0.10.0

02 Dec 14:50

Choose a tag to compare

release: update changelog for 0.10.0 release (#276)

- Add serialization middleware with toon support (#268)
- Add toon documentation references (#269)
- Bump actions/checkout from 5 to 6 (#273)
- Migrate from toonify to toon-python (#270)
- Convert __init_routes__ method to async (#271)
- Resolve websockets deprecation warning (#274)
- Fix service tool env config (#272)
- Correct tool discovery path in utilities (#267)
- Fix env var parsing (#266)

Release v0.9.0

11 Nov 12:20

Choose a tag to compare

docs: update changelog for 0.9.0 release (#265)

β€’ Add comprehensive release notes for v0.9.0
β€’ Include all changes since v0.8.0 organized by PR number
β€’ Add TLS certificate support, OAuth 2.0 auth, and health check endpoints
β€’ Document runtime package reorganization and data handling improvements
β€’ Fix gateway filtering and auth module test coverage issues

Release v0.8.0

04 Nov 12:44

Choose a tag to compare

docs: update changelog for v0.8.0 release (#243)

β€’ Add JWT authentication support (#229)
β€’ Add device type validation for golden config trees (#236)
β€’ Add action executions tool (#225)
β€’ Add comprehensive user guide and documentation (#237)
β€’ Refactor core package structure (#239)
β€’ Move utils modules to utilities package (#238)
β€’ Implement async context manager for Server (#234)
β€’ Create middleware package (#233)
β€’ Fix model to accept dict or list (#235)
β€’ Fix typo in get_jobs tool (#227)
β€’ Add comprehensive unit tests for services (#240)