File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 .
2121gruf 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
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.16.3.pre '
19+ VERSION = '2.17.0 '
2020end
You can’t perform that action at this time.
0 commit comments