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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
## [X.X.X] - Unreleased
7
+
## [6.5.0] - 2025-11-25
7
8
### Added
8
9
- WireMock integration tests for contract testing for GET /2.0/users/{userId}/plans and GET /2.0/users endpoints
9
10
- WireMock integration tests for contract testing for POST /2.0/users/{userId}/plans/{planId}/upgrade and POST /2.0/users/{userId}/plans/{planId}/downgrade
10
11
- 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
12
12
- 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
13
16
14
17
### Updated
15
18
- Folder structure for the Users related WireMock tests
16
19
- Replaced `Share` in `AssetSharingResources` classes with `AssetShare`
17
20
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
23
21
### Changed
24
22
- Deprecated old asset-specific sharing methods in `ShareResources` with notices to use the new asset-based methods
25
23
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
+
26
30
## [6.4.0] - 2025-10-27
27
31
### Added
28
32
- Add provisionalExpirationDate field to the User and UserPlan models
0 commit comments