Skip to content

Commit

Permalink
Clarifies removal of net_http from v2.0
Browse files Browse the repository at this point in the history
Adds an explicit not to explain that the `net_http` adapter was originally removed from 2.0 and reintroduced in 2.0.1.
Fixes #1409
  • Loading branch information
iMacTia committed Mar 31, 2022
1 parent 8f00640 commit 24b3fd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UPGRADING.md
Expand Up @@ -6,6 +6,9 @@ With this release, we've officially moved all adapters, except for the `net_http
What that means, is that they won't be available out-of-the-box anymore,
and you'll instead need to add them to your Gemfile.

**NOTE: the `net_http` adapter was originally removed as well in version `2.0`, but quickly reintroduced in version `2.0.1`.
We strongly suggest you to skip version `2.0` and instead use version `2.0.1` or greater.**

#### Why was this decision made?

We've taken this decision for the following technical reasons:
Expand Down

0 comments on commit 24b3fd3

Please sign in to comment.