All Versions
17
Latest Version
Avg Release Cycle
2 days
Latest Release
-

Changelog History
Page 1

  • v1.0.2 Changes

    • ๐Ÿ”Š #23 No longer raises an error if a map can not be encoded in JSON. Thanks to @paulanthonywilson
  • v1.0.1 Changes

    • ๐Ÿ”Š #22 Print inspect output for unexpected param values. Thanks to @rubysolo
  • v1.0.0 Changes

    • ๐Ÿ“‡ #18 Remove duplication of metadata in logs. Thanks to @novaugust

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“‡ Any metadata that needs to be logged needs to now be setup in the Logger backend configuration. This is so that metadata configuration is centralised and so that there is no duplication of metadata in the logged output. See Issue#17 for more details.
  • v0.10.0 Changes

    • #16 Support for when struct params, providing compatibility with Open API Spex. Thanks to @juantascon
  • v0.9.0 Changes

    • ๐Ÿ”Š #15 Adds :excludes option. Thanks to @ericmj
    • ๐Ÿ‘‰ Uses Jason instead of Poison internally for formatting
  • v0.8.0 Changes

    • ๐Ÿฑ Handles case when params are not fetched, such as when logging static assets
  • v0.7.0 Changes

    • ๐Ÿ”Š #13 Ability to rename the fields being logged. Thanks to @pbrudnick
  • v0.6.0 Changes

    • ๐Ÿ›  Fixes issue where all strings were getting url encoded in log output
  • v0.5.0 Changes

    • ๐Ÿ”Š #10 Fixes issue where an exception was thrown when params contains % . Thanks to @tsubery
  • v0.4.0 Changes

    • โž• Add HTTP header logging. Thanks to @zepplock