Skip to content

Commit

Permalink
Merge pull request #1214 from DataDog/bump_to_version_0.42.0
Browse files Browse the repository at this point in the history
Bump to version 0.42.0
  • Loading branch information
ericmustin authored Oct 21, 2020
2 parents 5c5c09c + 205968f commit 4937c97
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

## [Unreleased]

## [0.42.0] - 2020-10-21

Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.42.0

Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.41.0...v0.42.0

### Added

- Increase Resque support to include 2.0 (#1213) (@erict-square)

- Improve gRPC Propagator to support metadata array values (#1203) (@mdehoog)

- Add CPU benchmarks, diagnostics to tests (#1188, #1198)

- Access active correlation by Thread (#1200)

- Improve delayed_job instrumentation (#1187) (@norbertnytko)

### Changed

### Fixed

- Improve Rails `log_injection` option to support more Lograge formats (#1210) (@Supy)

- Fix Changelog (#1199) (@y-yagi)

### Refactored

- Refactor Trace buffer into multiple components (#1195)

## [0.41.0] - 2020-09-30

Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.41.0
Expand Down
2 changes: 1 addition & 1 deletion lib/ddtrace/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Datadog
module VERSION
MAJOR = 0
MINOR = 41
MINOR = 42
PATCH = 0
PRE = nil

Expand Down

0 comments on commit 4937c97

Please sign in to comment.