Skip to content

v1.2.0 - Full Java Support & Stabilization

Choose a tag to compare

@naranor naranor released this 02 May 19:31
· 43 commits to main since this release

This release introduces robust Java support and completes the architectural stabilization phase.

Key Features

  • Java Indexing: Comprehensive AST-based parsing using javalang.
  • Java API Discovery: Automatic lookup in Maven/Gradle caches with signature extraction via javap.
  • Multi-Language Architecture: New delegating parser structure.
  • Improved Robustness: Rate limiting for LLM calls and explicit DB mapping.
  • Clean CI: All tests passing and strict linting compliance.

What's Changed

  • Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @naranor in #2
  • docs: improve README structure and formatting by @naranor in #3
  • test: add comprehensive tests for 80%+ coverage by @naranor in #4
  • test: add comprehensive tests for 80%+ coverage by @naranor in #5
  • Audit fixes and architectural improvements by @naranor in #6

Full Changelog: v1.1.0...v1.2.0

What's Changed

  • Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @naranor in #2
  • docs: improve README structure and formatting by @naranor in #3
  • test: add comprehensive tests for 80%+ coverage by @naranor in #4
  • test: add comprehensive tests for 80%+ coverage by @naranor in #5
  • Audit fixes and architectural improvements by @naranor in #6

Full Changelog: v1.1.0...v1.2.0