Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.DurableTask.Client.OrchestrationServiceClientShim 1.17.11.19.0 age adoption passing confidence

Release Notes

microsoft/durabletask-dotnet (Microsoft.DurableTask.Client.OrchestrationServiceClientShim)

v1.19.0

  • Extended sessions for entities in .net isolated by sophiatev (#​507)
  • Adding the ability to specify tags and a retry policy for suborchestrations by sophiatev (#​603)
  • Improve durabletask source generator detection and add optional project type configuration by Copilot (#​575)
  • Add timeprovider support to orchestration analyzer by Copilot (#​573)
  • Expand azure functions smoke tests to cover source generator scenarios by Copilot (#​604)
  • Fix "syntaxtree is not part of the compilation" exception in orchestration analyzers by Copilot (#​588)
  • Add waitforexternalevent overload with timeout and cancellation token by Copilot (#​555)
  • Fix source generator for void-returning activity functions by Copilot (#​554)

v1.18.2

  • Add copy constructors to TaskOptions and sub-classes by halspang (#​587)
  • Change FunctionNotFound analyzer severity to Info for cross-assembly scenarios by Copilot (#​584)
  • Add Roslyn analyzer for non-contextual logger usage in orchestrations (DURABLE0010) by Copilot (#​553)
  • Add specific logging categories for Worker.Grpc and orchestration logs with backward-compatible opt-in by Copilot (#​583)
  • Fix flaky integration test race condition in dedup status check by Copilot (#​579)
  • Add analyzer to suggest input parameter binding over GetInput() by Copilot (#​550)
  • Add strongly-typed external events with DurableEventAttribute by Copilot (#​549)
  • Fix orchestration analyzer to detect non-function orchestrations correctly by Copilot (#​572)
  • Fix race condition in WaitForInstanceAsync causing intermittent test failures by Copilot (#​574)
  • Add HelpLinkUri to Roslyn analyzer diagnostics by Copilot (#​548)
  • Add DateTimeOffset.Now and DateTimeOffset.UtcNow detection to Roslyn analyzer by Copilot (#​547)
  • Bump Google.Protobuf from 3.33.1 to 3.33.2 by dependabot[bot] (#​569)
  • Add integration test coverage for Suspend/Resume operations by Copilot (#​546)
  • Bump coverlet.collector from 6.0.2 to 6.0.4 by dependabot[bot] (#​527)
  • Bump FluentAssertions from 6.12.1 to 6.12.2 by dependabot[bot] (#​528)
  • Add Azure Functions smoke tests with Docker CI automation by Copilot (#​545)
  • Bump dotnet-sdk from 10.0.100 to 10.0.101 by dependabot[bot] (#​568)
  • Add scheduled auto-closure for stale "Needs Author Feedback" issues by Copilot (#​566)

v1.18.1

  • Support dedup status when starting orchestration by wangbill (#​542)
  • Add 404 exception handling in blobpayloadstore.downloadasync by Copilot (#​534)
  • Bump analyzers version to 0.2.0 by Copilot (#​552)
  • Add integration tests for exception type handling by Copilot (#​544)
  • Add roslyn analyzer to detect calls to non-existent functions (name mismatch) by Copilot (#​530)
  • Remove preview suffix by Copilot (#​541)
  • Add xml documentation with see cref links to generated code for better ide navigation by Copilot (#​535)
  • Add entity source generation support for durable functions by Copilot (#​533)

v1.18.0

  • Add taskentity support to durabletasksourcegenerator by Copilot (#​517)
  • Bump azure.identity by dependabot[bot] (#​525)
  • Bump google.protobuf by dependabot[bot] (#​529)
  • Configure dependabot for dotnet-sdk updates by Tomer Rosenthal (#​524)
  • Add code review guidelines to copilot-instructions.md by Copilot (#​522)
  • Remove webapi sample by sophiatev (#​520)
  • Fix functioncontext check and polymorphic type conversions in activity analyzer by Naiyuan Tian (#​506)
  • Align waitforexternalevent waiter picking order to lifo by wangbill (#​509)
  • Update project to support .net 6.0 alongside .net 8.0 and .net 10 by Tomer Rosenthal (#​512)
  • Update project to target .net 8.0 and .net 10 and upgrade dependencies by Tomer Rosenthal (#​510)
  • Support worker features announcement by wangbill (#​502)
  • Introduce custom copilot review instructions by halspang (#​503)
  • Add API to get orchestration history (#​516)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 6, 2025
@codecov
Copy link

codecov bot commented Dec 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (117f9a8) to head (2469cbb).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #820   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines          507       507           
  Branches        85        85           
=========================================
  Hits           507       507           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/microsoft.durabletask.client.orchestrationserviceclientshim-1.x branch 5 times, most recently from ac95acb to 00747e2 Compare December 12, 2025 08:57
@renovate renovate bot changed the title Update dependency Microsoft.DurableTask.Client.OrchestrationServiceClientShim to 1.18.0 Update dependency Microsoft.DurableTask.Client.OrchestrationServiceClientShim to 1.18.1 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/microsoft.durabletask.client.orchestrationserviceclientshim-1.x branch 6 times, most recently from 0667a63 to 5b1c907 Compare December 19, 2025 21:39
@renovate renovate bot force-pushed the renovate/microsoft.durabletask.client.orchestrationserviceclientshim-1.x branch from 5b1c907 to e944473 Compare December 25, 2025 14:48
@renovate renovate bot changed the title Update dependency Microsoft.DurableTask.Client.OrchestrationServiceClientShim to 1.18.1 Update dependency Microsoft.DurableTask.Client.OrchestrationServiceClientShim to 1.18.2 Dec 29, 2025
@renovate renovate bot force-pushed the renovate/microsoft.durabletask.client.orchestrationserviceclientshim-1.x branch 2 times, most recently from 5f76c16 to 920e9a3 Compare January 1, 2026 14:09
@renovate renovate bot changed the title Update dependency Microsoft.DurableTask.Client.OrchestrationServiceClientShim to 1.18.2 Update dependency Microsoft.DurableTask.Client.OrchestrationServiceClientShim to 1.19.0 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/microsoft.durabletask.client.orchestrationserviceclientshim-1.x branch 4 times, most recently from c11be47 to 00bea53 Compare January 9, 2026 02:56
@renovate renovate bot force-pushed the renovate/microsoft.durabletask.client.orchestrationserviceclientshim-1.x branch from 00bea53 to 2469cbb Compare January 10, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant