Skip to content

0.2.4

Latest

Choose a tag to compare

@dmriding dmriding released this 26 Jan 13:51
· 1 commit to main since this release
98c0777
0.2.4 (#36)

* update readme

* update crates docs

* bump rsa

* update roadmap

* Codecov tests coverage

* update license key storage on client to use keyring with auto migration and fallback

* fmt

* update cargo.lock

* fix(windows): prevent CMD window popup in GUI apps  WMIC commands for hardware fingerprinting now use CREATE_NO_WINDOW flag to prevent console window flashing in Tauri/GUI applications.

* add org and bandwidth fields to ValidateResponse  ValidateResponse now includes org_id, org_name, bandwidth_used_bytes, and bandwidth_limit_bytes fields. Org fields fall back to license_id when not set, enabling single-user licenses without explicit org setup.  Updated docs to clarify tier config is reference data only.

* Add bandwidth fields to ValidationResult  Added bandwidth_used_bytes and bandwidth_limit_bytes to client-side ValidationResult struct, allowing applications to access bandwidth data returned by the server.  Response types (ValidationResult, BindResult, FeatureResult, HeartbeatResult) are now marked #[non_exhaustive] to allow future field additions without breaking changes.

* update codeql workflow temp (codeql is down)

* fix sqlx migration issue

* fix for sqlite users for UNIQUE column

* update .env.example