Skip to content

Releases: genielabs/mig-service-dotnet

1.3.10

25 Feb 21:07

Choose a tag to compare

fix(web): Improved cache and HTTP connection management

- Removed hardcoded "Cache-Control" setting, restoring default configuration.
- Re-enabled "keep-alive" functionality for HTTP connections.
- Corrected "Date" and "Last-Modified" header timestamps.
- Increased file read buffer for potential performance improvements.

1.3.9

24 Feb 10:37

Choose a tag to compare

fix(web): Disable cache control by default for video files

1.3.8

23 Feb 15:45

Choose a tag to compare

feat(web) add support for `Accept-Ranges`

1.3.7

23 Feb 14:30

Choose a tag to compare

fix appveyor

1.3.6

10 Nov 02:17

Choose a tag to compare

🐛 Bug Fixes

  • API Parsing Fix: Corrected an issue in the MigInterfaceCommand parser (BuildRequest) that was failing to correctly read the Address segment of a command if no Command (third segment) was specified in the request URL. This ensures all commands like Domain/Address/ are parsed as intended.

1.3.5

05 Nov 22:42

Choose a tag to compare

🐛 Bug Fixes

This minor fix addresses a critical issue in how the service transmits timestamps:

  • Timestamps Serialization Fix: Corrected the JSON serialization logic in MIG.Utility.Serialization.JsonSerialize to ensure that all DateTime objects are serialized in the correct UTC format (ending with 'Z').

1.3.4

28 Oct 18:32

Choose a tag to compare

✨ Enhancement: Improved Internationalization (i18n)

  • Fixed an issue where files or folders with international characters (e.g., Chinese, Japanese, or accentuated letters) would incorrectly result in a 'File Not Found' error.
  • The system now correctly decodes percent-encoded URI paths, ensuring compatibility with all Unicode characters in file and directory names.

1.3.2

18 Sep 22:25

Choose a tag to compare

The internal logging infrastructure has been extracted into a new, re…

1.3.1

18 Sep 12:45

Choose a tag to compare

Added built-in Logger class based on MEL. Removed NLog package.

1.3.0

18 Sep 08:26

Choose a tag to compare

Upgraded referenced packages. Added net8.0 build target.