Skip to content

Commit 8a6a4b8

Browse files
authored
Merge pull request #4340 from DataDog/bump_to_version_2.10.0
Bump to version 2.10.0
2 parents 502c4da + 9480a12 commit 8a6a4b8

File tree

562 files changed

+590
-562
lines changed

Some content is hidden

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

562 files changed

+590
-562
lines changed

.github/workflows/system-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ on:
2424
env:
2525
REGISTRY: ghcr.io
2626
REPO: ghcr.io/datadog/dd-trace-rb
27-
SYSTEM_TESTS_REF: main # This must always be set to `main` on dd-trace-rb's master branch
27+
# Broken system-test: https://github.com/DataDog/system-tests/pull/3904
28+
SYSTEM_TESTS_REF: 239c3eba6de0473817d3d88ebbc025c9d0c9574b
29+
# SYSTEM_TESTS_REF: main # This must always be set to `main` on dd-trace-rb's master branch
2830

2931
jobs:
3032
build-harness:

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.10.0] - 2025-02-04
6+
7+
### Added
8+
9+
* AppSec: Add configuration option(`Datadog.configuration.appsec.rasp_enabled`) to enable/disable Runtime Application Self-Protection checks ([#4311][])
10+
* AppSec: Add stack trace when SQL Injection attack is detected ([#4321][])
11+
12+
### Changed
13+
14+
* Add `logger` gem as dependency ([#4257][])
15+
* Bump minimum version of `datadog-ruby_core_source` to 3.4 ([#4323][])
16+
17+
### Fixed
18+
19+
* Dynamic instrumentation: Fix report probe status when dynamic instrumentation probes fail to instrument ([#4301][])
20+
* Dynamic instrumentation: Include variables named `env` in probe snapshots ([#4292][])
21+
* Fix a concurrency issue during application boot ([#4303][])
22+
523
## [2.9.0] - 2025-01-15
624

725
### Added
@@ -3079,7 +3097,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
30793097
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
30803098
30813099
3082-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.9.0...master
3100+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.10.0...master
3101+
[2.10.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.9.0...v2.10.0
30833102
[2.9.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.8.0...v2.9.0
30843103
[2.8.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.7.1...v2.8.0
30853104
[2.7.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.6.0...v2.7.0
@@ -4550,10 +4569,17 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
45504569
[#4239]: https://github.com/DataDog/dd-trace-rb/issues/4239
45514570
[#4240]: https://github.com/DataDog/dd-trace-rb/issues/4240
45524571
[#4249]: https://github.com/DataDog/dd-trace-rb/issues/4249
4572+
[#4257]: https://github.com/DataDog/dd-trace-rb/issues/4257
45534573
[#4266]: https://github.com/DataDog/dd-trace-rb/issues/4266
45544574
[#4272]: https://github.com/DataDog/dd-trace-rb/issues/4272
45554575
[#4285]: https://github.com/DataDog/dd-trace-rb/issues/4285
45564576
[#4288]: https://github.com/DataDog/dd-trace-rb/issues/4288
4577+
[#4292]: https://github.com/DataDog/dd-trace-rb/issues/4292
4578+
[#4301]: https://github.com/DataDog/dd-trace-rb/issues/4301
4579+
[#4303]: https://github.com/DataDog/dd-trace-rb/issues/4303
4580+
[#4311]: https://github.com/DataDog/dd-trace-rb/issues/4311
4581+
[#4321]: https://github.com/DataDog/dd-trace-rb/issues/4321
4582+
[#4323]: https://github.com/DataDog/dd-trace-rb/issues/4323
45574583
[@AdrianLC]: https://github.com/AdrianLC
45584584
[@Azure7111]: https://github.com/Azure7111
45594585
[@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.

0 commit comments

Comments
 (0)