Skip to content

Releases: grpc/grpc-swift-extras

1.0.0

31 Jan 14:24
c32c03d
Compare
Choose a tag to compare

What's Changed

This is the first stable release of gRPC Swift Extras.

To learn more about gRPC Swift check out the documentation on the Swift Package Index, or try out one of the examples.

Changes

Full Changelog: 1.0.0-rc.1...1.0.0

1.0.0-rc.1

24 Jan 16:20
3279c13
Compare
Choose a tag to compare

What's Changed

✨ New APIs

  • Add a new module, GRPCServiceLifecycle providing integration with Swift Service Lifecycle. (#29)

💥 API changes

  • Rename the client and server tracing interceptors to be OTel specific and move them to the OTelTracingInterceptors module. (#25, #27, #31)

🔧 Other changes

  • Add missing documentation bundles. (#32)

Full Changelog: 1.0.0-beta.3...1.0.0-rc.1

1.0.0-beta.3

17 Jan 15:59
0cc94cc
Compare
Choose a tag to compare

What's Changed

💥 API changes

  • Remove indirection when creating the HealthService. Rather than creating a Health object holding a service you can now just create a HealthService. (#24)

🔧 Other changes

  • Regenerate stubs and update dependencies (#26)
  • Add missing test import (#23)

1.0.0-beta.2

20 Dec 15:53
67c8766
Compare
Choose a tag to compare

What's Changed

✨ New APIs

  • Add an implementation of the gRPC Reflection service (#19, #20, #21)

🔧 Other Changes

New Contributors

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2

1.0.0-beta.1

05 Dec 16:03
c29e0f6
Compare
Choose a tag to compare

What's Changed

🔧 Other Changes

  • Add deployment targets to the package manifest (#7)
  • Add missing import (#11)
  • Update generated code (#13, #14)
  • CI improvements (#9)
  • Update docs (#6)
  • Use lanuage mode 6 in tests (#10)

Full Changelog: 1.0.0-alpha.1...1.0.0-beta.1

gRPC Swift Extras 1.0.0-alpha.1

01 Oct 14:13
6344b20
Compare
Choose a tag to compare