Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 561 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 561 Bytes

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]

[1.1.0] - 2022-10-20

Added

  • Added func (exchange *Exchange) SetContext(context context.Context) to allow passing of context to net/http package.
  • Some tests added.

Fixed

  • Fixed validation of HTTP request query parameters.

[1.0.0] - 2021-10-02

  • Initial release.