Releases: apple/swift-protobuf
Releases · apple/swift-protobuf
1.23.0 Release
1.22.1 Release
1.22.0 Release
What's Changed
- Pull a few updates to the 1.x branch by @thomasvl in #1384
- 2GB limits on delimited decode
- Reading of delimited data in chunks for better performance/error handing
- Update 1.x podspec to work with Xcode 14.3 by @bnickel in #1403
- Bump version for a 1.22.0 release. by @thomasvl in #1404
- Expose implementationOnlyImports option in SPM plugin by @gjcairo in #1406
New Contributors
Full Changelog: 1.21.0...1.22.0
1.21.0 Release
What's Changed
- 1.x branch unknown enums decoding option support by @thomasvl in #1347
- 1.x branch: Bump the Swift 5.7.0 testing to 5.7.2. by @thomasvl in #1354
- 1.x branch: Fail to encode google.protobuf.Value number if not finite. by @thomasvl in #1353
- 1.x branch: Add import paths to SPM Plugin (#1373) by @thomasvl in #1374
- 1.x branch: Validate length before turning into an Int. by @thomasvl in #1376
- 1.x branch: bump to 1.21.0 to make a release. by @thomasvl in #1383
Full Changelog: 1.20.3...1.21.0
1.20.3 Release
- Minor Updates
Full Changelog: 1.20.2...1.20.3
1.20.2 Release
- Minor Updates
Full Changelog: 1.20.1...1.20.2
1.20.1 Release
- Minor Updates
- Provide environment variable configuration option by @FranzBusch in #1279
- Fix warning in new package.swift by @FranzBusch in #1281
Full Changelog: 1.20.0...1.20.1
1.20.0 Release
- Major Updates
- SPM plugin by @FranzBusch #1276
Full Changelog: 1.19.1...1.20.0
1.19.1 Release
- Minor Updates
- Back port negative duration #1260
Full Changelog: 1.19.0...1.19.1
1.19.0 Release
- Major Updates
- Minor Updates