Skip to content

Commit

Permalink
prerelease prev4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Sep 14, 2023
1 parent 48239d4 commit 352c16a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ https://github.com/solarwindscloud/solarwinds-apm-ruby/releases

Dates in this file are in the format MM/DD/YYYY.

# solarwinds_apm 6.0.0.preV3 (08/08/2023)

This release includes the following features:

* Relaxed the opentelemetry-sdk version requirement to 1.2.0 for common version 0.19.6

# solarwinds_apm 6.0.0.preV3 (08/08/2023)

Expand Down
2 changes: 1 addition & 1 deletion lib/solarwinds_apm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Version
MAJOR = 6 # breaking,
MINOR = 0 # feature,
PATCH = 0 # fix => BFF
PRE = 'preV3'.freeze # for pre-releases into packagecloud, set to nil for production releases into rubygems
PRE = 'preV4'.freeze # for pre-releases into packagecloud, set to nil for production releases into rubygems

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions solarwinds_apm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Gem::Specification.new do |s|
s.extensions = ['ext/oboe_metal/extconf.rb']

# OTEL dependencies
s.add_dependency('opentelemetry-sdk', '>= 1.2.1')
s.add_dependency('opentelemetry-instrumentation-all', '>= 0.33.0')
s.add_dependency('opentelemetry-sdk', '>= 1.2.0')
s.add_dependency('opentelemetry-instrumentation-all', '>= 0.31.0')

# this still gives a warning, would have to be pinned to a minor version
# but that is not necessary and may restrict other gems
Expand Down

0 comments on commit 352c16a

Please sign in to comment.