Skip to content

Latest commit

 

History

History
73 lines (57 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

73 lines (57 loc) · 2.17 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.

0.4.0 2020-12-08

Updated

  • aiosonic dependency to 0.8.1 for bug fixing see aiosonic Changelog
  • updated dependencies in general

0.3.3 2020-01-22

Fixed

  • Fixed dependencies for windows

0.3.2 2020-01-12

Changed

  • Upaded dependencies

0.3.1 2019-08-24

Changed

  • Upaded dependencies

Fixed

  • Timeouts usage http client aiosonic

0.3.0 2019-08-07

Changed

  • Http client to aiosonic
  • Compatibility now from Python>=3.6 (3.5 deprecated)

0.2.4 2019-07-23

Added

  • Precalculate URL param

0.2.3 2019-07-09

Added

  • Tests until reach 100% coverage

0.2.2 2019-07-08

Changed

  • Construct list of request_data items before starting runner

Added

  • uvloop install, optional but recommended

0.2.1 2019-07-07

Fixed

  • Build request inside semaphore, for better results

0.2.0 2019-07-07

Changed

  • Moved script code to Runner class

0.1.0 2019-06-04

Added

  • Load test script
  • Charts with pandas and matplotlib