Releases: smartsheet/smartsheet-csharp-sdk
Releases · smartsheet/smartsheet-csharp-sdk
6.6.0
What's Changed
- Update Smartsheet API docs URL in index.md by @jhinkey-smartsheet in #110
- Refactor number serialization to use decimal instead of double for improved precision by @denislavstanchev in #134
- Update csproj for backwards compatibility by @denislavstanchev in #137
- Fix: Rename IncludeColumnIds to IncludedColumnIds in AutomationAction by @roomote[bot] in #140
- Add support for user POST /users/{userId}/deactivate and POST /users/{userId}/reactivate endpoints by @denislavstanchev in #141
- Release/v6.6.0 by @denislavstanchev in #142
New Contributors
Full Changelog: 6.5.0...v6.6.0
6.5.0
What's Changed
- Added new sharing endpoints to SDK. Deprecated old. by @nslugic in #119
- Add wiremock tests by @denislavstanchev in #121
- Update mock API setup to use --wait for Docker compose by @denislavstanchev in #122
- Add user upgrade and downgrade wiremock tests, remove UserResourcesContractTest, refactor folder and file structure for User endpoints tests by @denislavstanchev in #123
- Add WireMock tests for DELETE /2.0/users/{userId}/plans/{planId} endpoint by @denislavstanchev in #126
- Remove integration tests, update integration and mock API testing documentation in ADVANCED.md file, update CHANGELOG file by @denislavstanchev in #127
- Add proxy support to DefaultHttpClient and update TestListUsers date by @denislavstanchev in #129
- Add AssetShare and use in AssetSharingResources by @migsmartinez in #125
- Prepare for release 6.5.0 by @denislavstanchev in #132
New Contributors
- @nslugic made their first contribution in #119
- @migsmartinez made their first contribution in #125
Full Changelog: 6.4.0...6.5.0
6.4.0
What's Changed
- Add provisionalExpirationDate field to the User and UserPlan model by @denislavstanchev in #118
- Prepare for release 6.4.0 by @ggoranov-smar in #120
New Contributors
- @ggoranov-smar made their first contribution in #120
Full Changelog: 6.3.0...6.4.0
6.3.0
- Support for POST /2.0/users/{userId}/plans/{planId}/downgrade
- Support for POST /2.0/users/{userId}/plans/{planId}/upgrade
- Support for GET /2.0/users/{userId}/plans
- Support for GET /2.0/users?planId={planId}&seatType={seatType}
- Support for DELETE /2.0/users/{userId}/plans/{planId}
5.2.0
Added
- Support for POST /2.0/users/{userId}/plans/{planId}/downgrade
- Support for POST /2.0/users/{userId}/plans/{planId}/upgrade
- Support for GET /2.0/users/{userId}/plans
- Support for GET /2.0/users?planId={planId}&seatType={seatType}
- Support for DELETE /2.0/users/{userId}/plans/{planId}
Updating new workspaces API based on pagination requirements.
Merge pull request #109 from smar-brian-keare/bkeare/workspaces_folders Deprecate and replace workspace and folder endpoints
Home API Deprecation In Favor Of Folders/Personal
Keeping with Smartsheet API deprecation this release moves the SDK towards using folders/personal instead of the home API which is slated for deprecation.
See new API docs here: https://smartsheet.redoc.ly/tag/home#operation/list-home-contents
- There is also fixes to optional parameters being truly optional.
Upgrade to DotNet 8.0
Major update to dot net version.
3.1.2
3.1.1
- Updated http client logic to handle Restsharp Async/Await.
- Fixed mock API tests to reflect above changes.