deps: Bump the nuget-patch-minor group with 5 updates#378
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
deps: Bump the nuget-patch-minor group with 5 updates#378dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps Daqifi.Core from 0.14.0 to 0.16.0 Bumps MSTest.TestAdapter from 4.0.2 to 4.1.0 Bumps MSTest.TestFramework from 4.0.2 to 4.1.0 Bumps NLog from 6.0.7 to 6.1.0 Bumps System.IO.Ports from 10.0.2 to 10.0.3 --- updated-dependencies: - dependency-name: Daqifi.Core dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: Daqifi.Core dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: NLog dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: System.IO.Ports dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor - dependency-name: System.IO.Ports dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.14.0 to 0.16.0.
Release notes
Sourced from Daqifi.Core's releases.
0.16.0
What's Changed
Full Changelog: daqifi/daqifi-core@v0.15.1...v0.16.0
0.15.1
What's Changed
Full Changelog: daqifi/daqifi-core@v0.15.0...v0.15.1
0.15.0
Highlights
This release completes the SD card file management story and adds the PIC32 bootloader protocol layer. You can now list, download, delete, and format SD card files entirely through the core library, and parse
.binlog files offline with full timestamp reconstruction.New Features
📥 SD Card File Download (#115)
DownloadSdCardFileAsynconISdCardOperations/DaqifiStreamingDevice— downloads a file from the device SD card over USB/serialSdCardFileReceiverhandles raw byte streaming with__END_OF_FILE__marker detection (including markers split across chunk boundaries)ExecuteRawCaptureAsynconDaqifiDevicetemporarily pauses the protobuf consumer for direct stream accessStream, or auto-save to a temp fileIProgress<SdCardTransferProgress>📄 SD Card File Parser (#113)
SdCardFileParserreads varint32-prefixed protobuf.binfiles (same format as live streaming and SD logging)IAsyncEnumerable<SdCardLogEntry>for memory-efficient processing of large files🗑️ SD Card Delete & Format (#114)
DeleteSdCardFileAsyncandFormatSdCardAsynconISdCardOperations/DaqifiStreamingDeviceStreamInterfaceenum (Usb,WiFi,SdCard,All) for routing data streams🔧 PIC32 Bootloader Protocol (#109)
Pic32BootloaderMessageProducer— SOH/EOT framing, DLE escaping, CRC-16Pic32BootloaderMessageConsumer— response decodingIntelHexParser— HEX file parsing with protected memory range filteringIBootloaderProtocolinterface for dependency injectionBreaking Changes
None — all new APIs are additive.
Test Coverage
net8.0andnet9.0Full Changelog: daqifi/daqifi-core@v0.14.0...v0.15.0
Commits viewable in compare view.
Updated MSTest.TestAdapter from 4.0.2 to 4.1.0.
Release notes
Sourced from MSTest.TestAdapter's releases.
4.1.0
See the release notes here
Commits viewable in compare view.
Updated MSTest.TestFramework from 4.0.2 to 4.1.0.
Release notes
Sourced from MSTest.TestFramework's releases.
4.1.0
See the release notes here
Commits viewable in compare view.
Updated NLog from 6.0.7 to 6.1.0.
Release notes
Sourced from NLog's releases.
6.1
Improvements
Commits viewable in compare view.
Updated System.IO.Ports from 10.0.2 to 10.0.3.
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