All Versions
27
Latest Version
Avg Release Cycle
71 days
Latest Release
1219 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