Skip to content

Releases: Screaminlean/FiixCmms.Client.Net

v1.0.1-rc4

Choose a tag to compare

@github-actions github-actions released this 05 Aug 09:19
096d59e

Release for v1.0.1-rc4.
See CHANGELOG.md for details.

v1.0.1-rc3

Choose a tag to compare

@github-actions github-actions released this 07 Jul 18:52

Release for v1.0.1-rc3.
See CHANGELOG.md for details.

v1.0.1-rc2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:26

Release for v1.0.1-rc2.
See CHANGELOG.md for details.

v1.0.1-rc1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:18

Release for v1.0.1-rc1.1.
See CHANGELOG.md for details.

v1.0.1-rc1 First release candidate

Choose a tag to compare

@Screaminlean Screaminlean released this 03 Jul 07:47

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.