Skip to content

Commit bbf4bfb

Browse files
Release v0.3.3 (#211)
* Bump MCP server version to 0.3.3 for release * Merge changelog lines per review feedback
1 parent 477e8e1 commit bbf4bfb

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.3] - 2026-02-17
9+
10+
### Fixed
11+
- Eliminated multi-stage builder and venv from Dockerfile, now installing directly to system python using uv, removing the broken symlink workaround from #206
12+
- Eliminated bundled pip/setuptools/wheel and their vendored dependencies which carried 2 HIGH vulnerabilities:
13+
- jaraco.context 5.3.0 (CVE-2026-23949)
14+
- wheel 0.45.1 (CVE-2026-24049)
15+
16+
### Security
17+
- Trivy scan: 0 HIGH/CRITICAL vulnerabilities on the resulting Docker image
18+
- The pyatlan base image already provides pyatlan, pydantic, httpx, cryptography, authlib, h11, anyio, and other common packages at the system level
19+
- Only MCP-specific packages (fastmcp, uvicorn, and their transitive deps) are now installed on top
20+
821
## [0.3.2] - 2026-02-13
922

1023
### Fixed

modelcontextprotocol/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.3.2"
3+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)