Skip to content

Commit

Permalink
2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Jan 20, 2023
1 parent 131e0a7 commit cd43d2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

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.16.3.pre'
VERSION = '2.17.0'
end

0 comments on commit cd43d2a

Please sign in to comment.