Skip to content

Commit

Permalink
Merge pull request #133 from DataDog/bump_to_version_0.8.0
Browse files Browse the repository at this point in the history
Bump to version 0.8.0
  • Loading branch information
anmarchenko authored Mar 8, 2024
2 parents 0cb187c + d6fd7c6 commit f71d45c
Show file tree
Hide file tree
Showing 68 changed files with 86 additions and 68 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## [Unreleased]

## [0.8.0] - 2024-03-08

### Added

* gzip agent payloads support via evp_proxy/v4 ([#123][])

### Changed

* Add note to README on using VCR ([#122][])

### Fixed

* use framework name as test module name to make test fingerprints stable ([#131][])

## [0.7.0] - 2024-01-26

### Added
Expand Down Expand Up @@ -150,7 +164,8 @@ Currently test suite level visibility is not used by our instrumentation: it wil

* Ruby versions < 2.7 no longer supported ([#8][])

[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.7.0...main
[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.8.0...main
[0.8.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.0...v0.5.1
Expand Down Expand Up @@ -213,3 +228,6 @@ Currently test suite level visibility is not used by our instrumentation: it wil
[#113]: https://github.com/DataDog/datadog-ci-rb/issues/113
[#114]: https://github.com/DataDog/datadog-ci-rb/issues/114
[#115]: https://github.com/DataDog/datadog-ci-rb/issues/115
[#122]: https://github.com/DataDog/datadog-ci-rb/issues/122
[#123]: https://github.com/DataDog/datadog-ci-rb/issues/123
[#131]: https://github.com/DataDog/datadog-ci-rb/issues/131
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.7.0)
datadog-ci (0.8.0)
msgpack

GEM
Expand Down
Loading

0 comments on commit f71d45c

Please sign in to comment.