|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [2.28.0] - 2026-02-04 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +* AI Guard: Add instrumentation for `ruby_llm` gem. ([#5273][]) |
| 10 | + |
| 11 | +### Changed |
| 12 | + |
| 13 | +* Core: Bump minimum version of datadog-ruby_core_source to 3.5.2 ([#5278][]) |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +* AppSec: Fix exception in Rails contrib `:after_routes_loaded` hook when routes are reloaded. ([#5283][]) |
| 18 | + |
5 | 19 | ## [2.27.0] - 2026-01-21 |
6 | 20 |
|
7 | 21 | ### Added |
@@ -3472,7 +3486,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1 |
3472 | 3486 | Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1 |
3473 | 3487 |
|
3474 | 3488 |
|
3475 | | -[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.27.0...master |
| 3489 | +[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v2.28.0...master |
| 3490 | +[2.28.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.27.0...v2.28.0 |
3476 | 3491 | [2.27.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.26.0...v2.27.0 |
3477 | 3492 | [2.26.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.25.0...v2.26.0 |
3478 | 3493 | [2.25.0]: https://github.com/DataDog/dd-trace-rb/compare/v2.24.0...v2.25.0 |
@@ -5148,6 +5163,9 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1 |
5148 | 5163 | [#5246]: https://github.com/DataDog/dd-trace-rb/issues/5246 |
5149 | 5164 | [#5247]: https://github.com/DataDog/dd-trace-rb/issues/5247 |
5150 | 5165 | [#5254]: https://github.com/DataDog/dd-trace-rb/issues/5254 |
| 5166 | +[#5273]: https://github.com/DataDog/dd-trace-rb/issues/5273 |
| 5167 | +[#5278]: https://github.com/DataDog/dd-trace-rb/issues/5278 |
| 5168 | +[#5283]: https://github.com/DataDog/dd-trace-rb/issues/5283 |
5151 | 5169 | [@AdrianLC]: https://github.com/AdrianLC |
5152 | 5170 | [@Azure7111]: https://github.com/Azure7111 |
5153 | 5171 | [@BabyGroot]: https://github.com/BabyGroot |
|
0 commit comments