Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 1.48 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.

[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