Skip to content

Latest commit

 

History

History
96 lines (50 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

96 lines (50 loc) · 1.79 KB

Changelog

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.

[Unreleased]

Added

Changed

[0.10.1] - 2022-09-14

Changed

  • Fix: Add getter and setter on ResponseHandler pointer .

[0.10.0] - 2022-09-02

Added

  • Added support for composed types serialization.

[0.9.1] - 2022-09-01

Changed

  • Add ResponseHandler to request information struct

[0.9.0] - 2022-08-24

Changed

  • Changes RequestAdapter contract passing a Context object as the first parameter for SendAsync

[0.8.2] - 2022-08-11

Added

  • Add tests to verify DateTime and DateTimeOffsets default to ISO 8601.
  • Adds check to return error when the baseUrl path parameter is not set when needed.

[0.8.1] - 2022-06-07

Changed

  • Updated yaml package version through testify dependency.

[0.8.0] - 2022-05-26

Added

  • Adds support for enum and enum collections responses.

[0.7.0] - 2022-05-18

Changed

  • Breaking: adds support for continuous access evaluation.

[0.6.0] - 2022-05-16

  • Added a method to set the content from a scalar value in request information.

[0.5.0] - 2022-04-21

Added

  • Added vanity methods to request options to add headers and options to simplify code generation.

[0.4.0] - 2022-04-19

Changed

  • Upgraded uri template library for quotes in template fix.
  • Upgraded to Go 18

[0.3.0] - 2022-04-08

Added

  • Added support for query parameters with special characters in the name.

[0.2.0] - 2022-04-04

Changed

  • Breaking: simplifies the field deserializers.

[0.1.0] - 2022-03-30

Added

  • Initial tagged release of the library.