Skip to content

gRPC Swift 1.2.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 08 Jul 13:24
· 548 commits to main since this release
01bd56e

SemVer Minor

SemVer Patch

  • Loop, don't recurse, over messages. (CVE-2021-36154)
  • Do not suppress data in Web to HTTP/2. (CVE-2021-36153)
  • Check Swift reserved names when generating function names (#1213, patch credit to @ialimz)
  • Use new NIOSSL API for making 'TLSConfiguration' (#1218)
  • Bump version number (#1219)

Other Changes

  • Migrate from travis.org to GitHub actions. (#1214)
  • Comment out testBidirectionalStreamingOnCloseAfterUserFunctionFails (#1216)