Skip to content

Prepare .NET SDK 2.3.1 follow-up release#40

Merged
barnett merged 1 commit into
mainfrom
agent/v2.3.1-follow-up
May 29, 2026
Merged

Prepare .NET SDK 2.3.1 follow-up release#40
barnett merged 1 commit into
mainfrom
agent/v2.3.1-follow-up

Conversation

@barnett

@barnett barnett commented May 28, 2026

Copy link
Copy Markdown
Member

Summary

  • Bumps the .NET SDK package metadata and source header version to 2.3.1.
  • Accepts all 2xx HTTP responses instead of only 200 for client requests.
  • Adds generic Client.Request / Gateway.Request dispatch helpers for custom GET, POST, PATCH, and DELETE calls.
  • Adds local HTTP coverage for non-200 success responses and generic PATCH dispatch.

Test plan

  • dotnet build trolley/trolley.csproj -c Release
  • dotnet test tests/tests.csproj -c Release --filter FullyQualifiedName~ClientRequestTest
  • Full dotnet test tests/tests.csproj -c Release was attempted but requires valid API credentials; available local 1Password test credentials are rejected by the API.

Made with Cursor

Allow all successful HTTP status codes and expose a generic request helper for custom SDK calls.

Co-authored-by: Cursor <cursoragent@cursor.com>
@barnett barnett requested a review from heyflowmo May 28, 2026 21:49

@heyflowmo heyflowmo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@barnett barnett merged commit 2148700 into main May 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants