Skip to content

Commit f4a4887

Browse files
authored
Merge pull request #3048 from DataDog/bump_to_version_1.13.1
Bump to version 1.13.1
2 parents cab2453 + a350547 commit f4a4887

File tree

321 files changed

+341
-321
lines changed

Some content is hidden

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

321 files changed

+341
-321
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.13.1] - 2023-08-14
6+
7+
### Fixed
8+
9+
* Tracing: `net/http` instrumentation excludes query string for `http.url` tag ([#3045][])
10+
* Tracing: Remove `log_tags` warning when given hash for log injection ([#3022][])
11+
* Tracing: Fix OpenSearch integration loading ([#3019][])
12+
* Core: Fix default hostname/port when mixing http and uds configuration ([#3037][])
13+
* Core: Disable Telemetry and Remote Configuration in development environments ([#3039][])
14+
* Profiling: Improve `Datadog::Profiling::HttpTransport` error logging ([#3038][])
15+
* Docs: Document known issues with hanging Resque workers ([#3033][])
16+
517
## [1.13.0] - 2023-07-31
618

719
### Added
@@ -2503,7 +2515,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
25032515
25042516
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
25052517
2506-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.13.0...master
2518+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.13.1...master
2519+
[1.13.1]: https://github.com/DataDog/dd-trace-rb/compare/v1.13.0...1.13.1
25072520
[1.13.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.12.1...v1.13.0
25082521
[1.12.1]: https://github.com/DataDog/dd-trace-rb/compare/v1.12.0...v1.12.1
25092522
[1.12.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.11.1...v1.12.0
@@ -3638,6 +3651,13 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
36383651
[#3005]: https://github.com/DataDog/dd-trace-rb/issues/3005
36393652
[#3007]: https://github.com/DataDog/dd-trace-rb/issues/3007
36403653
[#3011]: https://github.com/DataDog/dd-trace-rb/issues/3011
3654+
[#3019]: https://github.com/DataDog/dd-trace-rb/issues/3019
3655+
[#3022]: https://github.com/DataDog/dd-trace-rb/issues/3022
3656+
[#3033]: https://github.com/DataDog/dd-trace-rb/issues/3033
3657+
[#3037]: https://github.com/DataDog/dd-trace-rb/issues/3037
3658+
[#3038]: https://github.com/DataDog/dd-trace-rb/issues/3038
3659+
[#3039]: https://github.com/DataDog/dd-trace-rb/issues/3039
3660+
[#3045]: https://github.com/DataDog/dd-trace-rb/issues/3045
36413661
[@AdrianLC]: https://github.com/AdrianLC
36423662
[@Azure7111]: https://github.com/Azure7111
36433663
[@BabyGroot]: https://github.com/BabyGroot

gemfiles/jruby_9.2.21.0_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.21.0_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.21.0_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.21.0_cucumber3.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.21.0_cucumber4.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.21.0_cucumber5.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.21.0_hanami_1.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.21.0_opentelemetry.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.21.0_rails5_mysql2.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)