Skip to content

gRPC Swift 1.13.1

Compare
Choose a tag to compare
@glbrntt glbrntt released this 13 Dec 16:36
· 448 commits to main since this release
6bf3547

SemVer Patch

  • Fix a client bug where the HTTP/2 max frame size was incorrectly set as the HTTP/2 target window size (#1528)
  • Use #fileID/#filePath instead of #file (#1518)
  • Make request/response parts conditionally Sendable (#1523)
  • Avoid copies of large payloads (#1529, #1530)
  • Delay client async writer starting (#1531)
  • Bump version number to 1.13.1 (#1532)

Other Changes