Skip to content

Commit f011c9e

Browse files
committed
Prepare for release 5.3.0.
1 parent 4a39f53 commit f011c9e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Change Log
22
==========
33

4+
Version 5.3.0
5+
---------------------
6+
7+
_2025-02-14_
8+
9+
### Common
10+
11+
* Add support for weak imports in ProtoParser and ProtoFileElement (#3247 by [paul35621][paul35621])
12+
* Add Gradle and CLI options to load the protobuf schema exhaustively (#3254 by [Damian Wieczorek][damianw])
13+
14+
### Swift
15+
16+
* Fix conformance to ProtoMessage for heap allocated protos (#3260 by [Dimitris Koutsogiorgas][dnkoutso])
17+
18+
### Gradle plugin
19+
20+
* Removed usage of internal Gradle APIs in the Wire Gradle plugin which were crashing in Gradle `8.13`.
21+
422
Version 5.2.1
523
---------------------
624

@@ -1570,6 +1588,7 @@ Initial version.
15701588
[okhttp_4_9_3]: https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-493
15711589
[okio_3_0_0]: https://square.github.io/okio/changelog/#version-300
15721590
[okio_3_0_0_a_3]: https://square.github.io/okio/changelog/#version-300-alpha3
1591+
[paul35621]: https://github.com/paul35621
15731592
[quanturium]: https://github.com/quanturium
15741593
[reflect]: https://github.com/grpc/grpc/blob/master/doc/server-reflection.md
15751594
[sashaweiss-signal]: https://github.com/sashaweiss-signal

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
22

33
GROUP=com.squareup.wire
4-
VERSION_NAME=5.3.0-SNAPSHOT
4+
VERSION_NAME=5.3.0
55

66
# Publishing SHA 256 and 512 hashes of maven-metadata is not supported by Sonatype and Nexus.
77
# See https://github.com/gradle/gradle/issues/11308 and https://issues.sonatype.org/browse/NEXUS-21802
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.caching=false
22
org.gradle.unsafe.configuration-cache=true
33
org.gradle.configuration-cache=true
4-
VERSION_NAME=5.3.0-SNAPSHOT
4+
VERSION_NAME=5.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=5.3.0-SNAPSHOT
1+
VERSION_NAME=5.3.0

0 commit comments

Comments
 (0)