Releases: StacklokLabs/mcp-optimizer
Releases · StacklokLabs/mcp-optimizer
v0.1.3
What's Changed
- Minor changes to env passing by @therealnb in #74
- chore: Update ToolHive API models by @stackloke2e in #92
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #77
- chore(deps): update peter-evans/create-pull-request action to v7.0.9 by @renovate[bot] in #81
- chore(deps): update docker/metadata-action action to v5.10.0 by @renovate[bot] in #87
- Update renovate.json to bump pyproject.toml dependencies by @aponcedeleonch in #93
- fix(deps): update dependency fastembed to >=0.7.3 by @renovate[bot] in #99
- chore(deps): update dependency cyclonedx-bom to >=7.2.1 by @renovate[bot] in #104
- fix(deps): update dependency numpy to >=2.3.5 by @renovate[bot] in #100
- fix(deps): update dependency aiosqlite to >=0.21.0 by @renovate[bot] in #97
- fix(deps): update dependency sqlalchemy to >=2.0.44 by @renovate[bot] in #101
- chore(deps): update dependency pytest to >=8.4.2 by @renovate[bot] in #95
- fix(deps): update dependency watchfiles to >=1.1.1 by @renovate[bot] in #102
- Skip registry ingestion in k8s mode and add Kubernetes deployment examples by @therealnb in #98
- chore(deps): update dependency ruff to >=0.14.7 by @renovate[bot] in #107
- chore(deps): update dependency pip-audit to >=2.10.0 by @renovate[bot] in #105
- chore(deps): update dependency bandit to >=1.9.2 by @renovate[bot] in #103
- chore(deps): update dependency pytest to >=9.0.1 by @renovate[bot] in #108
- chore(deps): update dependency pytest-asyncio to >=1.3.0 by @renovate[bot] in #106
- chore(deps): update dependency safety to >=3.7.0 by @renovate[bot] in #109
- Fix group filtering in Kubernetes mode and add example configurations by @therealnb in #111
- chore(deps): update astral-sh/setup-uv action to v7.1.4 by @renovate[bot] in #110
New Contributors
- @stackloke2e made their first contribution in #92
Full Changelog: v0.1.2...v0.1.3
mcp-optimizer-0.1.3
A Helm chart for deploying MCP Optimizer MCP Server in Kubernetes
What's Changed
- Minor changes to env passing by @therealnb in #74
- chore: Update ToolHive API models by @stackloke2e in #92
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #77
- chore(deps): update peter-evans/create-pull-request action to v7.0.9 by @renovate[bot] in #81
- chore(deps): update docker/metadata-action action to v5.10.0 by @renovate[bot] in #87
- Update renovate.json to bump pyproject.toml dependencies by @aponcedeleonch in #93
- fix(deps): update dependency fastembed to >=0.7.3 by @renovate[bot] in #99
- chore(deps): update dependency cyclonedx-bom to >=7.2.1 by @renovate[bot] in #104
- fix(deps): update dependency numpy to >=2.3.5 by @renovate[bot] in #100
- fix(deps): update dependency aiosqlite to >=0.21.0 by @renovate[bot] in #97
- fix(deps): update dependency sqlalchemy to >=2.0.44 by @renovate[bot] in #101
- chore(deps): update dependency pytest to >=8.4.2 by @renovate[bot] in #95
- fix(deps): update dependency watchfiles to >=1.1.1 by @renovate[bot] in #102
- Skip registry ingestion in k8s mode and add Kubernetes deployment examples by @therealnb in #98
- chore(deps): update dependency ruff to >=0.14.7 by @renovate[bot] in #107
- chore(deps): update dependency pip-audit to >=2.10.0 by @renovate[bot] in #105
- chore(deps): update dependency bandit to >=1.9.2 by @renovate[bot] in #103
- chore(deps): update dependency pytest to >=9.0.1 by @renovate[bot] in #108
- chore(deps): update dependency pytest-asyncio to >=1.3.0 by @renovate[bot] in #106
- chore(deps): update dependency safety to >=3.7.0 by @renovate[bot] in #109
- Fix group filtering in Kubernetes mode and add example configurations by @therealnb in #111
- chore(deps): update astral-sh/setup-uv action to v7.1.4 by @renovate[bot] in #110
New Contributors
- @stackloke2e made their first contribution in #92
Full Changelog: mcp-optimizer-0.1.2...mcp-optimizer-0.1.3
v0.1.2
What's Changed
- Fixes on update-thv-models by @aponcedeleonch in #16
- chore(deps): update astral-sh/setup-uv action to v7.1.3 by @renovate[bot] in #57
- Fix update_thv_models GHA by @tgrunnagle in #61
- Fix release image provenance by @tgrunnagle in #62
- Add comment on PAT requirements for update-thv-models by @tgrunnagle in #66
- Add skipped-workloads to environment mapping by @ptelang in #64
- Small alterations by @therealnb in #70
Full Changelog: v0.1.1...v0.1.2
mcp-optimizer-0.1.2
A Helm chart for deploying MCP Optimizer MCP Server in Kubernetes
What's Changed
- Fixes on update-thv-models by @aponcedeleonch in #16
- chore(deps): update astral-sh/setup-uv action to v7.1.3 by @renovate[bot] in #57
- Fix update_thv_models GHA by @tgrunnagle in #61
- Fix release image provenance by @tgrunnagle in #62
- Add comment on PAT requirements for update-thv-models by @tgrunnagle in #66
- Add skipped-workloads to environment mapping by @ptelang in #64
- Small alterations by @therealnb in #70
Full Changelog: mcp-optimizer-0.1.1...mcp-optimizer-0.1.2
v0.1.1
What's Changed
- Remove URL manipulation in MCPServerClient by @aponcedeleonch in #10
- Test deletion and ALLOWED_GROUPS in integration tests by @aponcedeleonch in #9
- Add .dockerignore file to project by @aponcedeleonch in #6
- Fine-tune Claude reviews by @aponcedeleonch in #8
- Add automated daily workflow for ToolHive model updates by @aponcedeleonch in #5
- chore(deps): update actions/github-script action to v8 by @renovate[bot] in #12
- Improve logging, multi-arch builds, and container metadata by @therealnb in #14
- Add license, code of conduct and security markdown files by @ptelang in #17
- Limit FastEmbed threading to prevent excessive CPU usage by @ptelang in #20
- Add version-based ToolHive instance selection by @ptelang in #19
- Fix project naming in docs by @danbarr in #27
- chore(deps): update actions/upload-artifact action to v5 by @renovate[bot] in #26
- chore(deps): update astral-sh/setup-uv action to v7.1.2 by @renovate[bot] in #30
- Add offline mode support for Docker with pre-cached models by @aponcedeleonch in #34
- chore: Update ToolHive API models by @github-actions[bot] in #42
- chore(deps): update docker/metadata-action action to v5.9.0 by @renovate[bot] in #45
- fix: handle non-semver ToolHive versions and use configurable timeout by @therealnb in #52
- Start server before workload and registry ingestion by @tgrunnagle in #49
New Contributors
- @aponcedeleonch made their first contribution in #10
- @renovate[bot] made their first contribution in #12
- @therealnb made their first contribution in #14
- @ptelang made their first contribution in #17
- @danbarr made their first contribution in #27
- @tgrunnagle made their first contribution in #49
Full Changelog: https://github.com/StacklokLabs/mcp-optimizer/commits/v0.1.1
mcp-optimizer-0.1.1
A Helm chart for deploying MCP Optimizer MCP Server in Kubernetes
What's Changed
- Remove URL manipulation in MCPServerClient by @aponcedeleonch in #10
- Test deletion and ALLOWED_GROUPS in integration tests by @aponcedeleonch in #9
- Add .dockerignore file to project by @aponcedeleonch in #6
- Fine-tune Claude reviews by @aponcedeleonch in #8
- Add automated daily workflow for ToolHive model updates by @aponcedeleonch in #5
- chore(deps): update actions/github-script action to v8 by @renovate[bot] in #12
- Improve logging, multi-arch builds, and container metadata by @therealnb in #14
- Add license, code of conduct and security markdown files by @ptelang in #17
- Limit FastEmbed threading to prevent excessive CPU usage by @ptelang in #20
- Add version-based ToolHive instance selection by @ptelang in #19
- Fix project naming in docs by @danbarr in #27
- chore(deps): update actions/upload-artifact action to v5 by @renovate[bot] in #26
- chore(deps): update astral-sh/setup-uv action to v7.1.2 by @renovate[bot] in #30
- Add offline mode support for Docker with pre-cached models by @aponcedeleonch in #34
- chore: Update ToolHive API models by @github-actions[bot] in #42
- chore(deps): update docker/metadata-action action to v5.9.0 by @renovate[bot] in #45
- fix: handle non-semver ToolHive versions and use configurable timeout by @therealnb in #52
- Start server before workload and registry ingestion by @tgrunnagle in #49
New Contributors
- @aponcedeleonch made their first contribution in #10
- @renovate[bot] made their first contribution in #12
- @therealnb made their first contribution in #14
- @ptelang made their first contribution in #17
- @danbarr made their first contribution in #27
- @tgrunnagle made their first contribution in #49
Full Changelog: https://github.com/StacklokLabs/mcp-optimizer/commits/mcp-optimizer-0.1.1