Skip to content

Commit 44cd75d

Browse files
authoredFeb 10, 2021
Merge pull request #8282 from haberman/changelog
Added to the changelog entries for Ruby & PHP.
2 parents d777155 + c59e7f1 commit 44cd75d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎CHANGES.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
* js/binary/utils.js: Fix jspb.utils.joinUnsignedDecimalString to work with negative bitsLow and low but non-zero bitsHigh parameter. (#8170)
5959

6060
PHP
61+
* Added support for PHP 8. (#8105)
6162
* unregister INI entries and fix invalid read on shutdown (#8042)
6263
* Fix PhpDoc comments for message accessors to include "|null". (#8136)
6364
* fix: convert native PHP floats to single precision (#8187)
@@ -68,9 +69,13 @@
6869
* Updated upb to allow nonzero offset minutes in JSON timestamps. (#8258)
6970

7071
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).
7176
* 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)
7479
* Fix jruby support to handle messages nested more than 1 level deep (#8194)
7580

7681
Java

0 commit comments

Comments
 (0)
Please sign in to comment.