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

Changelog History
Page 2

  • v1.2.1 Changes

    January 28, 2019
    • #67: Gracefully handling empty response headers in Ethon
  • v1.2.0 Changes

    December 31, 2018
    • #65 Added JSON as an optional output format
    • ๐Ÿ’Ž Ruby 2.2 no longer supported
  • v1.1.1 Changes

    July 30, 2018
    • ๐Ÿ›  Bugfix: colorize accepts single color of fg/bg hash; fixes #60
  • v1.1.0 Changes

    June 22, 2018
    • #59 Switched colorization library to MIT licensed rainbow. This is not a breaking change, but if you currently use a color name that is not defined by the Rainbow gem, it will simply be ignored.
  • v1.0.3 Changes

    April 26, 2018
    • #58 Fixed decompression error for HTTPClient with transparent_gzip_decompression enabled.
    • Rubocop!
  • v1.0.2 Changes

    February 26, 2018
    • #57 Changed rack dependency to be less strict
    • โšก๏ธ Updated travis to test against both major rack versions
  • v1.0.1 Changes

    February 18, 2018
    • ๐Ÿ›  #56 Fixed data logging for httprb v3 ([@tycooon])
    • ๐Ÿ’Ž Cleaned up dependencies and requiring ruby version >= 2.2
  • v1.0.0 Changes

    November 02, 2017
    • ๐ŸŒฒ #53 Fix header logging
  • v0.99.7 Changes

    July 19, 2017
    • ๐Ÿ’Ž Requiring rack explicitly so that plain ruby clients don't have to
  • v0.99.6 Changes

    July 11, 2017
    • โž• Added enabled configuration option (default: true, doh)