Skip to content

Releases: CompuMasterGmbH/CompuMaster.CenterDevice.IO

v2026.01.02.0

02 Jan 15:28

Choose a tag to compare

v2024.11.05.100

05 Nov 10:25

Choose a tag to compare

Full Changelog: v2022.05.23.102...v2024.11.05.100

Security note: upgraded RestSharp dependency

v2022.05.23.102

23 May 15:31

Choose a tag to compare

Changes

Added features

  • dir move
  • file copy

Breaking changes

  • File/DirInfo.Path changed from string list to string array (to ensure it can't be changed)

Known issues

  • Because of required workarounds while upgrading dependency RestSharp to v107 which introduces many breaking changes, file uploads don't support cancellation or speed control any more

v2022.5.12.100

12 May 10:55

Choose a tag to compare

Changes

  • use own implementations of FileNotFoundException and DirectoryNotFoundExceptions
    • System.IO.File/DirectoryNotFoundExceptions are not able to track the missing remote path separately, therefore an own implementation is used to store the remote path, too
  • Full Changelog: v2022.4.25.100...v2022.5.12.100

Known issues

  • Because of required workarounds while upgrading dependency RestSharp to v107 which introduces many breaking changes, file uploads don't support cancellation or speed control any more

v2022.4.25.100

25 Apr 11:40

Choose a tag to compare

Changes

Known issues

  • Because of required workarounds while upgrading dependency RestSharp to v107 which introduces many breaking changes, file uploads don't support cancellation or speed control any more

v2022.4.20.102

20 Apr 20:16

Choose a tag to compare

Changes

Known issues

  • Because of required workarounds while upgrading dependency RestSharp to v107 which introduces many breaking changes, file uploads don't support cancellation or speed control any more

v2022.4.20.101

20 Apr 16:16

Choose a tag to compare

Changes

  • Several bug fixes introduced since RestSharp dependency upgrade to v107 regarding JSON body transfer in HTTP requests
  • Full Changelog: v2022.4.20.100...v2022.4.20.101

Known issues

  • Because of required workarounds while upgrading dependency RestSharp to v107 which introduces many breaking changes, file uploads don't support cancellation or speed control any more

v2022.4.20.100

20 Apr 15:11

Choose a tag to compare

Changes

  • Several bug fixes introduced since RestSharp dependency upgrade to v107 regarding JSON body transfer in HTTP requests
    Full Changelog: v2022.4.13.101...v2022.4.20.100

Known issues

  • Because of required workarounds while upgrading dependency RestSharp to v107 which introduces many breaking changes, file uploads don't support cancellation or speed control any more

v2022.4.13.101

13 Apr 18:34

Choose a tag to compare

Full Changelog: v2022.4.13.100...v2022.4.13.101

Known issues

  • Because of required workarounds while upgrading dependency RestSharp to v107 which introduces many breaking changes, file uploads don't support cancellation or speed control any more

v2022.4.13.100

13 Apr 16:20

Choose a tag to compare

Known issues

  • Because of required workarounds while upgrading dependency RestSharp to v107 which introduces many breaking changes, file uploads don't support cancellation or speed control any more

What's Changed

  • unit tests execute successfully
  • added workflow for testing .NET 5.0 + .NET Framework 4.8 + .NET Core 3.1
  • Upgrade dependency restsharp 1.07

Full Changelog: v2021.07.26.100...v2022.4.13.100