All Versions
27
Latest Version
Avg Release Cycle
71 days
Latest Release
1043 days ago

Changelog History
Page 1

  • v1.5.0 Changes

    May 20, 2021
    • ๐Ÿ‘Œ Support for Ruby 2.7 and frozen strings
    • โšก๏ธ Development dependency updates
    • โฌ‡๏ธ Dropped support for net/http v3
    • ๐ŸŽ Performance tweaks
    • ๐Ÿ›  Fix for RestClient body read issue (WARNING: this may be reverted, see #105)
  • v1.4.3 Changes

    June 10, 2020
    • 0๏ธโƒฃ Masking password parameter by default, as long advertised...
  • v1.4.2 Changes

    February 09, 2020
    • ๐Ÿ›  Fixed uninitialized constant HTTP::Response error when using net/http
  • v1.4.1 Changes

    February 08, 2020
    • ๐Ÿ›  #91 Fixed bug returning empty response with HTTP gem
  • v1.4.0 Changes

    January 19, 2020
    • ๐Ÿ“œ #85 Parse JSON response and apply deep masking
  • v1.3.3 Changes

    November 14, 2019
    • ๐Ÿ‘ #83 Support for graylog
  • v1.3.2

    July 24, 2019
  • v1.3.1 Changes

    June 07, 2019
    • ๐Ÿ”ง #76 Added configurable logger method
  • v1.3.0 Changes

    May 18, 2019
    • 0๏ธโƒฃ #74 Added ability to filter sensitive parameter values in the request (based on #73). Default masking of password parameter
    • โœ‚ Removed explicit support and tests for ruby 2.3 and http gem v2
    • #71 Rounding benchmark in compact mode
  • v1.2.2 Changes

    March 15, 2019
    • ๐Ÿ›  #70 Fixed a bug where blacklisting caused requests to not be sent with HTTP adapter