From 24b3fd36e670e4c49e977bd23d6c1314c89d7089 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 31 Mar 2022 10:35:17 +0100 Subject: [PATCH] Clarifies removal of `net_http` from v2.0 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 --- UPGRADING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index f2e423eed..5d565e0ce 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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: