Skip to content

Commit

Permalink
2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Jul 22, 2024
1 parent 08172e5 commit 37ad5ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ Changelog for the gruf gem. This includes internal history before the gem was ma

### Pending release

### 2.20.1

* [#208] Fix rails `clear_active_connections!` deprecation warning

### 2.20.0

* [#190] Remove unsued `e2mmap` and `thwait` gems from `runtime_dependency`.
* [#194] Add interceptor to reload Rails app code accross requests
* [#209] Removes manual `establish_connection` and active connection check for each request from `Gruf::Interceptors::ActiveRecord::ConnectionReset`.
* [#208] Fix rails `clear_active_connections!` deprecation warning

### 2.19.0

Expand Down
2 changes: 1 addition & 1 deletion lib/gruf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
module Gruf
VERSION = '2.20.1.pre'
VERSION = '2.20.1'
end

0 comments on commit 37ad5ac

Please sign in to comment.