Releases: aplazame/dotnet-sdk
Releases · aplazame/dotnet-sdk
v0.3.0
[0.3.0] - 2024-06-26
Added
Changed
- Dynamic API version header
Deprecated
Removed
Fixed
Security
v0.2.1
[0.2.1] - 2016-11-27
Added
Changed
Deprecated
Removed
Fixed
- Fix assembly release number.
Security
v0.2.0
Added
- [Api] Add
HttpStatusCode
to ApiClientException
and ApiServerException
. This method returns the response HTTP status code.
- [Serializer] New component focused only in assist the conversion of C# types to JSON compatible types.
Changed
- [Api] Change in
ApiClientException
and ApiServerException
constructor signature.
- [BusinessModel] This component has been replaced by [Serializer]
Deprecated
Removed
- [BusinessModel] This component has been replaced by [Serializer]
Fixed
Security
v0.1.3
Added
Changed
Deprecated
Removed
Fixed
- [Api] Fix request URI
- [Api] Fix sandbox header
- Fix outdated version in ApiRequest.SdkVersion
v0.1.2
Added
Changed
Deprecated
Removed
Fixed
- Fix assembly release number.
Security
v0.1.1
Added
Changed
Deprecated
Removed
Fixed
- [Http] Fix headers assignment when there are restricted headers present in the collection.
Security
v0.1.0
Added
- [Api]
- [BusinessModels]
- [Http]