Recent Releases of https://github.com/awslabs/flowgger

https://github.com/awslabs/flowgger - 0.3.2

What's Changed

  • Move from Travis to github actions by @rejao in https://github.com/awslabs/flowgger/pull/73
  • Update action badge by @rejao in https://github.com/awslabs/flowgger/pull/74
  • Update README.md by @neuodev in https://github.com/awslabs/flowgger/pull/75
  • Add fuzzing test to flowgger by @cahakgeorge in https://github.com/awslabs/flowgger/pull/79

New Contributors

  • @neuodev made their first contribution in https://github.com/awslabs/flowgger/pull/75
  • @cahakgeorge made their first contribution in https://github.com/awslabs/flowgger/pull/79

Full Changelog: https://github.com/awslabs/flowgger/compare/0.3.0...0.3.2

- Rust
Published by vche about 2 years ago

https://github.com/awslabs/flowgger - 0.3.0

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/25
  • Added docstring to public library entry point by @kurojishi in https://github.com/awslabs/flowgger/pull/40
  • Feature/time rotation by @vche in https://github.com/awslabs/flowgger/pull/35
  • README.md updates by @kurojishi in https://github.com/awslabs/flowgger/pull/41
  • Answer to the Ultimate Question of Life, the Universe, and Everything by @crisidev in https://github.com/awslabs/flowgger/pull/42
  • Feature/rfc3164 prepend by @vche in https://github.com/awslabs/flowgger/pull/43
  • Feature/unit tests by @vche in https://github.com/awslabs/flowgger/pull/44
  • Update openssl from 0.9 to 0.10 by @Trojan295 in https://github.com/awslabs/flowgger/pull/49
  • GELF operational improvements tests, and bugfixes by @kurojishi in https://github.com/awslabs/flowgger/pull/47
  • Lower docker image size and switch to OpenSSL in docker image by @Trojan295 in https://github.com/awslabs/flowgger/pull/50
  • Replace coio with may by @Trojan295 in https://github.com/awslabs/flowgger/pull/51
  • Update capnp to 0.10 by @Trojan295 in https://github.com/awslabs/flowgger/pull/52
  • Github Releases by @Trojan295 in https://github.com/awslabs/flowgger/pull/53
  • Update cargo informations for crates.io push by @vche in https://github.com/awslabs/flowgger/pull/54
  • Update dependency for publishing by @vche in https://github.com/awslabs/flowgger/pull/55
  • Bumping package version (should have been done with previous changes) by @vche in https://github.com/awslabs/flowgger/pull/56
  • Add more format handling to rfc3164, and passthrough output by @vche in https://github.com/awslabs/flowgger/pull/57
  • Trim raw messages by @vche in https://github.com/awslabs/flowgger/pull/58
  • Fix travis ci issue with drop of ssl support by @vche in https://github.com/awslabs/flowgger/pull/63
  • Support multiple SD in RFC5424 (fix issue #61) by @vche in https://github.com/awslabs/flowgger/pull/62
  • Run cargo fmt by @rejao in https://github.com/awslabs/flowgger/pull/66
  • Bump dependencies version by @rejao in https://github.com/awslabs/flowgger/pull/67
  • Migrate from chrono to time by @rejao in https://github.com/awslabs/flowgger/pull/68
  • validate time format by @rejao in https://github.com/awslabs/flowgger/pull/69

New 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

- Rust
Published by rejao almost 4 years ago