1 parent 01b0490 commit 7468871Copy full SHA for 7468871
1 file changed
CHANGELOG.MD
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [2.0.56] - 2025-01-21
9
10
+### Fixed
11
+- **Critical Production Issue**: Fixed Flask-Limiter initialization error that prevented application startup
12
+ - Removed invalid 'exempt' parameter from Limiter constructor
13
+ - Added @limiter.exempt decorator to health check endpoint
14
+ - Resolves TypeError that caused container restart loop
15
+
16
### Added
17
- **Force Rescan Functionality**: Implemented caching mechanism for scan results
18
- Added `force_rescan` parameter to scan methods to bypass cache
0 commit comments