Skip to content

Commit 1c8ae24

Browse files
author
Adam Cozzette
committed
Update changelog for 3.19.1
I also updated CHANGES.txt to include a couple things I forgot to add for 3.19.0.
1 parent b2ac7ce commit 1c8ae24

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2021-10-28 version 3.19.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
2+
3+
Bazel
4+
* Ensure that release archives contain everything needed for Bazel (#9131)
5+
* Align dependency handling with Bazel best practices (#9165)
6+
7+
JavaScript
8+
* Fix `ReferenceError: window is not defined` when getting the global object (#9156)
9+
10+
Ruby
11+
* Fix memory leak in MessageClass.encode (#9150)
12+
113
2021-10-15 version 3.19.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
214

315
C++
@@ -17,6 +29,7 @@
1729

1830
Kotlin
1931
* Switch Kotlin proto DSLs to be implemented with inline value classes
32+
* Fix inlining and deprecation for repeated string fields in kotlin (#9120)
2033

2134
Python
2235
* Proto2 DecodeError now includes message name in error message
@@ -37,6 +50,7 @@
3750
* Add class method Timestamp.from_time to ruby well known types (#8562)
3851
* Adopt pure ruby DSL implementation for JRuby (#9047)
3952
* Add size to Map class (#8068)
53+
* Fix for descriptor_pb.rb: google/protobuf should be required first (#9121)
4054

4155
C#
4256
* Correctly set ExtensionRegistry when parsing with MessageParser, but using an already existing CodedInputStream (#7246)

php/ext/google/protobuf/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</stability>
2323
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
2424
<notes>
25-
* Added &quot;object&quot; as a reserved name (#8962)
25+
* No new changes in 3.19.1
2626
</notes>
2727
<contents>
2828
<dir baseinstalldir="/" name="/">

0 commit comments

Comments
 (0)