Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

68 lines (36 loc) · 1.1 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.3.0] - 2021-11-23

Changed

  • Weekly generation
  • Fixes doc comments

[0.2.1] - 2021-11-19

Changed

  • Made the client options public so they can be used by consumers when customizing middleware

[0.2.0] - 2021-11-17

Changed

  • Weekly generation

[0.1.2] - 2021-11-12

Changed

  • Fixes #14 a misalignement with telemetry specification
  • Fixes #17 a bug where query parameters would be missing

[0.1.1] - 2021-11-09

Changed

  • Fixes #9 an issue where deserialization would fail because of nil values

[0.1.0] - 2021-11-09

Added

  • Weekly generation

[0.0.3] - 2021-11-08

Added

  • Added support for setting the base url

[0.0.2] - 2021-11-04

Changed

  • Fixes a bug where scalar collections would not deserialize

[0.0.1] - 2021-10-22

Added

  • Initial release