File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 22
33All 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
You can’t perform that action at this time.
0 commit comments