Skip to content

Releases: itential/itential-mcp

Release v0.10.0

02 Dec 14:50
00be139

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
3f062b4

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
18f7e30

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)