From cd43d2a95c6adace13db31ce00134e07d7b67fdf Mon Sep 17 00:00:00 2001 From: Shaun McCormick Date: Fri, 20 Jan 2023 14:53:42 -0600 Subject: [PATCH] 2.17.0 --- CHANGELOG.md | 3 +++ README.md | 2 +- lib/gruf/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f60d4a..0d2085a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Changelog for the gruf gem. This includes internal history before the gem was ma ### Pending release +### 2.17.0 + +* [#179] Add Ruby 3.2 support * [#178] Introduce read-write lock for code reloading; cover controller class resolution with code reloading. * [#180] Support multiple databases connection reset in `Gruf::Interceptors::ActiveRecord::ConnectionReset`. diff --git a/README.md b/README.md index 210109c..a09956a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ up fast and efficiently at scale. Some of its features include: still preserving gRPC BadStatus codes * Server and client execution timings in responses -gruf currently has active support for gRPC 1.10.x+. gruf is compatible and tested with Ruby 2.6-3.1. +gruf currently has active support for gRPC 1.10.x+. gruf is compatible and tested with Ruby 2.6-3.2. gruf is also not [Rails](https://github.com/rails/rails)-specific, and can be used in any Ruby framework (such as [Grape](https://github.com/ruby-grape/grape) or [dry-rb](https://dry-rb.org/), for instance). diff --git a/lib/gruf/version.rb b/lib/gruf/version.rb index 76b95d5..af2b864 100644 --- a/lib/gruf/version.rb +++ b/lib/gruf/version.rb @@ -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.16.3.pre' + VERSION = '2.17.0' end