Skip to content

Commit ced05b7

Browse files
committed
Prepare 2.5.0 release
1 parent 346256d commit ced05b7

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release History
22

3+
## 2.5.0 (2025-09-23)
4+
5+
### Features Added
6+
7+
- OpenAI.Responses:
8+
- Added the `Model` property to `OpenAIResponseClient`.
9+
- Added the `ServiceDescription` property to `McpTool`.
10+
- Enabled support for connectors, which are OpenAI-maintained MCP wrappers for popular services like Microsoft Outlook or Dropbox.
11+
- Added the `ConnectorId` property to `McpTool`.
12+
- Enabled support for authentication with remote MCP servers.
13+
- Added the `AuthorizationToken` property to `McpTool`.
14+
15+
### Bugs Fixed
16+
17+
- OpenAI.Responses:
18+
- Fixed an issue with the constructor of `McpToolCallApprovalRequestItem` not taking the item ID as a parameter. MCP approval requests are correlated to MCP approval responses using this ID, which implies that this ID should be required.
19+
- Fixed an issue with some of the MCP-related `StreamingResponseUpdate` classes missing the `ItemId` and `OutputIndex` properties.
20+
321
## 2.4.0 (2025-09-05)
422

523
### Features Added

scripts/Test-ApiCompatibility.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ $experimentalNamespaces = @(
177177
Invoke-APICompat -ProjectPath $projectPath `
178178
-ReleasePath $releasePath `
179179
-PackageName "OpenAI" `
180-
-BaselineVersion "2.3.0" `
180+
-BaselineVersion "2.4.0" `
181181
-IgnoredNamespaces $experimentalNamespaces

src/OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<Copyright>Copyright (c) 2024 OpenAI (https://openai.com)</Copyright>
1010

11-
<VersionPrefix>2.4.0</VersionPrefix>
11+
<VersionPrefix>2.5.0</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313

1414
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>

0 commit comments

Comments
 (0)