Releases: genielabs/mig-service-dotnet
Releases · genielabs/mig-service-dotnet
1.3.10
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
1.3.8
1.3.7
1.3.6
🐛 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 likeDomain/Address/are parsed as intended.
1.3.5
🐛 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.JsonSerializeto ensure that allDateTimeobjects are serialized in the correct UTC format (ending with 'Z').
1.3.4
✨ 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.