Skip to content

Releases: apple/swift-protobuf

1.23.0 Release

31 Aug 16:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.22.1...1.23.0

1.22.1 Release

26 Jul 13:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.22.0...1.22.1

1.22.0 Release

02 Jun 12:44
Compare
Choose a tag to compare

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

22 Feb 21:39
Compare
Choose a tag to compare

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

08 Nov 13:51
Compare
Choose a tag to compare

Full Changelog: 1.20.2...1.20.3

1.20.2 Release

23 Sep 16:30
Compare
Choose a tag to compare
  • Minor Updates
    • For protoc generator authors (swift-grpc), bring over some descriptor improvements to aid migration. by @thomasvl in #1291

Full Changelog: 1.20.1...1.20.2

1.20.1 Release

26 Aug 16:28
Compare
Choose a tag to compare

Full Changelog: 1.20.0...1.20.1

1.20.0 Release

25 Aug 12:51
Compare
Choose a tag to compare

Full Changelog: 1.19.1...1.20.0

1.19.1 Release

01 Aug 16:03
Compare
Choose a tag to compare
  • Minor Updates
    • Back port negative duration #1260

Full Changelog: 1.19.0...1.19.1

1.19.0 Release

02 Mar 21:05
Compare
Choose a tag to compare
  • Major Updates
    • SwiftWasm compilable #1192
    • Sendable conformance on Messages without library changes #1208 & #1213
  • Minor Updates
    • Swift format lint issues #1199
    • Visit extensions improvement #1201 (smaller codegen)
    • Tweak generation for messages with only extension ranges. #1202 (codegen change to help compilation performance)