Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rack instrumentation: support and test with v3+ #1600

Merged
merged 2 commits into from
Nov 8, 2022

Conversation

fallwith
Copy link
Contributor

@fallwith fallwith commented Nov 8, 2022

Rack instrumentation updates:

  • With Rack v3.0.0, Rack::Builder#new now supports a block. Update our instrumentation to handle a block and still apply tracing.
  • For Ruby versions that support Rack v3+, have the Rack multiverse suite test with an unpinned version of Rack so that we're always grabbing and testing with the latest release.

resolves #791

Rack instrumentation updates:

* With Rack v3.0.0, `Rack::Builder#new` now supports a block. Update our
  instrumentation to handle a block and still apply tracing.
* For Ruby versions that support Rack v3+, have the Rack multiverse
  suite test with an unpinned version of Rack so that we're always
  grabbing and testing with the latest release.
@workato-integration workato-integration bot mentioned this pull request Nov 8, 2022
4 tasks
Fix `Envfile` based version constraint of Rack for older Rubies
Copy link
Contributor

@kaylareopelle kaylareopelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, James!

@fallwith fallwith merged commit 6891708 into dev Nov 8, 2022
@fallwith fallwith deleted the eddie_muller_s_lost_world_of_film_noir branch November 8, 2022 17:36
fallwith added a commit that referenced this pull request Nov 8, 2022
update the CHANGELOG to reference the [PR
1600](#1600) change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Core Tech: Rack Gem
2 participants