Skip to content

Commit 5a22112

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 4103ef9 commit 5a22112

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

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

5+
## v2.3.0 - 2025-06-12
6+
7+
### What's Changed
8+
9+
* Fix: Require react/promise ^3.0 for Promise API Compatibility by @CodeWithKyrian in https://github.com/php-mcp/server/pull/18
10+
* Fix: Correct object serialization in FileCache using serialize/unserialize by @CodeWithKyrian in https://github.com/php-mcp/server/pull/19
11+
* check the the header X-Forwarded-Proto for scheme by @bangnokia in https://github.com/php-mcp/server/pull/14
12+
* Feat: Improve HttpServerTransport Extensibility via Protected Methods by @CodeWithKyrian in https://github.com/php-mcp/server/pull/20
13+
14+
### New Contributors
15+
16+
* @bangnokia made their first contribution in https://github.com/php-mcp/server/pull/14
17+
18+
**Full Changelog**: https://github.com/php-mcp/server/compare/2.2.1...2.3.0
19+
520
## v2.2.1 - 2025-06-07
621

722
### What's Changed
@@ -144,6 +159,7 @@ This is a major refactoring with significant breaking changes:
144159

145160

146161

162+
147163
```
148164
The `http` and `reactphp` options for `run()` were already invalid and are fully removed.
149165

0 commit comments

Comments
 (0)