You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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