Releases: 20c/vaping
Releases · 20c/vaping
1.5.0
1.4.3
1.3.0
1.3.0
Added
- 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)
Removed
- python2.7 support
- python3.4 support
- python3.5 support
1.2.0
Added
- python3.7 support
- fileprobe
backlog
config option - fileprobe
max_lines
config option - logparse allow custom validators
- logparse
validate_interval
- logparse
time_parser
config option - code documentation improvements
- pymdgen for apidocs
Fixed
- fix startup issues with python 3.6+ and python2.7 on certain distributions
- mtr plugin py3 compatibility issues
- fileprobe lines that can't be processed are now skipped
- fix #62 timeseriesdb plugins crash when
update
is givenNone
as a value - fix #54 pytest > 3 for testing
Changed
- update Dockerfile for smaller alpine build, add more options
- plugin groups can now be maintained under an explicit
groups
section in the plugin config (#44) - move from
facsimile
toctl
for package / release management - parse_interval now can handle multiunit strings such as 1m30s