Skip to content

Releases: stitchfix/log_weasel

3.1.0

30 Jul 19:14
694a965
Compare
Choose a tag to compare

What's Changed

  • Move log_weasel log tagging to this gem by @samsm in #60

Full Changelog: 3.0.0...v3.1.0

Remove RabbitMQ Support

17 Feb 16:58
Compare
Choose a tag to compare

Removes support for Pwwka, the gem that supported RabbitMQ at Stitch Fix.

1.10.1

28 Oct 21:43
Compare
Choose a tag to compare

Fix specs around initialization related to Sidekiq 7

1.10.0

19 Sep 14:00
Compare
Choose a tag to compare

Add a key method to transactions for observability into the original source of a request.
i.e. if a request originates with Dynamic Shock, goes through Client Auth API, then to Client Service, the key value would indicate that the request originated with Dynamic Shock.

Exclude JS src from gem

02 Mar 17:48
Compare
Choose a tag to compare

Source for the JS log_weasel package was unintentionally bundled with the gem. This created issues for JS test runners in consuming applications. This release removes the JS src from the packaged gem.

Rails 7 compatibility, part deux

27 Jan 23:26
Compare
Choose a tag to compare

It was pointed out in (#44) that stitchfix-messaging is a private gem and therefore making it a dependency breaks this public fork of log_weasel for anyone outside of Stitch Fix. To avoid this, pwwka has been updated to support Rails versions >= 6.0. So this release reverts back to a dependency on pwwka. (see #45)

Rails 7 compatibility

27 Jan 23:19
Compare
Choose a tag to compare

Since the archived pwwka gem is not Rails 7 compatible, we migrated to the stitchfix-messaging gem which contains a Rails 7 compatible pwwka. (see #44)

Gem: v1.7.0 - Add Sidekiq middleware to support passing Transaction ID through the Job context

16 Dec 19:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...1.7.0

2.0.2

24 Jun 19:04
Compare
Choose a tag to compare

Small standardizations and a package.json bugfix.

2.0.1

24 Jun 16:03
54005ed
Compare
Choose a tag to compare

Clean up file names and export types to match our ES and SFIX practices.