You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few confirmed blockers affecting the latest release, 2.7.0-preview1:
Blockers
2.7.0-preview1 is affected by https://bugs.ruby-lang.org/issues/15891, which prevents dd-trace-rb from starting up successfully. This has been fixed in Ruby master branch, which is still unreleased.
Contrib
grpc, as of version 1.23.0, doesn't support Ruby 2.7, failing installation with: grpc requires Ruby version >= 2.3, < 2.7.dev
The text was updated successfully, but these errors were encountered:
All gems loaded properly, except for grpc and graphql: grpc has the same issue mentioned earlier, and graphql tries to load a file that has been removed in 2.7.
For everything else, tests pass.
I'll follow up again closer to release, but things look promising so far.
With Ruby 2.7 scheduled to be released December 2019,
dd-trace-rb
should be ready to support it on release date.There are a few confirmed blockers affecting the latest release,
2.7.0-preview1
:Blockers
2.7.0-preview1
is affected by https://bugs.ruby-lang.org/issues/15891, which preventsdd-trace-rb
from starting up successfully. This has been fixed in Rubymaster
branch, which is still unreleased.Contrib
grpc
, as of version 1.23.0, doesn't support Ruby 2.7, failing installation with:grpc requires Ruby version >= 2.3, < 2.7.dev
The text was updated successfully, but these errors were encountered: