Skip to content

Commit 243ed25

Browse files
authored
Merge pull request #4067 from DataDog/bump_to_version_2.5.0
Bump to version 2.5.0
2 parents 2cbd6a1 + c9a3761 commit 243ed25

File tree

550 files changed

+579
-551
lines changed

Some content is hidden

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

550 files changed

+579
-551
lines changed

.github/workflows/test-macos.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@ jobs:
4040
ruby-version: ${{ matrix.ruby }}
4141
rubygems: 3.3.26
4242
bundler: 2.3.26 # needed to fix issue with steep on Ruby 3.0/3.1
43+
- if: ${{ matrix.ruby == '3.3' }}
44+
run: gem update --system 3.5.21
45+
- run: |
46+
ruby -v
47+
gem -v
48+
bundler -v
4349
- run: bundle install
4450
- run: bundle exec rake spec:main

CHANGELOG.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,23 @@
22

33
## [Unreleased]
44

5+
## [2.5.0] - 2024-11-05
6+
57
### Added
68

7-
* AppSec: Add Experimental Standalone AppSec Threats billing ([#3965][])
9+
* Performance: Profiling: Add setting to lower heap profiling memory use/latency by cleaning up young objects after Ruby GC ([#4020][])
10+
11+
### Changed
12+
13+
* Core: Replace the `debase-ruby_core_source` gem with the `datadog-ruby_core_source` ([#4014][])
14+
* Core: Upgrade to `libdatadog` 13.1 ([#3997][])
15+
16+
### Fixed
17+
18+
* Fix `undefined method` error for Rails runner ([#3996][])
19+
* Apply version tag only to spans that use the global/default service name ([#4027][])
20+
* Ensure UDS takes precedence over HTTP when both Agent configurations defined ([#4024][])
21+
* Remove duplicate leading slash in resource name for Grape routes ([#4033][])
822

923
## [2.4.0] - 2024-10-11
1024

@@ -2989,7 +3003,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
29893003
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
29903004
29913005
2992-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.4.0...master
3006+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.5.0...master
3007+
[2.5.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.4.0...v2.5.0
29933008
[2.4.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.3.0...v2.4.0
29943009
[2.3.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.2.0...v2.3.0
29953010
[2.2.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.1.0...v2.2.0
@@ -4423,6 +4438,13 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
44234438
[#3969]: https://github.com/DataDog/dd-trace-rb/issues/3969
44244439
[#3970]: https://github.com/DataDog/dd-trace-rb/issues/3970
44254440
[#3984]: https://github.com/DataDog/dd-trace-rb/issues/3984
4441+
[#3996]: https://github.com/DataDog/dd-trace-rb/issues/3996
4442+
[#3997]: https://github.com/DataDog/dd-trace-rb/issues/3997
4443+
[#4014]: https://github.com/DataDog/dd-trace-rb/issues/4014
4444+
[#4020]: https://github.com/DataDog/dd-trace-rb/issues/4020
4445+
[#4024]: https://github.com/DataDog/dd-trace-rb/issues/4024
4446+
[#4027]: https://github.com/DataDog/dd-trace-rb/issues/4027
4447+
[#4033]: https://github.com/DataDog/dd-trace-rb/issues/4033
44264448
[@AdrianLC]: https://github.com/AdrianLC
44274449
[@Azure7111]: https://github.com/Azure7111
44284450
[@BabyGroot]: https://github.com/BabyGroot
@@ -4574,4 +4596,4 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
45744596
[@y-yagi]: https://github.com/y-yagi
45754597
[@yujideveloper]: https://github.com/yujideveloper
45764598
[@yukimurasawa]: https://github.com/yukimurasawa
4577-
[@zachmccormick]: https://github.com/zachmccormick
4599+
[@zachmccormick]: https://github.com/zachmccormick

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.

0 commit comments

Comments
 (0)