Skip to content

Commit 14cdd6f

Browse files
authored
Merge pull request #3994 from DataDog/bump_to_version_2.4.0
Bump to version 2.4.0
2 parents 7808575 + 6c737f0 commit 14cdd6f

File tree

542 files changed

+578
-542
lines changed

Some content is hidden

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

542 files changed

+578
-542
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.4.0] - 2024-10-11
6+
7+
### Added
8+
9+
* Core: Allow changing sampling rate for customer defined tags and resources ([#3956][])
10+
* Profiling: Add GVL profiling for Ruby 3.2+ as a preview feature ([#3929][])
11+
* Profiling: Otel: Add preview support for correlating profiling with otel ruby gem ([#3984][])
12+
* Tracing: AppSec: Add http.route tag to Rails, Grape, and Sinatra integrations ([#3849][])
13+
* Tracing: Add capabilities to remote config: tracing sample rate, tracing logs injection, tracing http header tags ([#3888][])
14+
* AppSec: Add a force disable of AppSec feature when using Ruby >= 3.3 with old FFI gem version ([#3969][])
15+
16+
### Changed
17+
18+
* AppSec: Improve PII compliance ([#3857][])
19+
* AppSec: Integrations: Improve accuracy of login tracking for Devise ([#3867][])
20+
* Crashtracking feature is now disabled by default ([#3970][])
21+
22+
### Fixed
23+
24+
* AppSec: Integrations: Fix GraphQL instrumentation for query fragments ([#3887][])
25+
* Bug: Profiling: Fix (small) memory leak in profiler when forking ([#3852][])
26+
* Tracing: Integrations: Fix GraphQL integration reconfiguration ([#3859][])
27+
528
## [2.3.0] - 2024-08-22
629

730
### Added
@@ -2962,7 +2985,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
29622985
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
29632986
29642987
2965-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.3.0...master
2988+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.4.0...master
2989+
[2.4.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.3.0...v2.4.0
29662990
[2.3.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.2.0...v2.3.0
29672991
[2.2.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.1.0...v2.2.0
29682992
[2.1.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.0.0...v2.1.0
@@ -4383,6 +4407,18 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
43834407
[#3837]: https://github.com/DataDog/dd-trace-rb/issues/3837
43844408
[#3839]: https://github.com/DataDog/dd-trace-rb/issues/3839
43854409
[#3841]: https://github.com/DataDog/dd-trace-rb/issues/3841
4410+
[#3849]: https://github.com/DataDog/dd-trace-rb/issues/3849
4411+
[#3852]: https://github.com/DataDog/dd-trace-rb/issues/3852
4412+
[#3857]: https://github.com/DataDog/dd-trace-rb/issues/3857
4413+
[#3859]: https://github.com/DataDog/dd-trace-rb/issues/3859
4414+
[#3867]: https://github.com/DataDog/dd-trace-rb/issues/3867
4415+
[#3887]: https://github.com/DataDog/dd-trace-rb/issues/3887
4416+
[#3888]: https://github.com/DataDog/dd-trace-rb/issues/3888
4417+
[#3929]: https://github.com/DataDog/dd-trace-rb/issues/3929
4418+
[#3956]: https://github.com/DataDog/dd-trace-rb/issues/3956
4419+
[#3969]: https://github.com/DataDog/dd-trace-rb/issues/3969
4420+
[#3970]: https://github.com/DataDog/dd-trace-rb/issues/3970
4421+
[#3984]: https://github.com/DataDog/dd-trace-rb/issues/3984
43864422
[@AdrianLC]: https://github.com/AdrianLC
43874423
[@Azure7111]: https://github.com/Azure7111
43884424
[@BabyGroot]: https://github.com/BabyGroot

gemfiles/jruby_9.2_activesupport.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_aws.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_contrib.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_contrib_old.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_core_old.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_elasticsearch_7.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_elasticsearch_8.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_elasticsearch_latest.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2_graphql_2.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)