Skip to content

Release v0.0.26

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 00:23
f2f80da

What's New?

  • You can now query multiple entities in a single query and compare with them in conditions and filter them like CodeQL 🚀
    Example:
    FIND method_declaration AS md, method_invocation AS mi
    WHERE md.getName() == mi.getName() &&
    md.getVisibility() != "private"
  • The pathfinder cli now fresh look with code, line number, file name formatted
  • If you make any mistakes in query, pathfinder cli advises you error message exactly line number and doesn't crash the program
  • Posthog had issues in previous release due to breaking changes in golang sdk from posthog, which is now fixed.
Screenshot 2024-08-28 at 9 46 54 PM

Changelog

Full Changelog: v0.0.25...v0.0.26