|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [0.50.0] - 2021-06-07 |
| 6 | + |
| 7 | +Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.50.0 |
| 8 | + |
| 9 | +Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.49.0...v0.50.0 |
| 10 | + |
| 11 | +### Added |
| 12 | + |
| 13 | +- Add warning, update documentation, for incompatible dogstastd-ruby version ([#1544][][#1533][]) |
| 14 | +- Add CI mode and Test mode feature ([#1504][]) |
| 15 | +- Add Gem.loaded_specs fallback behavior if protobuf or dogstatsd-ruby already loaded([#1506][][#1510][]) |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Declare EOL for Ruby 2.0 support ([#1534][]) |
| 20 | +- Rename Thread#native_thread_id to #pthread_thread_id to avoid conflict with Ruby 3.1 ([#1537][]) |
| 21 | + |
| 22 | +### Fixed |
| 23 | + |
| 24 | +- Fix tracer ignoring value for service tag (service.name) in DD_TAGS ([#1543][]) |
| 25 | +- Fix nested error reporting to correctly walk clause chain ([#1535][]) |
| 26 | +- Fix AWS integration to prevent S3 URL presigning from generating a remote request span ([#1494][]) |
| 27 | +- Fix backtrace handling of exception classes that return nil message ([#1500][]) ([@masato-hi][]) |
| 28 | + |
| 29 | +### Refactored |
| 30 | + |
| 31 | +- Cleanup Ruby 2.0 Code (dropping Ruby 2.0 support) ([#1529][][#1523][][#1524][][#1509][][#1507][][#1503][][#1502][]) |
| 32 | + |
5 | 33 | ## [0.49.0] - 2021-05-12
|
6 | 34 |
|
7 | 35 | Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.49.0
|
@@ -2371,8 +2399,26 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
|
2371 | 2399 | [#1480]: https://github.com/DataDog/dd-trace-rb/issues/1480
|
2372 | 2400 | [#1487]: https://github.com/DataDog/dd-trace-rb/issues/1487
|
2373 | 2401 | [#1489]: https://github.com/DataDog/dd-trace-rb/issues/1489
|
| 2402 | +[#1494]: https://github.com/DataDog/dd-trace-rb/issues/1494 |
2374 | 2403 | [#1495]: https://github.com/DataDog/dd-trace-rb/issues/1495
|
2375 | 2404 | [#1497]: https://github.com/DataDog/dd-trace-rb/issues/1497
|
| 2405 | +[#1500]: https://github.com/DataDog/dd-trace-rb/issues/1500 |
| 2406 | +[#1502]: https://github.com/DataDog/dd-trace-rb/issues/1502 |
| 2407 | +[#1503]: https://github.com/DataDog/dd-trace-rb/issues/1503 |
| 2408 | +[#1504]: https://github.com/DataDog/dd-trace-rb/issues/1504 |
| 2409 | +[#1506]: https://github.com/DataDog/dd-trace-rb/issues/1506 |
| 2410 | +[#1507]: https://github.com/DataDog/dd-trace-rb/issues/1507 |
| 2411 | +[#1509]: https://github.com/DataDog/dd-trace-rb/issues/1509 |
| 2412 | +[#1510]: https://github.com/DataDog/dd-trace-rb/issues/1510 |
| 2413 | +[#1523]: https://github.com/DataDog/dd-trace-rb/issues/1523 |
| 2414 | +[#1524]: https://github.com/DataDog/dd-trace-rb/issues/1524 |
| 2415 | +[#1529]: https://github.com/DataDog/dd-trace-rb/issues/1529 |
| 2416 | +[#1533]: https://github.com/DataDog/dd-trace-rb/issues/1533 |
| 2417 | +[#1534]: https://github.com/DataDog/dd-trace-rb/issues/1534 |
| 2418 | +[#1535]: https://github.com/DataDog/dd-trace-rb/issues/1535 |
| 2419 | +[#1537]: https://github.com/DataDog/dd-trace-rb/issues/1537 |
| 2420 | +[#1543]: https://github.com/DataDog/dd-trace-rb/issues/1543 |
| 2421 | +[#1544]: https://github.com/DataDog/dd-trace-rb/issues/1544 |
2376 | 2422 | [@AdrianLC]: https://github.com/AdrianLC
|
2377 | 2423 | [@Azure7111]: https://github.com/Azure7111
|
2378 | 2424 | [@BabyGroot]: https://github.com/BabyGroot
|
@@ -2448,6 +2494,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
|
2448 | 2494 | [@link04]: https://github.com/link04
|
2449 | 2495 | [@lloeki]: https://github.com/lloeki
|
2450 | 2496 | [@mantrala]: https://github.com/mantrala
|
| 2497 | +[@masato-hi]: https://github.com/masato-hi |
2451 | 2498 | [@matchbookmac]: https://github.com/matchbookmac
|
2452 | 2499 | [@mberlanda]: https://github.com/mberlanda
|
2453 | 2500 | [@mdehoog]: https://github.com/mdehoog
|
|
0 commit comments