deps: Bump the nuget-patch-minor group with 8 updates - #2
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Daqifi.Core from 0.27.0 to 0.28.0 Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1 Bumps MSTest.TestAdapter from 4.2.3 to 4.3.2 Bumps MSTest.TestFramework from 4.2.3 to 4.3.2 Bumps NLog from 6.1.3 to 6.1.4 Bumps Sentry from 6.6.0 to 6.8.0 Bumps System.Configuration.ConfigurationManager from 10.0.9 to 10.0.10 Bumps System.IO.Ports from 10.0.9 to 10.0.10 --- updated-dependencies: - dependency-name: Daqifi.Core dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: Daqifi.Core dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: NLog dependency-version: 6.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor - dependency-name: Sentry dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: System.Configuration.ConfigurationManager dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor - dependency-name: System.IO.Ports dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor - dependency-name: System.IO.Ports dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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 Daqifi.Core from 0.27.0 to 0.28.0.
Release notes
Sourced from Daqifi.Core's releases.
0.28.0
What's new
🤖 MCP server — drive a device from an AI agent (#277)
A new
Daqifi.Mcpproject ships a Model Context Protocol server so an AI agent (Claude Desktop/Code, Cursor, Codex, or any MCP-aware client) can control a DAQiFi Nyquist device end-to-end — no application code required. It's a thin, in-process layer overDaqifi.Core, distributed as adotnet tool.Tools:
discover_devices,connect_device,list_connected_devices,disconnect_device,get_device_status,list_channels,configure_analog_channels,set_sample_rate,start_sd_logging,stop_sd_logging.Scope is the basic control loop — discover, connect, configure analog channels + sample rate, and run on-device SD-card logging. (Live data streaming and SD file list/download are planned follow-ups.)
dotnet tool install -g Daqifi.Mcp, then point your client at thedaqifi-mcpcommand.--read-onlymode and a--max-sample-rate-hzclamp; the 1000 Hz hardware ceiling is always enforced.src/Daqifi.Mcp/README.md.Validated end-to-end against a real Nyquist 1 (firmware 3.6.2) over USB.
🔎 Discovery: echo-on devices are now found (#272, #268)
Serial discovery now resynchronizes the protobuf parser past echo/prompt noise, so devices with command echo enabled are discovered correctly instead of being skipped.
Also in this release
DaqifiDevice.GetChannelsSnapshot()— a lock-protected channel snapshot that is safe to enumerate off the device consumer thread (used by the MCP layer, and useful for any out-of-process consumer).Daqifi.Mcp.NET tool to NuGet, and theDaqifi.Corepush is idempotent (--skip-duplicate) so re-running a release no longer fails on already-published versions.Full Changelog: daqifi/daqifi-core@v0.27.0...v0.28.0
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.8.1
What's Changed
Full Changelog: microsoft/vstest@v18.8.0...v18.8.1
18.8.0
What's Changed
Full Changelog: microsoft/vstest@v18.7.0...v18.8.0
Commits viewable in compare view.
Updated MSTest.TestAdapter from 4.2.3 to 4.3.2.
Release notes
Sourced from MSTest.TestAdapter's releases.
4.3.2
See the release notes here
4.3.0
See the release notes here
Commits viewable in compare view.
Updated MSTest.TestFramework from 4.2.3 to 4.3.2.
Release notes
Sourced from MSTest.TestFramework's releases.
4.3.2
See the release notes here
4.3.0
See the release notes here
Commits viewable in compare view.
Updated NLog from 6.1.3 to 6.1.4.
Release notes
Sourced from NLog's releases.
6.1.4
Improvements
Commits viewable in compare view.
Updated Sentry from 6.6.0 to 6.8.0.
Release notes
Sourced from Sentry's releases.
6.8.0
Features ✨
Logs
log4netintegration by @Flash0ver in #5172NLogintegration by @Flash0ver in #5176Other
AddToTransactionsonSentryAttachment#5182 by @jamescrosswell in #5182SentrySdk.RecordTransactionto record already-completed transactions and spans (e.g. replayed through a proxy) #5333 by @jamescrosswell in #5333Environmentset on theScopenow gets synchronized to the native layers (sentry-cocoaandsentry-native) by @bitsandfoxes in #5365Fixes 🐛
SentrySpanProcessorno longer leaks spans whose Activity never ends (e.g. aborted requests); the Activity is now held via aWeakReferenceso orphaned spans are pruned once it is garbage-collected. by @Ermabo in #5393Dependencies ⬆️
Deps
Other
6.7.0
Features ✨
IgnoreTransactionsoption to filter out transactions by name, matching substrings or regular expressions against the transaction name (#5377) by @Adham-Kiwan in #5377SentryEventExtensions.IsFromUnhandledException) and terminal exceptions (SentryEventExtensions.IsFromTerminalException) by @jamescrosswell in #5177Fixes 🐛
Dependencies ⬆️
Deps
Other
Sentry.Extensions.LoggingFilters by @Flash0ver in #5297Commits viewable in compare view.
Updated System.Configuration.ConfigurationManager from 10.0.9 to 10.0.10.
Release notes
Sourced from System.Configuration.ConfigurationManager's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.IO.Ports from 10.0.9 to 10.0.10.
Release notes
Sourced from System.IO.Ports's releases.
No release notes found for this version range.
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