Skip to content

Commit 7b5fef3

Browse files
authored
Merge pull request #4110 from DataDog/bump_to_version_2.7.0
Bump to version 2.7.0
2 parents 494abac + 923cec8 commit 7b5fef3

File tree

549 files changed

+568
-549
lines changed

Some content is hidden

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

549 files changed

+568
-549
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.7.0] - 2024-11-13
6+
7+
### Added
8+
9+
* Profiling: Enable "heap clean after GC" profiler optimization by default ([#4085][])
10+
11+
### Changed
12+
13+
* Enable crashtracking by default ([#4083][])
14+
* Upgrade to `libdatadog` 14.1 ([#4082][])
15+
16+
### Fixed
17+
18+
* Fix `Process.waitall` hanging and stack overflow when crashtracking enabled ([#4082][])
19+
520
## [2.6.0] - 2024-11-06
621

722
### Changed
@@ -3013,7 +3028,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
30133028
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
30143029
30153030
3016-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.6.0...master
3031+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.7.0...master
3032+
[2.7.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.6.0...v2.7.0
30173033
[2.6.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.5.0...v2.6.0
30183034
[2.5.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.4.0...v2.5.0
30193035
[2.4.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.3.0...v2.4.0
@@ -4458,6 +4474,9 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
44584474
[#4033]: https://github.com/DataDog/dd-trace-rb/issues/4033
44594475
[#4065]: https://github.com/DataDog/dd-trace-rb/issues/4065
44604476
[#4078]: https://github.com/DataDog/dd-trace-rb/issues/4078
4477+
[#4082]: https://github.com/DataDog/dd-trace-rb/issues/4082
4478+
[#4083]: https://github.com/DataDog/dd-trace-rb/issues/4083
4479+
[#4085]: https://github.com/DataDog/dd-trace-rb/issues/4085
44614480
[@AdrianLC]: https://github.com/AdrianLC
44624481
[@Azure7111]: https://github.com/Azure7111
44634482
[@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)