File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
wire-gradle-plugin/src/test/projects
configuration-cache-failure Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11Change 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+
422Version 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
Original file line number Diff line number Diff line change 11org.gradle.jvmargs ='-Dfile.encoding=UTF-8'
22
33GROUP =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
Original file line number Diff line number Diff line change 11org.gradle.caching =false
22org.gradle.unsafe.configuration-cache =true
33org.gradle.configuration-cache =true
4- VERSION_NAME =5.3.0-SNAPSHOT
4+ VERSION_NAME =5.3.0
Original file line number Diff line number Diff line change 1- VERSION_NAME =5.3.0-SNAPSHOT
1+ VERSION_NAME =5.3.0
You can’t perform that action at this time.
0 commit comments