Skip to content

Commit

Permalink
Merge pull request #2746 from newrelic/infinite_tracing_protobuf_version
Browse files Browse the repository at this point in the history
Pin protobuf version to < 4 for infinite tracing
  • Loading branch information
tannalynn authored Jul 12, 2024
2 parents 9f139ea + 43326de commit 91a811e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infinite_tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# New Relic Infinite Tracing for Ruby Agent Release Notes #

## v9.12.0

* Pin google-protobuf dependency to < 4.0 due to compatibility issues with version 4+.

## v8.9.0

* **Bugfix: Infinite Tracing hung on connection restart**
Expand Down
1 change: 1 addition & 0 deletions infinite_tracing/newrelic-infinite_tracing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Gem::Specification.new do |s|

s.add_dependency 'newrelic_rpm', NewRelic::VERSION::STRING
s.add_dependency 'grpc', '~> 1.34'
s.add_dependency 'google-protobuf', '< 4.0'

s.add_development_dependency 'rake', '12.3.3'
s.add_development_dependency 'rb-inotify'
Expand Down

0 comments on commit 91a811e

Please sign in to comment.