File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,15 @@ Changelog for the gruf gem. This includes internal history before the gem was ma
22
33### Pending release
44
5+ ### 2.20.1
6+
7+ * [ #208 ] Fix rails ` clear_active_connections! ` deprecation warning
8+
59### 2.20.0
610
711* [ #190 ] Remove unsued ` e2mmap ` and ` thwait ` gems from ` runtime_dependency ` .
812* [ #194 ] Add interceptor to reload Rails app code accross requests
913* [ #209 ] Removes manual ` establish_connection ` and active connection check for each request from ` Gruf::Interceptors::ActiveRecord::ConnectionReset ` .
10- * [ #208 ] Fix rails ` clear_active_connections! ` deprecation warning
1114
1215### 2.19.0
1316
Original file line number Diff line number Diff line change 1616# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1717#
1818module Gruf
19- VERSION = '2.20.1.pre '
19+ VERSION = '2.20.1'
2020end
You can’t perform that action at this time.
0 commit comments