v5.0.0
MCP-UI-Org/mcp-uiv5.0.0Jul 17, 2025by github-actions[bot]
AI Summary
This is a major version release focused on clarifying ambiguous terminology. The release renames 'delivery' to 'encoding' and 'flavor' to 'framework' throughout the codebase to better clarify the intent of these concepts.
Key Highlights
- Renamed 'delivery' to 'encoding' for clearer terminology
- Renamed 'flavor' to 'framework' for improved clarity
- Addresses issue #36 regarding ambiguous naming
- Major version bump indicating breaking changes
Breaking Changes
- All references to 'delivery' have been renamed to 'encoding' - existing code using 'delivery' will need to be updated
- All references to 'flavor' have been renamed to 'framework' - existing code using 'flavor' will need to be updated
Full Release Notes
# [5.0.0](https://github.com/idosal/mcp-ui/compare/v4.1.4...v5.0.0) (2025-07-17) ### Bug Fixes * rename delivery -> encoding and flavor -> framework ([#36](https://github.com/idosal/mcp-ui/issues/36)) ([9a509ed](https://github.com/idosal/mcp-ui/commit/9a509ed80d051b0a8042b36958b401a0a7c1e138)) ### BREAKING CHANGES * The existing naming is ambiguous. Renaming delivery to encoding and flavor to framework should clarify the intent.