Skip to content

Commit 3fa5331

Browse files
Merge pull request #132 from denislavstanchev/release/v6.5.0
Prepare for release 6.5.0
2 parents afc042f + a87a9a8 commit 3fa5331

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66
## [X.X.X] - Unreleased
7+
## [6.5.0] - 2025-11-25
78
### Added
89
- WireMock integration tests for contract testing for GET /2.0/users/{userId}/plans and GET /2.0/users endpoints
910
- WireMock integration tests for contract testing for POST /2.0/users/{userId}/plans/{planId}/upgrade and POST /2.0/users/{userId}/plans/{planId}/downgrade
1011
- WireMock integration tests for contract testing for DELETE /2.0/users/{userId}/plans/{planId} endpoint
11-
- Remove integration tests from the sdk test suite and workflows
1212
- Added new `AssetShare` class
13+
- Added new asset-based sharing endpoints through `SharingResources` interface
14+
- Added `AssetType` enum to support multiple asset types (sheets, reports, sights, workspaces)
15+
- Added methods for listing, getting, creating, updating, and deleting shares for any asset type
1316

1417
### Updated
1518
- Folder structure for the Users related WireMock tests
1619
- Replaced `Share` in `AssetSharingResources` classes with `AssetShare`
1720

18-
## [6.5.0] - 2025-10-27
19-
### Added
20-
- Added new asset-based sharing endpoints through `SharingResources` interface
21-
- Added `AssetType` enum to support multiple asset types (sheets, reports, sights, workspaces)
22-
- Added methods for listing, getting, creating, updating, and deleting shares for any asset type
2321
### Changed
2422
- Deprecated old asset-specific sharing methods in `ShareResources` with notices to use the new asset-based methods
2523

24+
### Removed
25+
- Remove integration tests from the sdk test suite and workflows
26+
27+
### Fixed
28+
- Fix [issue #128](https://github.com/smartsheet/smartsheet-csharp-sdk/issues/128) - in the implementation of the DefaultHttpClient class that recreates the httpClient (RestClient) instance on every request
29+
2630
## [6.4.0] - 2025-10-27
2731
### Added
2832
- Add provisionalExpirationDate field to the User and UserPlan models

smartsheet-csharp-sdk/smartsheet-csharp-sdk-v2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Authors>Smartsheet</Authors>
1919
<Product>smartsheet-csharp-sdk</Product>
2020
<PackageTags>Smartsheet Collaboration Project Management Excel spreadsheet</PackageTags>
21-
<Version>6.4.0</Version>
21+
<Version>6.5.0</Version>
2222
<AssemblyName>smartsheet-csharp-sdk</AssemblyName>
2323
<RootNamespace>smartsheet-csharp-sdk</RootNamespace>
2424
<Configuration>Debug</Configuration>

0 commit comments

Comments
 (0)