Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fo-dicom from 5.1.3 to 5.1.4 #256

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps fo-dicom from 5.1.3 to 5.1.4.

Release notes

Sourced from fo-dicom's releases.

5.1.4

On October 27th 2024 fo-dicom 5.1.4 was officially released.

This release contains the following bugfixes:

  • Fix issue where the main TCP listener loop could be blocked by frozen TLS handshakes (#1766)
  • Fix issue with retrieving correct VR when the DICOM element's length is a blank character (e.g., 0x200A) by modifying the empty string check to specifically handle 0x2020 (#1847)
  • Fix bug where under some circumstances (transcode a 8 bit image with odd row or column length from explicit to implicit TS) a odd length pixeldata is written (#1403)
  • Fix bug where DicomDataset.GetDicomTag thew an exception if the private tag does not exist in dataset (#1840)
  • Fix rendering of EnhancedMR or EnhancedCT images, that contain any invalid value in any item within the Functional Groups (#1862)

This release contains the following changes:

  • Update to DICOM Standard 2024d
  • Add support for saving new strings with multi-valued Specific Character Set (#1789)
  • Throw a meaningful and explaining JsonException when trying to serialize not supported fragmented data (#1792)
  • FO-DICOM.Tests target net8.0-windows instead of net7.0-windows

There are no breaking changes from version 5.1.3 to version 5.1.4

Changelog

Sourced from fo-dicom's changelog.

5.1.4 (2024-10-27)

  • Update to DICOM Standard 2024d
  • Fix issue where the main TCP listener loop could be blocked by frozen TLS handshakes (#1766)
  • Add support for saving new strings with multi-valued Specific Character Set (#1789)
  • Throw a meaningful and explaining JsonException when trying to serialize not supported fragmented data (#1792)
  • Fix issue with retrieving correct VR when the DICOM element's length is a blank character (e.g., 0x200A) by modifying the empty string check to specifically handle 0x2020 (#1847)
  • Fix bug where under some circumstances (transcode a 8 bit image with odd row or column length from explicit to implicit TS) a odd length pixeldata is written (#1403)
  • Fix bug where DicomDataset.GetDicomTag thew an exception if the private tag does not exist in dataset (#1840)
  • FO-DICOM.Tests target net8.0-windows instead of net7.0-windows
  • Fix rendering of EnhancedMR or EnhancedCT images, that contain any invalid value in any item within the Functional Groups (#1862)
Commits
  • 937717e prepare release 5.1.4
  • 9727e1b Throw a meaningful JsonException when serializing not supported fragmented da...
  • aebe0a4 Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 (#1858)
  • 6ac998b Turn off validation when building temporary Dataset with values from Function...
  • 01b9853 Bump System.Text.Json from 8.0.4 to 8.0.5 in /FO-DICOM.Core (#1861)
  • 73171af Bump CommunityToolkit.HighPerformance from 8.3.0 to 8.3.2 (#1857)
  • 7910012 Bump xunit from 2.9.0 to 2.9.2 (#1856)
  • 868e347 Fix: Unable to retrieve correct VR when the DICOM element's length is a blank...
  • f39426b Bump SixLabors.ImageSharp (#1855)
  • 1b92c59 Ensure even length pixeldata (#1846)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [fo-dicom](https://github.com/fo-dicom/fo-dicom) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/fo-dicom/fo-dicom/releases)
- [Changelog](https://github.com/fo-dicom/fo-dicom/blob/development/ChangeLog.md)
- [Commits](fo-dicom/fo-dicom@5.1.3...5.1.4)

---
updated-dependencies:
- dependency-name: fo-dicom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 28, 2024
@dependabot dependabot bot requested a review from a team October 28, 2024 14:44
@jas88 jas88 merged commit b5c4bc4 into develop Oct 28, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/fo-dicom-5.1.4 branch October 28, 2024 14:51
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant