Skip to content

Latest commit

 

History

History
106 lines (88 loc) · 2.62 KB

release_notes.rst

File metadata and controls

106 lines (88 loc) · 2.62 KB

Release Notes

0.9 (08/30/2023)

  • Includes some minor modifications in type hinting

0.8 (07/29/2023)

  • Fix imports on Windows
  • Release new version

0.7 (04/16/2023)

  • Remove echo and use logging to print
  • Move variables to object members in url
  • Update badges and startup instructions
  • Bump version

0.5 (04/15/2023)

  • Remove retry logic and add more logs
  • Run assert on condition basis
  • Improve logging and log format
  • Remove function call to trigger

0.4 (04/13/2023)

  • Use requests module to support all http methods
  • Release a stable version 0.4

0.4 (04/13/2023)

  • Reconstruct stress-injector to support Linux
  • Add URL stress testing using threadpool
  • Use pyproject.toml to upload package to pypi
  • Create a new module for custom print statements

0.3.2 (05/23/2022)

  • Fix imports
  • Update docs

0.3.1 (01/19/2022)

  • Flush screen output before carriage return

0.3.0 (01/18/2022)

  • Update README.md on CPU stress usage
  • Remove prompt and use default values instead
  • Make some methods to be private

0.2.9 (01/10/2022)

  • Update name of the repo

0.2.8 (01/10/2022)

  • Update broken links in docstrings
  • Match version as per the number of commits

0.2.7 (01/10/2022)

  • Upgrade packages in requirements.txt
  • Update maintenance year to 2022
  • Generate CHANGELOG in LIFO manner
  • Update docs big time

0.0.6 (08/14/2021)

  • Stop the thread that measures CPU usage during a manual interrupt
  • Previously CPUStress measurement used to run until the current time reaches 3 seconds in addition to the user input.
  • Since the measurement runs in a dedicated thread this, stopping stress never stopped the usage display.
  • Now CPUStress measurement will stop when a manual interrupt is received using a stop_flag variable.
  • Update docs and README.md internal link.

0.0.5 (08/11/2021)

  • Bug fix
  • Fix broken CPU stress because of global variable
  • Wrap everything inside a class
  • Add an option to pass the user input when the class is initialized
  • Update dependencies, docs and readme
  • Update variable names to right convention

0.0.4 (08/04/2021)

  • Mark methods as internal
  • Update dependencies and readme

0.0.3 (08/04/2021)

  • Roll back module name
  • Update badges in README.md

0.0.2 (08/04/2021)

    1. Update docs
    1. Change module name
    1. Fix broken references
    1. Bump version

0.0.1 (08/04/2021)

  • Fix copy pasta