Bump the minor-and-patch group with 4 updates - #62
Merged
Conversation
Bumps ModelContextProtocol from 2.1.0 to 2.2.0 Bumps ModelContextProtocol.AspNetCore from 2.1.0 to 2.2.0 Bumps SQLitePCLRaw.lib.e_sqlite3 from 2.1.12 to 2.1.13 Bumps Temporalio from 1.17.0 to 1.18.0 --- updated-dependencies: - dependency-name: ModelContextProtocol dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ModelContextProtocol.AspNetCore dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: SQLitePCLRaw.lib.e_sqlite3 dependency-version: 2.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Temporalio dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Regenerated with `dotnet restore --force-evaluate`, then verified with `--locked-mode` and a Release build. Dependabot cannot write these under central package management; see .github/workflows/refresh-lock-files.yml.
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
The lock-file refresh is pushed with GITHUB_TOKEN, and a push made with that token does not create a workflow run -- so the required checks had nothing to report against this branch's head. An empty commit from a human identity is what starts them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated ModelContextProtocol from 2.1.0 to 2.2.0.
Release notes
Sourced from ModelContextProtocol's releases.
2.2.0
This release adds hybrid stateful/stateless HTTP serving so clients using the 2025-11-25 and 2026-07-28 protocol revisions can share an endpoint, and fixes a malformed header-decoding edge case.
What's Changed
Test Improvements
Repository Infrastructure Updates
Acknowledgements
Full Changelog: modelcontextprotocol/csharp-sdk@v2.1.0...v2.2.0
Commits viewable in compare view.
Updated ModelContextProtocol.AspNetCore from 2.1.0 to 2.2.0.
Updated SQLitePCLRaw.lib.e_sqlite3 from 2.1.12 to 2.1.13.
Release notes
Sourced from SQLitePCLRaw.lib.e_sqlite3's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Temporalio from 1.17.0 to 1.18.0.
Release notes
Sourced from Temporalio's releases.
1.18.0
Notable Changes
💥 Breaking Changes
NexusHandlerFailureException; Nexus handler failures are represented byNexusRpc.Handlers.HandlerException. The SDK-createdTemporalNexusClientimplementation is nowinternal; Nexus operation handlers continue to receive its public
ITemporalNexusClientinterface.
over the warn threshold is logged (
[TMPRL1103]atWARN) but still sent, while a task completion over the error limit is failed retryably(
[TMPRL1103]atERROR) instead of sent. Previously these reached the server, which terminatedthe workflow or failed the activity non-retryably; failing retryably instead lets a corrected
workflow or activity be redeployed and recover. Tune warn thresholds via
TemporalConnectionOptions.PayloadLimits. If you use a proxy between the worker and server thatalters the size of payloads (e.g. compression, encryption, external storage), it is advised that
you disable size enforcement by setting
DisablePayloadErrorLimittotrueon the worker.Added
Temporal transfer type conversion hooks. This lets hook-aware types delegate
their wire representation to the configured payload converter, preserving SDK
behavior such as serialization contexts.
TemporalWorkerOptions.MaxEagerActivityReservationsPerWorkflowTaskto configure themaximum number of activity slots reserved for eager execution per workflow task. Configured
values must be positive; use
DisableEagerActivityExecutionto disable eager execution.WorkflowEnvironment.CreateFromEnvConfigAsyncfor creating test workflow environments fromclient environment configuration.
TemporalWorkerOptions.PatchActivationCallback, allowing workers todecide whether a first non-replay
Workflow.Patchedcall should activate a patch during rollingdeployments.
ITemporalNexusClient.StartActivityAsyncbacks a Nexus operation with a standalone activity (async only). Cancellation of
activity-execution operations can be customized by overriding
TemporalOperationHandler<TInput, TResult>.CancelActivityExecutionAsync.TemporalRuntimeOptions.DisableEnvironmentInfoto omit all runtime, hosting, and platforminformation from heartbeats.
poller_autoscaling_auto_enrollcapability. This only applies to poller types left at theirdefault (the worker set neither a fixed poller count nor a poller behavior); explicitly
configured pollers are left unchanged.
TEMPORAL_WORKFLOW_TASK_DURATION_WARN_SECONDSto change the threshold.Changed
WorkflowRunOperationHandleris now generally available (GA). Standalone Nexus Operation andTemporalOperationHandler,... (truncated)
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions