Skip to content

Commit 586af7a

Browse files
committed
Add 0.50.0 to CHANGELOG.md
1 parent 80f09f4 commit 586af7a

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
## [Unreleased]
44

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+
533
## [0.49.0] - 2021-05-12
634

735
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
23712399
[#1480]: https://github.com/DataDog/dd-trace-rb/issues/1480
23722400
[#1487]: https://github.com/DataDog/dd-trace-rb/issues/1487
23732401
[#1489]: https://github.com/DataDog/dd-trace-rb/issues/1489
2402+
[#1494]: https://github.com/DataDog/dd-trace-rb/issues/1494
23742403
[#1495]: https://github.com/DataDog/dd-trace-rb/issues/1495
23752404
[#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
23762422
[@AdrianLC]: https://github.com/AdrianLC
23772423
[@Azure7111]: https://github.com/Azure7111
23782424
[@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
24482494
[@link04]: https://github.com/link04
24492495
[@lloeki]: https://github.com/lloeki
24502496
[@mantrala]: https://github.com/mantrala
2497+
[@masato-hi]: https://github.com/masato-hi
24512498
[@matchbookmac]: https://github.com/matchbookmac
24522499
[@mberlanda]: https://github.com/mberlanda
24532500
[@mdehoog]: https://github.com/mdehoog

0 commit comments

Comments
 (0)