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

v1.0.0

Compare
Choose a tag to compare
@lsanwick lsanwick released this 26 Oct 23:02
· 14 commits to master since this release

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.