Releases: connectrpc/connect-swift
Releases · connectrpc/connect-swift
1.2.3
What's Changed
- Fix deadlock on request timeout by @MartinJrP in #389
- Use native Foundation base64url encoding on Swift 6.3+ by @kimchi-developer in #391
- Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #392
- Bump swift-protobuf minimum version to 1.31.0 by @hyeomans in #394
- Update Unary-Get query parameter ordering to match spec recommendation by @oliversun9 in #395
- Update podspecs for 1.2.3 by @oliversun9 in #396
New Contributors
- @MartinJrP made their first contribution in #389
- @hyeomans made their first contribution in #394
- @oliversun9 made their first contribution in #395
Full Changelog: 1.2.2...1.2.3
What's Changed
Other changes
- Fix deadlock on request timeout by @MartinJrP in #389
- Use native Foundation base64url encoding on Swift 6.3+ by @kimchi-developer in #391
- Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #392
- Bump swift-protobuf minimum version to 1.31.0 by @hyeomans in #394
- Update Unary-Get query parameter ordering to match spec recommendation by @oliversun9 in #395
- Update podspecs for 1.2.3 by @oliversun9 in #396
New Contributors
- @MartinJrP made their first contribution in #389
- @hyeomans made their first contribution in #394
- @oliversun9 made their first contribution in #395
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- Use URL-safe base64 for GET request message encoding by @kimchi-developer in #388
- Update podspecs for 1.2.2 by @rebello95 in #390
New Contributors
- @kimchi-developer made their first contribution in #388
Full Changelog: 1.2.1...1.2.2
What's Changed
Other changes
- Use URL-safe base64 for GET request message encoding by @kimchi-developer in #388
- Update podspecs for 1.2.2 by @rebello95 in #390
New Contributors
- @kimchi-developer made their first contribution in #388
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Fix unreliable timeout by @eLud in #376
- Upgrade conformance suite to v1.0.5 by @rebello95 in #379
- Fix workflow link by @stefanvanburen in #372
- Fix CI Failures Due to Outdated Simulators and OSes by @eseay in #375
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #373
- Update CI to use Xcode 26.1.1 by @rebello95 in #378
- Update NIO-related dependencies by @rebello95 in #381
- Add Timo Stamm to maintainers by @jhump in #383
- Add information about code gen and using protoc to README by @jhump in #384
- Update podspecs for 1.2.1 by @rebello95 in #385
New Contributors
- @stefanvanburen made their first contribution in #372
- @eLud made their first contribution in #376
- @jhump made their first contribution in #383
Full Changelog: 1.2.0...1.2.1
What's Changed
Other changes
- Fix workflow link by @stefanvanburen in #372
- Fix CI Failures Due to Outdated Simulators and OSes by @eseay in #375
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #373
- Update CI to use Xcode 26.1.1 by @rebello95 in #378
- Upgrade conformance suite to v1.0.5 by @rebello95 in #379
- Fix unreliable timeout by @eLud in #376
- Update NIO-related dependencies by @rebello95 in #381
- Add Timo Stamm to maintainers by @jhump in #383
- Add information about code gen and using protoc to README by @jhump in #384
- Update podspecs for 1.2.1 by @rebello95 in #385
New Contributors
- @stefanvanburen made their first contribution in #372
- @eLud made their first contribution in #376
- @jhump made their first contribution in #383
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Weakify urlSessionStream in request callbacks to avoid retain cycles by @patryk-sredzinski in #359
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #362
- Bump github.com/apple/swift-nio-http2 from 1.35.0 to 1.38.0 by @dependabot[bot] in #363
- Compression Query Paramater Fix by @cnoon in #368
- Update CI runners by @rebello95 in #370
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #365
- Update podspecs for 1.2.0 release by @rebello95 in #371
New Contributors
- @patryk-sredzinski made their first contribution in #359
- @cnoon made their first contribution in #368
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
Other changes
- Upgrade SwiftProtobuf dependency by @mfridman in #352
- Fixed memory leak caused by retain cycle in channel handlers by @Code-Hex in #354
- Add package visibility option to code generators by @eseay in #355
- Update CocoaPods for 1.1.0 by @eseay in #356
New Contributors
Full Changelog: 1.0.4...1.1.0
1.0.4
1.0.3
What's Changed
- Upgrade NIO dependencies by @rebello95 in #344
- Adjust CI workflow definitions by @eseay in #348
- Fix compilation errors when using NIO by @rebello95 in #347
- Update CocoaPods for 1.0.3 by @rebello95 in #345
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Prevent duplicate resume continuation on unary request by @eseay in #340
- Fix retain cycle between
URLSessionHTTPClientandURLSession.delegateby @rebello95 in #335 - Fix leak in internal implementation of a lock by @kinnarr in #337
- Use
ConnectError.unavailablewhen client is offline by @rebello95 in #328
Other changes
- Update
ConnectError.unpackedDetailsdocumentation comment by @eseay in #324 - Update SwiftLint to 0.57.1 by @rebello95 in #326
- Update project status in README by @nicksnyder in #330
- Add
LocalizedErrorconformance toConnectErrorby @rebello95 in #327 - Use Swift 6 when available & upgrade to Xcode 16.2 by @rebello95 in #331
- Update license headers to 2025 by @rebello95 in #332
- Update podspecs for 1.0.2 release by @eseay in #341
New Contributors
- @nicksnyder made their first contribution in #330
- @kinnarr made their first contribution in #337
Full Changelog: 1.0.0...1.0.1
1.0.1
What's Changed
- Prevent duplicate resume continuation on unary request by @eseay in #340
- Fix retain cycle between
URLSessionHTTPClientandURLSession.delegateby @rebello95 in #335 - Fix leak in internal implementation of a lock by @kinnarr in #337
- Use
ConnectError.unavailablewhen client is offline by @rebello95 in #328
Other changes
- Update
ConnectError.unpackedDetailsdocumentation comment by @eseay in #324 - Update SwiftLint to 0.57.1 by @rebello95 in #326
- Update project status in README by @nicksnyder in #330
- Add
LocalizedErrorconformance toConnectErrorby @rebello95 in #327 - Use Swift 6 when available & upgrade to Xcode 16.2 by @rebello95 in #331
- Update license headers to 2025 by @rebello95 in #332
New Contributors
- @nicksnyder made their first contribution in #330
- @kinnarr made their first contribution in #337
Full Changelog: 1.0.0...1.0.1