Skip to content

Latest commit

 

History

History
79 lines (41 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

79 lines (41 loc) · 1.34 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.6.2] - 2022-08-30

Added

  • Default 100 secs timeout for all request with a default context.

[0.6.1] - 2022-08-29

Changed

  • Fixed a bug where an error would be returned for a 201 response with described response.

[0.6.0] - 2022-08-17

Added

  • Adds a chaos handler optional middleware for tests

[0.5.2] - 2022-06-27

Changed

  • Fixed an issue where response error was ignored for Patch calls

[0.5.1] - 2022-06-07

Changed

  • Updated abstractions and yaml dependencies.

[0.5.0] - 2022-05-26

Added

  • Adds support for enum or enum collections responses

[0.4.1] - 2022-05-19

Changed

  • Fixed a bug where CAE support would leak connections when retrying.

[0.4.0] - 2022-05-18

Added

  • Adds support for continuous access evaluation.

[0.3.0] - 2022-04-19

Changed

  • Upgraded to abstractions 0.4.0.
  • Upgraded to go 18.

[0.2.0] - 2022-04-08

Added

  • Added support for decoding special characters in query parameters names.

[0.1.0] - 2022-03-30

Added

  • Initial tagged release of the library.