Skip to content

Commit cd43d2a

Browse files
committed
2.17.0
1 parent 131e0a7 commit cd43d2a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Changelog for the gruf gem. This includes internal history before the gem was ma
22

33
### Pending release
44

5+
### 2.17.0
6+
7+
* [#179] Add Ruby 3.2 support
58
* [#178] Introduce read-write lock for code reloading; cover controller class resolution with code reloading.
69
* [#180] Support multiple databases connection reset in `Gruf::Interceptors::ActiveRecord::ConnectionReset`.
710

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ up fast and efficiently at scale. Some of its features include:
1717
still preserving gRPC BadStatus codes
1818
* Server and client execution timings in responses
1919

20-
gruf currently has active support for gRPC 1.10.x+. gruf is compatible and tested with Ruby 2.6-3.1.
20+
gruf currently has active support for gRPC 1.10.x+. gruf is compatible and tested with Ruby 2.6-3.2.
2121
gruf is also not [Rails](https://github.com/rails/rails)-specific, and can be used in any Ruby framework
2222
(such as [Grape](https://github.com/ruby-grape/grape) or [dry-rb](https://dry-rb.org/), for instance).
2323

lib/gruf/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1717
#
1818
module Gruf
19-
VERSION = '2.16.3.pre'
19+
VERSION = '2.17.0'
2020
end

0 commit comments

Comments
 (0)