Skip to content

Releases: grpc/grpc-swift-extras

2.1.0

06 Nov 10:30
f6fc3a2

Choose a tag to compare

What's Changed

SemVer Minor

SemVer Patch

Other Changes

New Contributors

Full Changelog: 2.0.0...2.1.0

1.1.1

09 Jun 08:33
3bfc55e

Choose a tag to compare

What's Changed

SemVer Patch

Full Changelog: 1.1.0...1.1.1

2.0.0

03 Jun 07:11
dd34dae

Choose a tag to compare

What's Changed

SemVer Major

Full Changelog: 1.1.0...2.0.0

1.1.0

21 May 10:03
41ba003

Choose a tag to compare

What's Changed

SemVer Minor

  • Add option to include request/response metadata in tracing interceptors by @gjcairo in #34

SemVer Patch

Other Changes

  • Rename nightly_6_1 params to nightly_next by @rnro in #40
  • Add static SDK CI workflow by @rnro in #41
  • Enable Swift 6.1 jobs in CI by @rnro in #43
  • Workaround SwiftPM bug for API breakage checks by @glbrntt in #48

Full Changelog: 1.0.0...1.1.0

1.0.0

31 Jan 14:24
c32c03d

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

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

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

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

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

Choose a tag to compare