Skip to content

Commit 833bdc5

Browse files
authored
Merge pull request #2046 from DataDog/bump_to_version_1.1.0
2 parents 2703f94 + dcd7bfe commit 833bdc5

File tree

254 files changed

+1348
-857
lines changed

Some content is hidden

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

254 files changed

+1348
-857
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.1.0] - 2022-05-25
6+
7+
### Added
8+
9+
* [Application Security Monitoring](https://docs.datadoghq.com/security_platform/application_security/)
10+
* Elasticsearch: v8.0 support ([#1985][])
11+
* Sidekiq: Quantize args ([#1972][]) ([@dudo][])
12+
* Profiling: Add libddprof dependency to power the new Ruby profiler ([#2028][])
13+
* Helper to easily enable core dumps ([#2010][])
14+
15+
### Changed
16+
17+
* Support spaces in environment variable DD_TAGS ([#2011][])
18+
19+
### Fixed
20+
21+
* Fix "circular require considered harmful" warnings ([#1998][])
22+
* Logging: Change ddsource to a scalar value ([#2022][])
23+
* Improve exception logging ([#1992][])
24+
525
## [1.0.0] - 2022-04-28
626

727
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v1.0.0
@@ -1987,7 +2007,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
19872007
19882008
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
19892009
1990-
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.0.0...master
2010+
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v1.1.0...master
2011+
[1.1.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.0.0...v1.1.0
19912012
[1.0.0]: https://github.com/DataDog/dd-trace-rb/compare/v1.0.0.beta2...v1.0.0
19922013
[1.0.0.beta2]: https://github.com/DataDog/dd-trace-rb/compare/v1.0.0.beta1...v1.0.0.beta2
19932014
[1.0.0.beta1]: https://github.com/DataDog/dd-trace-rb/compare/v0.54.2...v1.0.0.beta1
@@ -2812,6 +2833,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
28122833
[#1965]: https://github.com/DataDog/dd-trace-rb/issues/1965
28132834
[#1968]: https://github.com/DataDog/dd-trace-rb/issues/1968
28142835
[#1970]: https://github.com/DataDog/dd-trace-rb/issues/1970
2836+
[#1972]: https://github.com/DataDog/dd-trace-rb/issues/1972
28152837
[#1973]: https://github.com/DataDog/dd-trace-rb/issues/1973
28162838
[#1974]: https://github.com/DataDog/dd-trace-rb/issues/1974
28172839
[#1975]: https://github.com/DataDog/dd-trace-rb/issues/1975
@@ -2821,9 +2843,16 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
28212843
[#1982]: https://github.com/DataDog/dd-trace-rb/issues/1982
28222844
[#1983]: https://github.com/DataDog/dd-trace-rb/issues/1983
28232845
[#1984]: https://github.com/DataDog/dd-trace-rb/issues/1984
2846+
[#1985]: https://github.com/DataDog/dd-trace-rb/issues/1985
28242847
[#1989]: https://github.com/DataDog/dd-trace-rb/issues/1989
28252848
[#1990]: https://github.com/DataDog/dd-trace-rb/issues/1990
28262849
[#1991]: https://github.com/DataDog/dd-trace-rb/issues/1991
2850+
[#1992]: https://github.com/DataDog/dd-trace-rb/issues/1992
2851+
[#1998]: https://github.com/DataDog/dd-trace-rb/issues/1998
2852+
[#2010]: https://github.com/DataDog/dd-trace-rb/issues/2010
2853+
[#2011]: https://github.com/DataDog/dd-trace-rb/issues/2011
2854+
[#2022]: https://github.com/DataDog/dd-trace-rb/issues/2022
2855+
[#2028]: https://github.com/DataDog/dd-trace-rb/issues/2028
28272856
[@AdrianLC]: https://github.com/AdrianLC
28282857
[@Azure7111]: https://github.com/Azure7111
28292858
[@BabyGroot]: https://github.com/BabyGroot
@@ -2954,4 +2983,4 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
29542983
[@vramaiah]: https://github.com/vramaiah
29552984
[@walterking]: https://github.com/walterking
29562985
[@y-yagi]: https://github.com/y-yagi
2957-
[@zachmccormick]: https://github.com/zachmccormick
2986+
[@zachmccormick]: https://github.com/zachmccormick

gemfiles/jruby_9.2.18.0_contrib.gemfile.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_contrib_old.gemfile.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_core_old.gemfile.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_cucumber3.gemfile.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_cucumber4.gemfile.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_cucumber5.gemfile.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_rails5_mysql2.gemfile.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_rails5_postgres.gemfile.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gemfiles/jruby_9.2.18.0_rails5_postgres_redis.gemfile.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)