Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Releases: EnjoyTech/apollo-studio-tracing-ruby

v1.1.0

16 Dec 18:28
Compare
Choose a tag to compare

1.1.0 (2020-12-16)

Features

  • support global enabled flag for tracing (16d9186)

v1.0.1

02 Nov 17:28
Compare
Choose a tag to compare

1.0.1 (2020-11-02)

Bug Fixes

  • tracing: avoid trapping SIGINT, just use at_exit (de7c85e)

v1.0.0-beta.2

30 Oct 22:59
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2020-10-30)

Bug Fixes

  • tracing: avoid trapping SIGINT, just use at_exit (455a6fe)

v1.0.0

26 Oct 23:02
Compare
Choose a tag to compare

1.0.0 (2020-10-26)

Bug Fixes

  • revert Rails.logger reference, doesn't work correctly in non-Rails environment (eeea691)
  • debug: add debug queueing (074bb79)
  • tracing: ensure thread started when queueing traces (4bb2238)
  • properly capture errors and record them on traces (3ba25ff)
  • use Rails.logger if it exists (b0a7103)
  • tracing: fix multiplexed tracing (43b6c86)
  • remove NotInstalledError, remove unused src file (dc8e31d)

chore

  • remove debug statements, initial release! (5f634c0)

BREAKING CHANGES

  • Initial release. Substantially divergent from apollo-federation-ruby, so marking
    this as a breaking change.