dipstick/CHANGES.md

26 lines
596 B
Markdown
Raw Normal View History

2018-03-26 16:57:40 +00:00
# Latest changes + history
2019-04-10 11:34:45 +00:00
## version 0.7.2
### features
- Observe gauge On Flush
- Observe gauge Periodically
- Stream::to_new_file()
- Level
### Enhancement
- Use crossbeam channels & parking_lot locks by default
- Single thread scheduler
## version 0.7.1
- API changes, some methods renamed / deprecated for clarity
- Logging output now have selectable level
2018-03-26 16:57:40 +00:00
## version 0.7.0
- Add `Delegate` mechanism to allow runtime (re)configuration of metrics
- Enhance macros to allow metrics of different types within a single block
2018-03-27 20:30:12 +00:00
- Additional pre-typed 'delegate' and 'aggregate' macros
2018-03-26 16:57:40 +00:00