Skip to content

Commit 4b3fbc4

Browse files
committed
chore(release): 0.3.1
1 parent e476414 commit 4b3fbc4

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

server/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.3.1](https://github.com/IBM/ibmi-mcp-server/compare/v0.3.0...v0.3.1) (2026-02-22)
6+
7+
8+
### Features
9+
10+
* **Configurable Rate Limiting**: Control request rate limits via environment variables (`RATE_LIMIT_MAX`, `RATE_LIMIT_WINDOW_MS`, `RATE_LIMIT_SKIP_IN_DEV`) for fine-tuned protection in production deployments ([#112](https://github.com/IBM/ibmi-mcp-server/issues/112))
11+
* **Text-to-SQL Tools**: Add pre-built Text-to-SQL toolset and sample employee information toolset for natural language database querying ([#103](https://github.com/IBM/ibmi-mcp-server/issues/103))
12+
13+
14+
### Bug Fixes
15+
16+
* **YAML Tool Security Validation**: Enforce SQL security validation on authenticated IBM i HTTP routes, closing a gap where YAML-defined tools bypassed read-only checks ([#108](https://github.com/IBM/ibmi-mcp-server/issues/108))
17+
18+
19+
### Chores
20+
21+
* **Container Images**: Build and publish multi-architecture container images with release-triggered CI workflows
22+
523
## [0.3.0](https://github.com/IBM/ibmi-mcp-server/compare/v0.2.0...v0.3.0) (2026-01-26)
624

725

server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm/ibmi-mcp-server",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A production-grade MCP server for IBM i",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)