8000 Releases · codellm-devkit/python-sdk · GitHub
[go: up one dir, main page]

Skip to content

Releases: codellm-devkit/python-sdk

v1.0.5

24 Jun 04:55
1109a80
Compare
Choose a tag to compare

🐛 Fixes

  • Check the compatibility of cached analysis.json with what is the passed as an argument.

v1.0.4

11 Jun 14:22
1ccf71a
Compare
Choose a tag to compare
Prepare for a patch release v1.0.4

Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>

v1.0.3

01 Jun 22:04
4aeffc6
Compare
Choose a tag to compare
  • no changes

v1.0.2

24 May 22:19
57248f2
Compare
Choose a tag to compare
Prepare version 1.0.2 release

Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>

v1.0.1

07 May 15:04
e4ea5f5
Compare
Choose a tag to compare
  • no changes

v1.0.0

29 Apr 17:41
5f669b5
Compare
Choose a tag to compare

✨ Release

  • Update releases and readme

v0.5.1

13 Mar 12:50
0f5b19b
Compare
Choose a tag to compare

🐛 Fixes

  • Update get_all_docstrings to return dict

v0.5.0

22 Feb 00:08
e3a5fc3
Compare
Choose a tag to compare

🚀 Features

  • Issue 79 support C
  • Issue 98: CLDK now supports getting crud operations from Java JPA applications
  • Address Feature Request Issue 114: Update APIs to match codeanalyzer 2.3.0

🐛 Fixes

  • Update get entrypoint classes and methods
  • removed unused parameter issue #104
  • Fix issue 105: Removed unused parameter issue #105
  • removing the line that was causing the issue
  • Fix Issue 104: Tests are failing upon migration to codeanalyzer v2.1.0+
  • Fix issue 108: Unnecessary dependency on clang/llvm for non c/cpp analysis

♻️ Refactoring

  • Update get entrypoint classes and methods
  • removed unused parameter issue #104
  • Address Issues 99-100: Remove CodeQL and refactor Treesitter
  • Address Feature Request Issue 114: Update APIs to match codeanalyzer 2.3.0

⚡️ Performance Improvements

  • Update get entrypoint classes and methods
  • Add Dev Container support that installs Python 3.11, Java 11.0.25-sem, Maven, LLVM (for C), and Rust.

📚 Documentation

  • CLDK documentation
  • Update README.md to include discord
  • Revamp documentation page!
  • Update repo links

🚦 Tests

  • Created test cases to bring JCodeAnalyzer, JavaAnalysis, and JavaSitter to 90% test coverage
  • Added test cases for PythonSitter and Python Analysis
  • Fix issue 108: Unnecessary dependency on clang/llvm for non c/cpp analysis

🛠 Other Updates

  • Downstream changes from main to c-cpp branch
  • Add Dev Container support that installs Python 3.11, Java 11.0.25-sem, Maven, LLVM (for C), and Rust.

🚨 Breaking Changes

  • Update get entrypoint classes and methods
  • Address Issues 99-100: Remove CodeQL and refactor Treesitter

CLDK v0.4.0

13 Nov 20:08
9730268
Compare
Choose a tag to compare

What's Changed

  • Update poetry build rules to include codeanalyzer-*.jar and add a tes… by @rahlk in #66
  • Fix issue 67 by @rahlk in #68

Full Changelog: v0.3.0...v0.4.0

CLDK v0.3.0

12 Nov 20:26
1315c1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

0