Tags: ElNiak/PANTHER
Tags
fix: exclude nordsec test results and submodules from package to fix … …PyPI size limit The v1.2.0 wheel exceeded PyPI's 100 MB per-file limit due to include-package-data pulling in VCS-tracked files from panther_ivy (nordsec test data at 445 MB, vscode-ivy submodule at 1 GB). - Add [tool.setuptools.exclude-package-data] for nordsec and submodules - Add MANIFEST.in prune rules for both directories - Wheel size reduced from 465 MB to 53 MB
ivy-lsp v0.4.1 + vscode-ivy v0.4.3: lexer error diagnostics, configur… …able log level
Release v1.1.3: Fix critical metrics system errors This release resolves two critical errors in PANTHER's metrics system: 1. Timing context error: 'NoneType' object has no attribute 'stop' - Fixed improper timer management patterns - Implemented proper timing context managers - Improved error handling in configuration loading 2. JSON serialization error: 'str' object has no attribute 'value' - Added custom JSON serializer for enum objects - Fixed metrics export functionality - Properly handle enum serialization in dashboard exports Key improvements: - Comprehensive metrics collection and export functionality - Better reliability and error handling - Proper context management patterns - Enhanced configuration loading methods All metrics system functionality has been tested and validated.
PreviousNext