Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.76 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.

v0.14.3 (2021-03-11)

Fix

  • optimize_build: Remove travis, add ifs to action (#254) (43d6556)

[0.4.2] - 2018-01-02

Fixed

[0.4.1] - 2018-01-02

Changed

  • #50 Added tests + CI (#47) (#50)
  • #55 Robustness around collected properties #55
  • #58 Multiple section support via ENV variables. #58

[0.4.0] - 2018-12-28

Changed

  • #44 Embrace more twisted machinery + allow concurrent scrapes

[0.3.1] - 2018-12-23

Changed

  • #43 Property collectors

Fixed

  • #40 Fixed race condition with intermittent results @Jc2k

[0.3.0] - 2018-12-09

Changed

  • #35 Refactor threading @Jc2k
  • #34 README Updates @Rosiak

Fixed

  • #33 Drop None values in lables @akrauza

[0.2.6] - 2018-11-24

Changed

  • Updated setup.py

Fixed

  • #24 UTF8 Error @jnogol