Skip to content

Commit 8ab66b1

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 37b40d5 commit 8ab66b1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

33
All notable changes to `php-mcp/server` will be documented in this file.
44

5+
## v3.3.0 - 2025-07-12
6+
7+
### What's Changed
8+
9+
* Feat: Add stateless mode for StreamableHttpServerTransport by @CodeWithKyrian in https://github.com/php-mcp/server/pull/48
10+
* Fix: Make PCNTL extension optional for StdioServerTransport by @CodeWithKyrian in https://github.com/php-mcp/server/pull/49
11+
12+
**Full Changelog**: https://github.com/php-mcp/server/compare/3.2.2...3.3.0
13+
514
## v3.2.2 - 2025-07-09
615

716
### What's Changed
@@ -44,6 +53,7 @@ If you're using the `CompletionProvider` attribute with the named `providerClass
4453

4554

4655

56+
4757
```
4858
The old `providerClass` parameter continues to work for backward compatibility, but may be dropped in a future major version release.
4959

@@ -138,6 +148,7 @@ This release brings support for the latest MCP protocol version along with enhan
138148

139149

140150

151+
141152
```
142153
**After:**
143154

@@ -156,6 +167,7 @@ This release brings support for the latest MCP protocol version along with enhan
156167

157168

158169

170+
159171
```
160172
#### Transport Upgrade (Optional)
161173

@@ -173,6 +185,7 @@ $transport = new HttpServerTransport(host: '127.0.0.1', port: 8080);
173185

174186

175187

188+
176189
```
177190
**After:**
178191

@@ -186,6 +199,7 @@ $transport = new StreamableHttpServerTransport(host: '127.0.0.1', port: 8080);
186199

187200

188201

202+
189203
```
190204
### 📚 Documentation
191205

@@ -371,6 +385,7 @@ This is a major refactoring with significant breaking changes:
371385

372386

373387

388+
374389
```
375390
The `http` and `reactphp` options for `run()` were already invalid and are fully removed.
376391

0 commit comments

Comments
 (0)