Skip to content

Commit 4d6f0a6

Browse files
authored
Merge pull request #4591 from DataDog/bump_to_version_2.15.0
Bump to version 2.15.0
2 parents ebed3c4 + 2aebf0b commit 4d6f0a6

File tree

644 files changed

+667
-645
lines changed

Some content is hidden

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

644 files changed

+667
-645
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.15.0] - 2025-04-17
6+
7+
### Added
8+
9+
* AppSec: Add auto-patching for `activerecord` with sql injection detection ([#4581][])
10+
* Tracing: Add option for `opensearch` to set resource with relative path ([#4509][])
11+
12+
### Changed
13+
14+
* AppSec: Update In-App WAF rules, processors, and scanners ([#4568][])
15+
16+
### Fixed
17+
18+
* AppSec: Fix blocked requests not marked correctly when using custom redirect blocking action ([#4580][])
19+
* AppSec: Fix UTF-8 unsafe payloads in InApp-WAF causing runtime exceptions ([#4573][])
20+
521
## [2.14.0] - 2025-04-04
622

723
### Added
@@ -3178,7 +3194,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
31783194
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
31793195
31803196
3181-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.14.0...master
3197+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.15.0...master
3198+
[2.15.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.14.0...v2.15.0
31823199
[2.14.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.13.0...v2.14.0
31833200
[2.13.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.2...v2.13.0
31843201
[2.12.2]: https://github.com/DataDog/dd-trace-rb/compare/v2.12.1...v2.12.2
@@ -4693,6 +4710,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
46934710
[#4498]: https://github.com/DataDog/dd-trace-rb/issues/4498
46944711
[#4505]: https://github.com/DataDog/dd-trace-rb/issues/4505
46954712
[#4507]: https://github.com/DataDog/dd-trace-rb/issues/4507
4713+
[#4509]: https://github.com/DataDog/dd-trace-rb/issues/4509
46964714
[#4526]: https://github.com/DataDog/dd-trace-rb/issues/4526
46974715
[#4528]: https://github.com/DataDog/dd-trace-rb/issues/4528
46984716
[#4530]: https://github.com/DataDog/dd-trace-rb/issues/4530
@@ -4701,6 +4719,10 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
47014719
[#4549]: https://github.com/DataDog/dd-trace-rb/issues/4549
47024720
[#4552]: https://github.com/DataDog/dd-trace-rb/issues/4552
47034721
[#4558]: https://github.com/DataDog/dd-trace-rb/issues/4558
4722+
[#4568]: https://github.com/DataDog/dd-trace-rb/issues/4568
4723+
[#4573]: https://github.com/DataDog/dd-trace-rb/issues/4573
4724+
[#4580]: https://github.com/DataDog/dd-trace-rb/issues/4580
4725+
[#4581]: https://github.com/DataDog/dd-trace-rb/issues/4581
47044726
[@AdrianLC]: https://github.com/AdrianLC
47054727
[@Azure7111]: https://github.com/Azure7111
47064728
[@BabyGroot]: https://github.com/BabyGroot
@@ -4852,4 +4874,4 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
48524874
[@y-yagi]: https://github.com/y-yagi
48534875
[@yujideveloper]: https://github.com/yujideveloper
48544876
[@yukimurasawa]: https://github.com/yukimurasawa
4855-
[@zachmccormick]: https://github.com/zachmccormick
4877+
[@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_dalli_2.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_dalli_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_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_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)