Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2025

Bumps Microsoft.Extensions.Hosting, Temporalio and Temporalio.Extensions.Hosting. These dependencies needed to be updated together.
Updates Microsoft.Extensions.Hosting from 8.0.1 to 8.0.1

Commits

Updates Temporalio from 1.4.0 to 1.5.0

Release notes

Sourced from Temporalio's releases.

1.5.0

Get from NuGet and read the README

Highlights

Search Attributes in Dev Server

To make testing easier, Temporalio.Testing.WorkflowEnvironment.StartLocalAsync now accepts SearchAttributes in its options to start the server with pre-created search attributes.

Client in Activity

It is a common use case to use a Temporal client in an activity. TemporalClient is now available on the Temporalio.Activities.ActivityExecutionContext to make this easier.

Activity Service Scope

For those using dependency injection, Temporalio.Extensions.Hosting.ActivityScope is now available which provides access to both the activity instance and IServiceScope to have access to the service provider in the activity or activity interceptor.

Specific Changes

2025-01-16 - 3dd6cca - Expose instance to workflows/activities and client to activities (#393) 2025-01-24 - b5ca854 - Accept search attributes for dev server (#289) 2025-02-03 - 69dfe5a - Updated the docs for IdReusePolicy property (#397) 2025-02-03 - 7b92674 - Fix issue where null timer summary breaks codec (#405) 2025-02-05 - 139a853 - Update Core & add HTTP Otel / Dev UI Port (#407) 2025-02-11 - 2b97703 - Document CA issues in AWS and Azure (#411) 2025-02-11 - f2ba7dd - Reserve __temporal prefix (#410)

Commits

Updates Temporalio.Extensions.Hosting from 1.4.0 to 1.5.0

Release notes

Sourced from Temporalio.Extensions.Hosting's releases.

1.5.0

Get from NuGet and read the README

Highlights

Search Attributes in Dev Server

To make testing easier, Temporalio.Testing.WorkflowEnvironment.StartLocalAsync now accepts SearchAttributes in its options to start the server with pre-created search attributes.

Client in Activity

It is a common use case to use a Temporal client in an activity. TemporalClient is now available on the Temporalio.Activities.ActivityExecutionContext to make this easier.

Activity Service Scope

For those using dependency injection, Temporalio.Extensions.Hosting.ActivityScope is now available which provides access to both the activity instance and IServiceScope to have access to the service provider in the activity or activity interceptor.

Specific Changes

2025-01-16 - 3dd6cca - Expose instance to workflows/activities and client to activities (#393) 2025-01-24 - b5ca854 - Accept search attributes for dev server (#289) 2025-02-03 - 69dfe5a - Updated the docs for IdReusePolicy property (#397) 2025-02-03 - 7b92674 - Fix issue where null timer summary breaks codec (#405) 2025-02-05 - 139a853 - Update Core & add HTTP Otel / Dev UI Port (#407) 2025-02-11 - 2b97703 - Document CA issues in AWS and Azure (#411) 2025-02-11 - f2ba7dd - Reserve __temporal prefix (#410)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…ns.Hosting

Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime), [Temporalio](https://github.com/temporalio/sdk-dotnet) and [Temporalio.Extensions.Hosting](https://github.com/temporalio/sdk-dotnet). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v8.0.1)

Updates `Temporalio` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/temporalio/sdk-dotnet/releases)
- [Commits](temporalio/sdk-dotnet@1.4.0...1.5.0)

Updates `Temporalio.Extensions.Hosting` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/temporalio/sdk-dotnet/releases)
- [Commits](temporalio/sdk-dotnet@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Temporalio
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Temporalio.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@ElanHasson ElanHasson merged commit e9b371d into main Feb 21, 2025
2 checks passed
@ElanHasson ElanHasson deleted the dependabot/nuget/multi-0b24c6779c branch February 21, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants