SMI / BadMedicine.Dicom

CLI / Library for generating dicom files for use in testing applications. Images generated have 'realistic' tag data (based on aggregated tag data in dicom images taken in Scotland).
GNU General Public License v3.0
11 stars 4 forks source link

Bump fo-dicom from 5.1.1 to 5.1.2 #198

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps fo-dicom from 5.1.1 to 5.1.2.

Release notes

Sourced from fo-dicom's releases.

5.1.2

On December 21st 2023 fo-dicom 5.1.2 was officially released.

This release contains the following bugfixes:

  • Fix issue where extracting a string from a DICOM dataset could return null if the tag was present but empty
  • Fix issue where stopping a DICOM server left the unused services cleanup task running (#1562)
  • Fix incorrect values returned from DicomEncoding.GetCharset() (#1624)
  • Fix issue where reading a DICOM file with large pixel data (> 2 GB) did not work (#1453)
  • Fix issue where a DICOM server could stop accepting incoming connections if MaxClientsAllowed is configured and one or more connections never close (#1468)(#1670)
  • Fix issue where a DICOM server could leak memory when one or more connections never close (#1594)
  • Fix the issue of 'DicomAttribute not generated in XML when element is of type DicomFragmentSequence'
  • Fix issue with missing known DicomTransferSyntax from static DicomTransferSyntax.Entries dictionary (#1644)

This release contains the following changes:

  • Update to DICOM Standard 2023e
  • fo-dicom.Imaging.Desktop supports net6.0-windows and net7.0-windows targets (#1318)
  • Added private tags mentioned in RayStation 11A DICOM Conformance Statement (#1612)
  • Extension methods DicomDataset.WriteToLog and DicomFile.WriteToLog now also accept a Microsoft.Extensions.Logging.ILogger
  • Optimize the common case of adding a single DicomItem to a DicomDataset by adding an overload DicomDataset.Add(DicomItem item) (#1604)
  • Immediately throw an exception if DICOM server synchronously fails to start (#1562)
  • Add the possibility to configure TCP buffer sizes (#1564)
  • Tolerate Specific Character Set values misspelled as "ISO-IR ###" additionally to "ISO IR ###"
  • Prevent adding duplicate presentation contexts to an association request (#1596)
  • Improve robustness of DicomService when presented with HTTP requests. Fail early if the PDU type is not recognized (#1678)
  • Added IEquatable implementation and equality operators for DicomDataset class

There are the following breaking changes from version 5.1.1 to version 5.1.2

  • Configuration of MaxClientsAllowed must now be done via the configure parameter of IDicomServerFactory.Create(..) instead of using the Options property of a DicomServer.
  • IServiceCollection.AddDicomServer(Action<DicomServiceOptions> configure) was changed to IServiceCollection.AddDicomServer(Action<DicomServerOptions> configure)
Changelog

Sourced from fo-dicom's changelog.

5.1.2 (2023-12-21)

  • Update to DICOM Standard 2023e
  • Breaking change: Configuration of MaxClientsAllowed must now be done via the configure parameter of IDicomServerFactory.Create(..) instead of using the Options property of a DicomServer.
  • Breaking change: IServiceCollection.AddDicomServer(Action<DicomServiceOptions> configure) was changed to IServiceCollection.AddDicomServer(Action<DicomServerOptions> configure)
  • fo-dicom.Imaging.Desktop supports net6.0-windows and net7.0-windows targets (#1318)
  • FO-DICOM.Tests target net6.0-windows and net7.0-windows and test WPF/WinForms images.
  • Added private tags mentioned in RayStation 11A DICOM Conformance Statement (#1612)
  • Fix issue where extracting a string from a DICOM dataset could return null if the tag was present but empty
  • Extension methods DicomDataset.WriteToLog and DicomFile.WriteToLog now also accept a Microsoft.Extensions.Logging.ILogger
  • Optimize the common case of adding a single DicomItem to a DicomDataset by adding an overload DicomDataset.Add(DicomItem item) (#1604)
  • Immediately throw an exception if DICOM server synchronously fails to start (#1562)
  • Fix issue where stopping a DICOM server left the unused services cleanup task running (#1562)
  • Add the possibility to configure TCP buffer sizes (#1564)
  • Fix incorrect values returned from DicomEncoding.GetCharset() (#1624)
  • Tolerate Specific Character Set values misspelled as "ISO-IR ###" additionally to "ISO IR ###"
  • Fix issue where reading a DICOM file with large pixel data (> 2 GB) did not work (#1453)
  • Fix issue where a DICOM server could stop accepting incoming connections if MaxClientsAllowed is configured and one or more connections never close (#1468)
  • Fix issue where a DICOM server could leak memory when one or more connections never close (#1594)
  • Fix the issue of 'DicomAttribute not generated in XML when element is of type DicomFragmentSequence'
  • Prevent adding duplicate presentation contexts to an association request (#1596)
  • Fix issue with missing known DicomTransferSyntax from static DicomTransferSyntax.Entries dictionary (#1644)
  • Improve robustness of DicomService when presented with HTTP requests. Bail early if the PDU type is not recognized (#1678)
  • Enhancement: Added IEquatable implementation and equality operators for DicomDataset class
  • Fix issue where a DICOM server could stop accepting incoming connections if MaxClientsAllowed is configured and one or more connections take longer than one minute to close (#1670)
Commits
  • 3755b23 prepare release 5.1.2
  • 2c2bf05 Bump System.Text.Json from 6.0.8 to 6.0.9 (#1696)
  • 655fcf7 Bump xunit.runner.visualstudio from 2.5.1 to 2.5.4 (#1695)
  • 8aa62f4 Bump BenchmarkDotNet from 0.13.8 to 0.13.10 (#1693)
  • d44ebe6 Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#1692)
  • 5a37050 Bump fo-dicom.Codecs from 5.10.8 to 5.11.0 (#1691)
  • d47e2c5 Bump CommunityToolkit.HighPerformance from 8.2.1 to 8.2.2 (#1673)
  • 041c1e7 Fix MaxClientsAllowed (#1670)
  • a1d41c8 Add compiler nullability attributes
  • dbab9e8 Enable and disable nullable annotations
  • 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 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)