You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **This is a security-focused release. Upgrading is highly recommended.**
14
+
>
15
+
> This release continues our security-first approach with the Admin UI and Admin API **disabled by default**. To enable these features for local development, update your `.env` file:
16
+
> ```bash
17
+
># Enable the visual Admin UI (true/false)
18
+
> MCPGATEWAY_UI_ENABLED=true
19
+
>
20
+
># Enable the Admin API endpoints (true/false)
21
+
> MCPGATEWAY_ADMIN_API_ENABLED=true
22
+
>```
23
+
24
+
### Overview
25
+
26
+
This release represents a major milestone in code quality, security, and reliability. With [52 issues resolved](https://github.com/IBM/mcp-context-forge/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A%22Release%200.4.0%22), we've achieved:
* **Pre-commit Configuration** (#375) - yamllint now correctly ignores node_modules
109
+
* **PATCH Method Support** (#508) - REST API integration now properly supports PATCH
110
+
111
+
### Security
112
+
113
+
* All security scanners now pass with zero issues: Bandit, Grype, nodejsscan
114
+
* Comprehensive input validation prevents XSS, SQL injection, and other attacks
115
+
* Secure defaults with UI and Admin API disabled unless explicitly enabled
116
+
* Enhanced error handling prevents information disclosure
117
+
* Regular security scanning integrated into CI/CD pipeline
118
+
119
+
### Infrastructure
120
+
121
+
* Docker health checks for production readiness
122
+
* Improved Makefile with OS detection and better error handling
123
+
* Enhanced CI/CD with security scanning and code quality gates
124
+
* Better test isolation and coverage reporting
125
+
126
+
---
127
+
128
+
### 🌟 Release Contributors
129
+
130
+
**This release represents our commitment to enterprise-grade security and code quality. Thanks to our amazing contributors who made this security-focused release possible!**
- **Jason Frey** (@fryguy9) - Improved GitHub Actions with official IBM Cloud CLI action
150
+
151
+
#### 💪 Returning Contributors
152
+
Thank you to our dedicated contributors who continue to strengthen MCP Gateway:
153
+
154
+
- **Thong Bui** - REST API enhancements including PATCH support and path parameters
155
+
- **Abdul Samad** - Dark mode improvements and UI polish
156
+
157
+
This release represents a true community effort with contributions from developers around the world. Your dedication to security, code quality, and user experience has made MCP Gateway more robust and enterprise-ready than ever!
158
+
159
+
---
160
+
161
+
## [0.3.1] - 2025-07-11 - Security and Data Validation (Pydantic, UI)
0 commit comments