Skip to content

Releases: stitchfix/log_weasel

2.0.0

23 Jun 19:00
Compare
Choose a tag to compare

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

08 Jul 22:04
Compare
Choose a tag to compare

add support for the Algo request_id header

Adds ability to pull Log Weasel transaction ID from params

30 Apr 14:00
Compare
Choose a tag to compare

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

18 Oct 00:58
Compare
Choose a tag to compare

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

18 Oct 01:04
Compare
Choose a tag to compare

This patch release addresses a deprecation warning coincident with the Rails 6 release. More here: #18

Maintenance release to update gem source to Artifactory

18 Oct 01:01
336a72e
Compare
Choose a tag to compare

We now source all gems via Artifactory.

1.2.0

20 Feb 05:04
Compare
Choose a tag to compare

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.