Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2 KB

CHANGELOG.md

File metadata and controls

69 lines (48 loc) · 2 KB

Changelog

Unreleased (2021-06-24)

New Features

  • ⚡ Adds global scopes for config, Logging, and influxdb.

Fixes

  • 🐛 Fixed install of speedtest
  • 🐛 fixed variable names. Disable pingtest if 0

Refactorings

  • 🐛 Fixed variable names, completed refactor
  • 🎨 Refactored to use global scopes.
  • 🎨 Refactored to use global scopes
  • 🎨 Refactored to bring logs into global scope.
  • 🎨 Refactored to match global config/logging
  • 🎨 wrote new config class

Full set of changes: 0.4.1...099ae4f

0.4.1 (2021-05-27)

New Features

  • 🥅 Add error handling and logging
  • 🔊 Added more error logging.
  • 🥅 Added logging around influx connection,

Others

  • ✏️ Fixed log typo
  • ♻️ Added f strings instead of string concat

Full set of changes: 0.4.0...0.4.1

0.4.0 (2021-05-25)

New Features

  • (python): ⚡ Major refactor
  • (python): 🔧 Added option for log level

Fixes

  • (python): 🐛 typos

Refactorings

  • (python): 🎨 Improved functionality of wrrite method
  • (python): 🎨 Completed refactor, needs debugging
  • (python): ♻️ Split code into seperate files

Docs

  • (documentation): 📝 Added notes about dockerhub and github containers
  • 📝 update to documentation
  • ➕ Added requirements.txt

Others

  • (docker): 👷 Added config for github container
  • (docker): 🎨 updated dockerfile to include external script
  • 🚀 Added docker compose file
  • 🔧 Updated defaults intervals to more reasonable lvls
  • (python): ✏️ Added additional output
  • (python): 🚨 Cleaned up formatting, fixed linting
  • (python): 🚨 Fixed linting

Full set of changes: 0.2.0...0.4.0

0.2.0 (2021-04-27)