File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 0.2.0] - 2026-01-29
5+ ## [ 0.6.0] - 2026-03-13
6+ ### Added
7+ - Path traversal protection with Unicode normalization
8+ - Argon2 key derivation for enhanced security
9+ - Rate limiting for decryption operations
10+ - Internal ` sanitize_file_path_internal ` for test compatibility
11+
12+ ### Fixed
13+ - Removed unused ` TooManyAttempts ` variant from ` RateLimitError `
14+ - Dead code cleanup in test files
15+ - Clippy warnings and formatting issues
16+
17+ ## [ 0.5.0] - 2026-03-13
18+ ### Security
19+ - Enhanced path sanitization to prevent directory traversal attacks
20+ - Improved error handling for security-critical operations
21+
22+ ## [ 0.4.0] - 2026-01-29
23+ ### Added
24+ - Advanced validation rules for configuration values
25+ - Tamper-evident audit logging system with integrity checks
26+ - Sensitive value masking in audit logs
27+
28+ ### Fixed
29+ - Test race conditions in concurrent environments
30+ - Core module stability and error handling improvements
31+
32+ ## [ 0.3.0] - 2026-01-29
33+ ### Added
34+ - New brand identity with a modern SVG logo and mascot
35+ - Comprehensive documentation suite (Guides, Components, Reference)
36+
37+ ## [ 0.2.0] - 2026-01-25
638### Added
739- Advanced validation rules for configuration values.
840- Tamper-evident audit logging system with integrity checks.
You can’t perform that action at this time.
0 commit comments