Skip to content

Commit ae5b617

Browse files
committed
chore: update version and CHANGELOG for 2.0.0.pre release
1 parent ca94fec commit ae5b617

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
## 1.4.0 (in development)
1+
## 2.0.0 (in development)
2+
3+
### Datadog Tracer Now Requires the `datadog` Gem
4+
5+
The Datadog tracer now requires the [`datadog`](https://github.com/DataDog/dd-trace-rb) gem.
6+
Support for the deprecated `ddtrace` gem has been removed. ([migration guide](https://github.com/DataDog/dd-trace-rb/blob/master/docs/UpgradeGuide2.md))
7+
8+
### Removed the `SentryRaven` Error Handler
9+
10+
The `Hutch::ErrorHandlers::SentryRaven` error handler based on the EOL
11+
[`sentry-raven`](https://github.com/getsentry/raven-ruby) gem
12+
has been removed. Use `Hutch::ErrorHandlers::Sentry` (backed by `sentry-ruby`) instead. ([migration guide](https://docs.sentry.io/platforms/ruby/migration/))
13+
14+
### Replaced `multi_json` With Ruby's stdlib `json`
15+
16+
The `multi_json` runtime dependency has been removed. Hutch now uses
17+
Ruby's built-in `json` library directly.
218

319
### Ruby 3.0 is Now Required
420

@@ -36,10 +52,6 @@ Contributed by @Garaio-REM.
3652

3753
GitHub issue: [#414](https://github.com/ruby-amqp/hutch/pull/414)
3854

39-
### Migrated Datadog Tracer From the `ddtrace` Gem to `datadog`
40-
41-
The Datadog tracer now uses the `datadog` gem instead of the deprecated `ddtrace`.
42-
4355
### Rails 8.x Compatibility
4456

4557
Contributed by @drobny.

lib/hutch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hutch
2-
VERSION = '1.4.0.pre'.freeze
2+
VERSION = '2.0.0.pre'.freeze
33
end

0 commit comments

Comments
 (0)