Releases: Screaminlean/FiixCmms.Client.Net
Releases · Screaminlean/FiixCmms.Client.Net
Release list
v1.0.1-rc4
Release for v1.0.1-rc4.
See CHANGELOG.md for details.
v1.0.1-rc3
Release for v1.0.1-rc3.
See CHANGELOG.md for details.
v1.0.1-rc2
Release for v1.0.1-rc2.
See CHANGELOG.md for details.
v1.0.1-rc1.1
Release for v1.0.1-rc1.1.
See CHANGELOG.md for details.
v1.0.1-rc1 First release candidate
v1.0.1-rc1 — Release Candidate
Release date: 2026-07-02
Overview
A release candidate for the FiixCmms.Client.Net .NET client library. This build expands DTO coverage, improves the local mock API for development, and hardens production behavior with HMAC signing and retry logic.
Added
- Local mock API improvements for faster startup and richer test fixtures.
- Additional DTOs and JSON converters to cover more Fiix response edge cases.
- Improved logging hooks for easier observability in hosted environments.
Changed
- Library now targets net8 and net10.
- CI pipeline configured to publish NuGet packages via the trusted publisher policy.
Fixed
- Null handling fixes in batch request deserialization.
- Resolved race condition in concurrent HMAC signing under heavy load.
- Minor serialization fixes for nullable fields.
Notes
- This is a release candidate; please validate against your Fiix sandbox or the mock API before promoting to production.
- CI will publish the package to NuGet automatically using the trusted publisher workflow.
- For local development and integration tests, run the included mock API and point the client at http://localhost:{PORT}.
Targets
- net8; net10
Changelog reference
- See CHANGELOG.md in the repository root for full history and future updates.