File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 58
58
* js/binary/utils.js: Fix jspb.utils.joinUnsignedDecimalString to work with negative bitsLow and low but non-zero bitsHigh parameter. (#8170)
59
59
60
60
PHP
61
+ * Added support for PHP 8. (#8105)
61
62
* unregister INI entries and fix invalid read on shutdown (#8042)
62
63
* Fix PhpDoc comments for message accessors to include "|null". (#8136)
63
64
* fix: convert native PHP floats to single precision (#8187)
68
69
* Updated upb to allow nonzero offset minutes in JSON timestamps. (#8258)
69
70
70
71
Ruby
72
+ * Added support for Ruby 3. (#8184)
73
+ * Rewrote the data storage layer to be based on upb_msg objects from the
74
+ upb library. This should lead to much better parsing performance,
75
+ particularly for large messages. (#8184).
71
76
* Fill out JRuby support (#7923)
72
- * [Ruby] Fix: (SIGSEGV) gRPC-Ruby issue on Windows. memory alloc infinite recursion/run out of memory (#8195)
73
- * Ported Ruby extension to upb_msg (#8184 )
77
+ * [Ruby] Fix: (SIGSEGV) gRPC-Ruby issue on Windows. memory alloc infinite
78
+ recursion/run out of memory (#8195 )
74
79
* Fix jruby support to handle messages nested more than 1 level deep (#8194)
75
80
76
81
Java
You can’t perform that action at this time.
0 commit comments