Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.17.0"
".": "5.18.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 139
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-b03f5346718dcd7b22f15893445ea593ab87535c90c540fc5a796c6ecd54d779.yml
openapi_spec_hash: 15677d3be4ecd33eab154080b4bc437f
config_hash: dcd58abf1e56b114bdce22336ca3d570
configured_endpoints: 134
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-b053468fefe6d757f86f3233ebbc52d80329ed2a6e7a6740fee01e4028a4c3b9.yml
openapi_spec_hash: 416835e693de0fe19945be90a787d3f3
config_hash: 8d28dbeabe9d4dcc7d5b8c021a4cbbd7
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.18.0 (2026-07-23)

Full Changelog: [v5.17.0...v5.18.0](https://github.com/trycourier/courier-csharp/compare/v5.17.0...v5.18.0)

### Features

* Remove /bulk endpoints from api-spec (C-19507) ([#171](https://github.com/trycourier/courier-csharp/issues/171)) ([7bd3478](https://github.com/trycourier/courier-csharp/commit/7bd347875defd21e3d0223089d3f0b5a06925740))

## 5.17.0 (2026-07-20)

Full Changelog: [v5.16.2...v5.17.0](https://github.com/trycourier/courier-csharp/compare/v5.16.2...v5.17.0)
Expand Down
408 changes: 0 additions & 408 deletions src/TryCourier.Tests/Models/Bulk/BulkAddUsersParamsTest.cs

This file was deleted.

145 changes: 0 additions & 145 deletions src/TryCourier.Tests/Models/Bulk/BulkCreateJobParamsTest.cs

This file was deleted.

67 changes: 0 additions & 67 deletions src/TryCourier.Tests/Models/Bulk/BulkCreateJobResponseTest.cs

This file was deleted.

67 changes: 0 additions & 67 deletions src/TryCourier.Tests/Models/Bulk/BulkListUsersParamsTest.cs

This file was deleted.

Loading
Loading