Releases: stitchfix/log_weasel
2.0.0
In order to support calling Log Weasel from multiple shared components without mutating global state, switch from a singleton to a new simple function call.
1.5.0
Adds ability to pull Log Weasel transaction ID from params
This release adds support for pulling the log weasel ID from query string params as an additional options when passing in the headers is unavailable.
Adds a debug configuration option
This release adds support for a new configuration option, debug
. When set to true
, some added debug logging is enabled for troubleshooting.
Fix Rails 6 deprecation warning
This patch release addresses a deprecation warning coincident with the Rails 6 release. More here: #18
Maintenance release to update gem source to Artifactory
We now source all gems via Artifactory.
1.2.0
Introduces the expand portion of the parallel change pattern so that correlation IDs (log_weasel) will use either X-Request-ID or X-Correlation-ID for headers until we've migrated everything to use X-Correlation-ID.