patron v0.49.0 Release Notes

Release Date: 2020-11-30 // about 4 years ago
  • ๐Ÿš€ This release includes two major points.

    ๐Ÿ‘ The compression middleware, with support for the gzip and deflate compression schemes.
    0๏ธโƒฃ The compression middleware is enabled by default in Patron's HTTP component and client. Incoming responses will be automatically decompressed, and all you have to do to send out a gzipped request is add the appropriate Accept-Encoding header.

    ๐Ÿ“š The updated documentation hub.
    ๐Ÿ“š Our documentation is now available https://beatlabs.github.io/patron/
    It is hosted on GitHub Pages and generated using Markdown. There was a big effort in streamlining the existing docs, answering most common questions, structuring the examples; we hope this will help both onboard new engineers as quickly as possible and shed light on more obscure details. Your support is vital, so don't hesitate to file an issue or open a Pull Request for improvements and suggestions!