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

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.1.0...v1.0.0) (2020-10-26)

### Bug Fixes

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

### chore

* remove debug statements, initial release! ([5f634c0](5f634c0))

### BREAKING CHANGES

* Initial release. Substantially divergent from `apollo-federation-ruby`, so marking
this as a breaking change.
  • Loading branch information
semantic-release-bot committed Oct 26, 2020
1 parent f8114a8 commit 28cb2b8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.0.0](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/compare/v0.1.0...v1.0.0) (2020-10-26)


### Bug Fixes

* revert Rails.logger reference, doesn't work correctly in non-Rails environment ([eeea691](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/eeea6913be0171db0b45c58ff6b34dddbbea764b))
* **debug:** add debug queueing ([074bb79](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/074bb79aef78a7b5f65744dd5a6ea4a913de4338))
* **tracing:** ensure thread started when queueing traces ([4bb2238](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/4bb22387fc5230909b1201a58b7be922a153dcb7))
* properly capture errors and record them on traces ([3ba25ff](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/3ba25fff60efab9a98f6212192b7543de9a19057))
* use Rails.logger if it exists ([b0a7103](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/b0a7103882cda74dbcf39cf6f84339e655e3506b))
* **tracing:** fix multiplexed tracing ([43b6c86](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/43b6c86006be2f300211b2c2bccdf5b8d0ffc658))
* remove NotInstalledError, remove unused src file ([dc8e31d](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/dc8e31da901c998ef1bafc6a5b28aae51f3ee0c6))


### chore

* remove debug statements, initial release! ([5f634c0](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/5f634c05f5560fa6cf9f68cfb5837c715828214c))


### BREAKING CHANGES

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

## 1.0.0 (2020-10-23)

- First release, based on https://github.com/Gusto/apollo-federation-ruby

0 comments on commit 28cb2b8

Please sign in to comment.