Unclaimed project
Are you a maintainer of flowgger? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
flowgger
A fast data collector in Rust
Back to changelog
New major version: 0.3.0 (2022-03-14)
Breaking Changes
- Migrate from chrono to time as per https://rustsec.org/advisories/RUSTSEC-2020-0071
- String formatting changed from strftime to time custom formatting - see
flowgger.toml for examples on change
What's Changed
- Fix various items turned up by linting by @chills42 in https://github.com/awslabs/flowgger/pull/22
- More linting related refactorings by @chills42 in https://github.com/awslabs/flowgger/pull/23
Graylog now expect a non-empty hostname. by @pdepaepe in https://github.com/awslabs/flowgger/pull/25Added docstring to public library entry point by @kurojishi in https://github.com/awslabs/flowgger/pull/40Feature/time rotation by @vche in https://github.com/awslabs/flowgger/pull/35README.md updates by @kurojishi in https://github.com/awslabs/flowgger/pull/41Answer to the Ultimate Question of Life, the Universe, and Everything by @crisidev in https://github.com/awslabs/flowgger/pull/42Feature/rfc3164 prepend by @vche in https://github.com/awslabs/flowgger/pull/43Feature/unit tests by @vche in https://github.com/awslabs/flowgger/pull/44Update openssl from 0.9 to 0.10 by @Trojan295 in https://github.com/awslabs/flowgger/pull/49GELF operational improvements tests, and bugfixes by @kurojishi in https://github.com/awslabs/flowgger/pull/47Lower docker image size and switch to OpenSSL in docker image by @Trojan295 in https://github.com/awslabs/flowgger/pull/50Replace coio with may by @Trojan295 in https://github.com/awslabs/flowgger/pull/51Update capnp to 0.10 by @Trojan295 in https://github.com/awslabs/flowgger/pull/52Github Releases by @Trojan295 in https://github.com/awslabs/flowgger/pull/53Update cargo informations for crates.io push by @vche in https://github.com/awslabs/flowgger/pull/54Update dependency for publishing by @vche in https://github.com/awslabs/flowgger/pull/55Bumping package version (should have been done with previous changes) by @vche in https://github.com/awslabs/flowgger/pull/56Add more format handling to rfc3164, and passthrough output by @vche in https://github.com/awslabs/flowgger/pull/57Trim raw messages by @vche in https://github.com/awslabs/flowgger/pull/58Fix travis ci issue with drop of ssl support by @vche in https://github.com/awslabs/flowgger/pull/63Support multiple SD in RFC5424 (fix issue #61) by @vche in https://github.com/awslabs/flowgger/pull/62Run cargo fmt by @rejao in https://github.com/awslabs/flowgger/pull/66Bump dependencies version by @rejao in https://github.com/awslabs/flowgger/pull/67Migrate from chrono to time by @rejao in https://github.com/awslabs/flowgger/pull/68validate time format by @rejao in https://github.com/awslabs/flowgger/pull/69New Contributors
- @chills42 made their first contribution in https://github.com/awslabs/flowgger/pull/22
- @kurojishi made their first contribution in https://github.com/awslabs/flowgger/pull/40
- @vche made their first contribution in https://github.com/awslabs/flowgger/pull/35
- @crisidev made their first contribution in https://github.com/awslabs/flowgger/pull/42
- @Trojan295 made their first contribution in https://github.com/awslabs/flowgger/pull/49
- @rejao made their first contribution in https://github.com/awslabs/flowgger/pull/66
Full Changelog: https://github.com/awslabs/flowgger/compare/0.2.6...0.3.0