Skip to content

Commit

Permalink
Merge pull request #74 from feenes/dvl/feenes/bump_version
Browse files Browse the repository at this point in the history
bump version + changelogs
  • Loading branch information
feenes authored Apr 21, 2022
2 parents b5c4541 + 584137a commit 365dba3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
`Changelog <https://github.com/feenes/timon/releases>`__
========================================================

`v0.3.2 <https://github.com/feenes/mytb/compare/v0.3.1...v0.3.2>`__
-------------------------------------------------------------------
Features
- #43 + #53 now there's a --pdb and a --pdb-hook switch
- #70 + #72 add flap detection
- #64 add timeout for subprocess probes to avoid too long freezes
- #44 notifiers no more compulsory
- #66 add retry for isup probe
- #65 + #67 add timeout detection for webif
- change isup timeout
- allow sub second delays for shell loop

Bugs
- #71 fix rsrc limits (introduced during refactoring)
- #72 fix http probe bugs (url_params, ...) + tests
- #68 fix scheduler bug
- fix cert bug for async requests
- #61 fix increasing timeout
- #52 fail interal was not dumped properly

Testing
- #51 attempts for debugging / testing the scheduler

Coding style / CI
- #47 refactor probe initialisation
- #49 old coroutine / yield syntax has been removed
- #58 coding style check now for isort
- #57 use github actions for CI
- #59 add isort check for CI. no flake for pypy
- #46 refactor resources and modernize some code
`v0.3.1 <https://github.com/feenes/mytb/compare/v0.3.0...v0.3.1>`__
-------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


setup(name='timon',
version='0.3.1',
version='0.3.2',
description='simple, low resource monitoring tool',
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 365dba3

Please sign in to comment.