feat: finalize v0.3.0 — security hardening, TUI fix, perf improvements#17
Merged
jonathanmagambo merged 1 commit intomainfrom Mar 12, 2026
Merged
feat: finalize v0.3.0 — security hardening, TUI fix, perf improvements#17jonathanmagambo merged 1 commit intomainfrom
jonathanmagambo merged 1 commit intomainfrom
Conversation
Security: - Replace plain string hash compare with constant-time aws_lc_rs::pbkdf2::verify() - Derive cursor signing key via HKDF-SHA256 (proper domain separation from password) - Suppress password echo in prompts using rpassword crate - Early-return 401 on malformed user records (empty hash/salt) in login handler - Reject blank usernames in create_user to avoid empty-key storage Bug fixes: - TUI fetch_collection: add Accept: application/json header so server returns parseable JSON instead of defaulting to msgpack (TUI was silently getting no data) - Collapse nested if-let chains in save_editor to fix clippy::collapsible_if Performance: - Add gzip CompressionLayer to Axum router via tower-http (automatic for clients that send Accept-Encoding: gzip; 60-70% size reduction on large paginated lists) Cleanup: - Remove orphaned crates/query/src/temp_test.rs scratch file - Update writer.rs batch comment to document N-txn-per-collection invariant - Update query crate lib.rs doc to reflect v0.3 status (Cedar RLS + join query) Version bumps: all 9 crates 0.2.0 → 0.3.0 forge-types, forge-security, forge-storage, forge-protocol, forge-query, forge-auth, forge-server, forge-cli, forge-bin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Security:
Bug fixes:
Performance:
Cleanup:
Version bumps: all 9 crates 0.2.0 → 0.3.0
forge-types, forge-security, forge-storage, forge-protocol, forge-query, forge-auth, forge-server, forge-cli, forge-bin