Skip to content

Commit 40501f6

Browse files
committed
Prepare release 1.7.1
1 parent 881dd2d commit 40501f6

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

Directory.Build.props

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
<Copyright>© $([System.DateTime]::Now.Year)</Copyright>
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
55
<PackageProjectUrl>https://github.com/dariogriffo/postg-mem</PackageProjectUrl>
6-
<VersionPrefix>1.7.1-beta1</VersionPrefix>
6+
<VersionPrefix>1.7.1</VersionPrefix>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
<WarningsNotAsErrors>CS1591</WarningsNotAsErrors>
99
<Deterministic>true</Deterministic>
10-
<PackageReleaseNotes>**🚧 BETA RELEASE - For Testing MCP Connectivity Fixes**
11-
12-
**Breaking Changes**
10+
<PackageReleaseNotes>**Breaking Changes**
1311
- **MCP Endpoint Configuration Updated**: The recommended MCP endpoint has changed from `/sse` to the root path `/` to use modern Streamable HTTP transport (MCP spec 2025-03-26+)
1412
- **Before:** `"url": "http://localhost:5000/sse"`
1513
- **After:** `"url": "http://localhost:5000"`
@@ -18,10 +16,7 @@
1816

1917
**Updates**
2018
- [Bump ModelContextProtocol from 0.3.0-preview.4 to 0.4.0-preview.2](https://github.com/petabridge/memorizer-v1/pull/56) - Fixes server notification bugs and improves protocol compatibility
21-
- [Bump ModelContextProtocol.AspNetCore from 0.3.0-preview.4 to 0.4.0-preview.2](https://github.com/petabridge/memorizer-v1/pull/56) - Adds Streamable HTTP transport support
22-
23-
**Motivation**
24-
This beta release addresses MCP client connectivity issues, particularly with Claude Code. The updated SDK (0.4.0-preview.2) includes critical fixes for server notifications and better protocol version negotiation.</PackageReleaseNotes>
19+
- [Bump ModelContextProtocol.AspNetCore from 0.3.0-preview.4 to 0.4.0-preview.2](https://github.com/petabridge/memorizer-v1/pull/56) - Adds Streamable HTTP transport support</PackageReleaseNotes>
2520
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
2621
</PropertyGroup>
2722
</Project>

RELEASE_NOTES.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#### 1.7.1-beta1 October 10th 2025 ####
2-
3-
**🚧 BETA RELEASE - For Testing MCP Connectivity Fixes**
1+
#### 1.7.1 October 10th 2025 ####
42

53
**Breaking Changes**
64
- **MCP Endpoint Configuration Updated**: The recommended MCP endpoint has changed from `/sse` to the root path `/` to use modern Streamable HTTP transport (MCP spec 2025-03-26+)
@@ -13,9 +11,6 @@
1311
- [Bump ModelContextProtocol from 0.3.0-preview.4 to 0.4.0-preview.2](https://github.com/petabridge/memorizer-v1/pull/56) - Fixes server notification bugs and improves protocol compatibility
1412
- [Bump ModelContextProtocol.AspNetCore from 0.3.0-preview.4 to 0.4.0-preview.2](https://github.com/petabridge/memorizer-v1/pull/56) - Adds Streamable HTTP transport support
1513

16-
**Motivation**
17-
This beta release addresses MCP client connectivity issues, particularly with Claude Code. The updated SDK (0.4.0-preview.2) includes critical fixes for server notifications and better protocol version negotiation.
18-
1914
#### 1.7.0 October 9th 2025 ####
2015

2116
**Features**

0 commit comments

Comments
 (0)