patron v0.44.0 Release Notes

Release Date: 2020-09-17 // over 3 years ago
  • 🚀 This is a minor Patron release with no breaking changes from the previous one.

    🔧 It introduces quality-of-life improvements when starting a Patron application or configuring HTTP components, allows parsing of multivalue headers, and provides fixes in logged fields and the patron-cli utility.

    Thanks to @cgkanatsios @astrikos @j0hnsmith @sgarcez for their contributions!

    🔄 Changelog

    • ➕ Add support for HTTP read/write timeouts as environment variables (#255)
    • ➕ Add env to log messages (#253)
    • 👍 Allow getting encoding from multivalue headers (#207)
    • 🛠 Fix logger initialization in patron-cli (#258)
    • 🛠 Fix kafka builder logging interpolation (#251)
    • 🚧 Test suite maintenance