Skip to content

Releases: envylabs/faraday-detailed_logger

v2.5.0

23 Jan 18:05
Compare
Choose a tag to compare
  • Add faraday 2 support.
  • Extract an initial internal cURL formatter

v2.4.1

09 Nov 15:33
Compare
Choose a tag to compare
chore: 2.4.1 release

v2.4.0

06 Nov 17:50
Compare
Choose a tag to compare
chore: 2.4.0 release

v2.3.0

11 Feb 19:02
Compare
Choose a tag to compare
2.3.0 release

v2.1.2

21 Aug 14:57
Compare
Choose a tag to compare

Changelog

  • Update the middleware to allow the logger and tags to be publicly accessible. This is not necessarily intended to be developer-used, but rather fix warnings in older versions of Ruby.

v2.1.1

21 Aug 14:56
Compare
Choose a tag to compare

Changelog

  • Require faraday ~> 0.8. This change only makes explicit the minimum version of faraday which is supported.

v2.1.0

12 Oct 20:30
bfbb320
Compare
Choose a tag to compare

Changelog

  • Catch StandardError exceptions to log and re-raise them.

v2.0.0

12 Oct 20:31
Compare
Choose a tag to compare

Changelog

  • Remove Logger progname support/configuration. Varying the progname appears
    to make logging in a syslog-like environment unnecessarily more difficult.
  • Add tagging support to the logger. Any number of tags may be given which will
    be prepended to all lines logged. This is largely follows the
    ActiveSupport::TaggedLogging log functionality. "Old" usages of this library
    will treat any previous progname strings as a tag and continue to record
    them to the log. Even though the progname is now logged as a tag, this is
    still considered a breaking change just in case system configurations were
    dependent on the progname for log output redirection (syslog).

v1.1.0

12 Oct 20:31
Compare
Choose a tag to compare

Changelog

  • Log HTTP 4XX and HTTP 5XX responses at a WARN level.

v1.0.0

04 Aug 03:04
Compare
Choose a tag to compare
1.0.0 release.