Skip to content

Commit 87cb8ad

Browse files
authored
Merge pull request #2243 from DataDog/bump_to_version_1.4.0
Bump to version 1.4.0
2 parents cb1cfc1 + b344f2f commit 87cb8ad

File tree

253 files changed

+1225
-988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+1225
-988
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## [1.4.0] - 2022-08-25
6+
7+
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v1.4.0
8+
9+
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v1.3.0...v1.4.0
10+
11+
### Added
12+
13+
* gRPC: tag `grpc.client.deadline` ([#2200][])
14+
* Implement telemetry, disable by default ([#2153][])
15+
16+
### Changed
17+
18+
* Bump `libdatadog` dependency version ([#2229][])
19+
20+
### Fixed
21+
22+
* Fix CI instrumentation configuration ([#2219][])
23+
524
## [1.3.0] - 2022-08-04
625

726
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v1.3.0
@@ -2939,13 +2958,18 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
29392958
[#2138]: https://github.com/DataDog/dd-trace-rb/issues/2138
29402959
[#2140]: https://github.com/DataDog/dd-trace-rb/issues/2140
29412960
[#2150]: https://github.com/DataDog/dd-trace-rb/issues/2150
2961+
[#2153]: https://github.com/DataDog/dd-trace-rb/issues/2153
29422962
[#2158]: https://github.com/DataDog/dd-trace-rb/issues/2158
29432963
[#2162]: https://github.com/DataDog/dd-trace-rb/issues/2162
29442964
[#2163]: https://github.com/DataDog/dd-trace-rb/issues/2163
2965+
[#2170]: https://github.com/DataDog/dd-trace-rb/issues/2170
29452966
[#2173]: https://github.com/DataDog/dd-trace-rb/issues/2173
29462967
[#2174]: https://github.com/DataDog/dd-trace-rb/issues/2174
29472968
[#2180]: https://github.com/DataDog/dd-trace-rb/issues/2180
2969+
[#2200]: https://github.com/DataDog/dd-trace-rb/issues/2200
29482970
[#2201]: https://github.com/DataDog/dd-trace-rb/issues/2201
2971+
[#2219]: https://github.com/DataDog/dd-trace-rb/issues/2219
2972+
[#2229]: https://github.com/DataDog/dd-trace-rb/issues/2229
29492973
[@AdrianLC]: https://github.com/AdrianLC
29502974
[@Azure7111]: https://github.com/Azure7111
29512975
[@BabyGroot]: https://github.com/BabyGroot
@@ -3087,4 +3111,4 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
30873111
[@walterking]: https://github.com/walterking
30883112
[@y-yagi]: https://github.com/y-yagi
30893113
[@yukimurasawa]: https://github.com/yukimurasawa
3090-
[@zachmccormick]: https://github.com/zachmccormick
3114+
[@zachmccormick]: https://github.com/zachmccormick

gemfiles/jruby_9.2.18.0_contrib.gemfile.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_contrib_old.gemfile.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_core_old.gemfile.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_cucumber3.gemfile.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_cucumber4.gemfile.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_cucumber5.gemfile.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_rails5_mysql2.gemfile.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)