All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update all upstream dependencies
- Refactored split code to be more efficient and simpler
- Accept ToSocketAddrs implementing types to make StatsBuilder API more flexible
- Introduce way to generate distributions and histograms without local pre-aggregations and reporting them as such
- Fix all known cases of split issues
- fix more corner cases related to splitting packets
- fixed a minor issue in splitting packets when a single metric was longer than max_packet_size
- mistaken release
- Introduce the ability to split metric payload in smaller packets that fit MTU
- Initial release