You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #7479 is particularly high-impact: streaming Responses API is a high-traffic code path; missing MessageID breaks multi-turn conversation tracking for users of OpenAIResponsesChatClient.
OpenAI SDK: Upcoming Changes & Release Forecast
π¨ OpenAI .NET SDK release expected by ~2026-05-12 β the Responses API has been structurally refactored on main. Confirm compensating MEAI.OpenAI changes are planned and in flight before this release ships.
Noteworthy upcoming PRs (merged since 2.10.0 or currently open, touching API surface consumed by MEAI.OpenAI):
3,065-file restructure of the Responses API across the library β namespace and type topology changes; OpenAIResponsesChatClient directly consumes these types
Original Responses-factoring PR; may be superseded by #1129 or re-targeted β if merged, would require adding an OpenAI.Responses package reference to MEAI.OpenAI.csproj
Enforces [Experimental] on non-GA types β MEAI.OpenAI's experimental API surface may need annotation review to avoid new warnings
π‘ may require integration update
Next release forecast
Latest published version:2.10.0 (released 2026-04-04) β NuGet Β· Release notes
MEAI.OpenAI currently pins:OpenAI (no explicit version in csproj; central packages upgraded to 2.10.0 via Upgrade to OpenAI 2.10.0Β #7450, merged 2026-04-08) β up to date
Anticipated next release: ~2026-05-09β2026-05-12 (31β38 days after 2.10.0)
Confidence:medium β strong signal from merged structural changes; no explicit release branch or draft GitHub Release observed, but the pace of main merges in late April (Responses split, DI renames, factory additions) is consistent with release-preparation activity.
π΄ OpenAI SDK Upcoming Release β Compensating Work Required
See dedicated section below. Summary:
openai/openai-dotnetPR#1129"Split Responses" (3065 files) merged 2026-04-30; next release forecast ~2026-05-09β12. MEAI.OpenAI'sOpenAIResponsesChatClientwill require compensating changes.Customer-Impacting Bugs
untriaged,bug,area-aiFunctionInvokingChatClientreorders messages withFunctionApprovalResponseContentuntriaged,bug,area-ai(also stale)SemanticSimilarityChunkerignoresMaxTokensPerChunk, throws input-length exceptionbug,area-data-ingestiontype: bug,priority: p2Issue #7479 is particularly high-impact: streaming Responses API is a high-traffic code path; missing MessageID breaks multi-turn conversation tracking for users of
OpenAIResponsesChatClient.OpenAI SDK: Upcoming Changes & Release Forecast
π¨ OpenAI .NET SDK release expected by ~2026-05-12 β the Responses API has been structurally refactored on
main. Confirm compensating MEAI.OpenAI changes are planned and in flight before this release ships.Noteworthy upcoming PRs (merged since 2.10.0 or currently open, touching API surface consumed by MEAI.OpenAI):
#1129Split ResponsesOpenAIResponsesChatClientdirectly consumes these types#1135Update streaming models for ResponsesGetStreamingResponseAsync#1147Standardize enums to unions#1152Standardize pagination and collection option types#1144Rename Responses DI extensionsOpenAIResponsesHostBuilderExtensions; affects any DI setup code in MEAI.OpenAI or samples#1143Add top-levelResponsesClientfactory onOpenAIClientOpenAIClient.GetResponsesClient()factory β MEAI.OpenAI could expose this viaAsIChatClient()overloads#1142InternalizeOpenAIResponsesModelFactoryOpenAIResponsesModelFactoryfrom public API β breaks any MEAI.OpenAI test/production code referencing it#1138RenameContainerClientfile upload methods toUploadContainerFile#1139)#1132Remove typedProcessMessageAsyncmethods#889Factor Responses into its own assembly#1129or re-targeted β if merged, would require adding anOpenAI.Responsespackage reference to MEAI.OpenAI.csproj#1099Validate Experimental attributes for non-GA APIs[Experimental]on non-GA types β MEAI.OpenAI's experimental API surface may need annotation review to avoid new warningsNext release forecast
Latest published version:
2.10.0(released 2026-04-04) β NuGet Β· Release notesMEAI.OpenAI currently pins:
OpenAI(no explicit version in csproj; central packages upgraded to2.10.0via Upgrade to OpenAI 2.10.0Β #7450, merged 2026-04-08) β up to dateRecent release cadence (stable releases):
Average interval (minor releases, excl. patch): ~38 days; median: ~31 days.
Anticipated next release: ~2026-05-09β2026-05-12 (31β38 days after 2.10.0)
Confidence: medium β strong signal from merged structural changes; no explicit release branch or draft GitHub Release observed, but the pace of
mainmerges in late April (Responses split, DI renames, factory additions) is consistent with release-preparation activity.