Skip to content

v1.0.3

Compare
Choose a tag to compare
@jviau jviau released this 28 Aug 21:58
· 81 commits to main since this release
404ad3e

Changes

Microsoft.DurableTask.Worker

  • Fix instance ID not being passed in when using retry policy (#174)

Microsoft.DurableTask.Worker.Grpc

  • Add GrpcDurableTaskWorkerOptions.CallInvoker as an alternative to GrpcDurableTaskWorkerOptions.Channel

Microsoft.DurableTask.Client.Grpc

  • Add GrpcDurableTaskClientOptions.CallInvoker as an alternative to GrpcDurableTaskClientOptions.Channel

What's Changed

  • Add instructions to obtain protobufs by @davidmrdavid in #151
  • Add gRPC CallInvoker to options by @jviau in #157
  • Bump Grpc.AspNetCore.Server from 2.45.0 to 2.52.0 in /test/Grpc.IntegrationTests by @dependabot in #161
  • Bump Grpc.Net.Client from 2.50.0 to 2.52.0 in /src/Grpc by @dependabot in #162
  • Onboarding to GitOps.ResourceManagement by @microsoft-github-policy-service in #156
  • Remove myget feed by @jviau in #169
  • Patch GH automation by @davidmrdavid in #176
  • Fix instanceId not passed in when using retry by @jviau in #177

New Contributors

  • @microsoft-github-policy-service made their first contribution in #156

Full Changelog: v1.0.2...v1.0.3