Skip to content

Latest commit

 

History

History
123 lines (78 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

123 lines (78 loc) · 2.25 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

Security

[0.3.0] - 2024-06-26

Added

  • Example for checkout v4

Changed

  • Dynamic API version header

Deprecated

Removed

Fixed

Security

0.2.1 - 2016-11-27

Added

Changed

Deprecated

Removed

Fixed

  • Fix assembly release number.

Security

0.2.0 - 2016-11-27

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

0.1.3 - 2016-11-10

Added

Changed

Deprecated

Removed

Fixed

  • [Api] Fix request URI
  • [Api] Fix sandbox header
  • Fix outdated version in ApiRequest.SdkVersion

Security

0.1.2 - 2016-11-10

Added

Changed

Deprecated

Removed

Fixed

  • Fix assembly release number.

Security

0.1.1 - 2016-11-10

Added

Changed

Deprecated

Removed

Fixed

  • [Http] Fix headers assignment when there are restricted headers present in the collection.

Security

0.1.0 - 2016-10-04

Added

  • [Api]
  • [BusinessModels]
  • [Http]