Skip to content

Commit

Permalink
prep 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Sep 23, 2020
1 parent 1b4461b commit 34505ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@


## Unreleased


## 1.3.0
### Added
- python3.8 support
### Fixed
Expand Down
32 changes: 18 additions & 14 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,25 @@
- fileprobe lines that can't be processed are now skipped
- 'fix #62 timeseriesdb plugins crash when `update` is given `None` as a value'
- 'fix #54 pytest > 3 for testing'
Unreleased:
1.3.0:
added:
- python3.8 support
changed: []
deprecated: []
- python3.8 support
fixed:
- 'docker: added needed dependencies so gevent and other bits compile (thanks @seanknox)'
- 'unknown name/type config attribute in vodka config (#84)'
- NoneType error in graphite plugin (#78)
- startup issue in daemon mode (#85)
- logging in daemon mode (#79)
- some performance issues in daemon mode (#33)
- greenlet.greenlet size changed error (#97)
- 'docker: added needed dependencies so gevent and other bits compile (thanks @seanknox)'
- unknown name/type config attribute in vodka config (#84)
- NoneType error in graphite plugin (#78)
- startup issue in daemon mode (#85)
- logging in daemon mode (#79)
- some performance issues in daemon mode (#33)
- greenlet.greenlet size changed error (#97)
removed:
- python2.7 support
- python3.4 support
- python3.5 support
- python2.7 support
- python3.4 support
- python3.5 support
Unreleased:
added: []
changed: []
deprecated: []
fixed: []
removed: []
security: []

0 comments on commit 34505ab

Please sign in to comment.