Releases: jkalala/jokalala-code-analyzer-vscode
Releases · jkalala/jokalala-code-analyzer-vscode
Release list
Release v2.1.1
Changes in v2.1.1
- chore: bump version to 2.1.1 for marketplace release
Installation
From VS Code Marketplace
Search for "Jokalala Code Analyzer" in VS Code Extensions or install from:
VS Code Marketplace
Manual Installation
Download the .vsix file below and install via:
code --install-extension jokalala-code-analysis-2.1.1.vsix
Release v2.1.0
Changes in v2.1.0
- chore: bump version to 2.1.0 for marketplace release
- fix: add security-events write permission for CodeQL upload
- fix: replace pnpm with npm in scripts for broader compatibility
- fix: correct TypeScript syntax in rate-limiter.ts
- fix: correct escape sequences in telemetry service
- chore: bump version to 1.2.0
- ci: enhance CI/CD pipeline with security scanning and release automation
- feat(security): add hardened telemetry with endpoint allowlist
- feat(security): add cache encryption v2 with HMAC integrity
- feat(security): add rate limiter with token bucket algorithm
- chore: add .gitignore to prevent VSIX and node_modules from being committed
- chore: remove pre-built VSIX from repository - VSIX files should be built via CI/CD pipeline and published to marketplace, not committed to git
- deps(deps-dev): Bump @types/node in the typescript group
- chore: add CVE/SCA providers and services, bump to v1.1.0
- feat(v1.1.0): add Container/IaC security, SCA, and refactoring features
- Align maxFileSize defaults
- Add TypeScript checks for test suite
- docs: update CHANGELOG and README for v1.1.0 release
- ci: Bump github/codeql-action from 3 to 4
- ci: Bump actions/upload-artifact from 4 to 5
- ci: Bump actions/setup-node from 4 to 6
- ci: Bump codecov/codecov-action from 4 to 5
- ci: Bump actions/checkout from 4 to 6
Installation
From VS Code Marketplace
Search for "Jokalala Code Analyzer" in VS Code Extensions or install from:
VS Code Marketplace
Manual Installation
Download the .vsix file below and install via:
code --install-extension jokalala-code-analysis-2.1.0.vsix