Releases: jenkinsci/resources-ai-chatbot-plugin
Releases · jenkinsci/resources-ai-chatbot-plugin
589.v35fc5d4686f7
🚀 New features and improvements
- refactor: standardize input and UI icons with lucide-react (#267) @Yugansh5013
📝 Documentation updates
- docs: add missing endpoint docs to api.md (#320) @JayDS22
- fix: restrict NVIDIA dependencies to Linux to resolve Windows installation failures (#300) @kammari-ashritha
📦 Dependency updates
- fix: restrict NVIDIA dependencies to Linux to resolve Windows installation failures (#300) @kammari-ashritha
586.va_129d1f46fc7
🐛 Bug fixes
- fix: correct _extract_relevance_score return type annotation from str to int (#358) @sharma-sugurthi
585.v85fa_2d8e2b_d8
584.v4e87935a_f504
🐛 Bug fixes
🚦 Tests
- feat(sanitizer): add redaction for multiple secret types (#297) @vatsaljain568
✍ Other changes
- fix: add ban junit4 imports skip (#354) @berviantoleo
581.v7c24e796d8dd
🐛 Bug fixes
- fix: resolve TypeError in get_last_accessed and set_last_accessed for disk-loaded sessions (#215) @sharma-sugurthi
🚦 Tests
- chore(tests): resolve Pytest 8.0 deprecation by consolidating conftest files (#187) @Adar5
- test: expand prompt_builder unit tests for log_context, multi-turn hi… (#204) @Yugansh5013
- tests: add unit tests for query type functions in schemas.py (#281) @Nikitaa104
📦 Dependency updates
- chore(deps): bump lxml from 5.4.0 to 6.0.2 in /chatbot-core (#338) @dependabot[bot]
- chore(deps): bump uuid from 11.1.0 to 13.0.0 in /frontend (#341) @dependabot[bot]
575.v249de2113327
🚀 New features and improvements
- fix: persist WebSocket streaming messages to disk (#174) @sharma-sugurthi
📦 Dependency updates
- chore(deps-dev): bump @testing-library/react from 16.3.0 to 16.3.2 in /frontend (#340) @dependabot[bot]
- chore(deps-dev): bump jest from 30.0.3 to 30.3.0 in /frontend (#337) @dependabot[bot]
- chore(deps-dev): bump typescript-eslint from 8.33.0 to 8.58.0 in /frontend (#343) @dependabot[bot]
571.v9f5efc4ea_793
🚀 New features and improvements
📦 Dependency updates
- chore(deps): bump io.jenkins.tools.bom:bom-2.504.x from 5804.v80587a_38d937 to 5983.v443959746f1f (#327) @dependabot[bot]
- chore(deps): bump org.jenkins-ci.plugins:plugin from 5.2102.v5f5fe09fccf1 to 6.2138.v03274d462c13 (#222) @dependabot[bot]
567.v7dce2d246048
🐛 Bug fixes
- fix: handle malformed JSON in WebSocket handler gracefully (fixes #257) (#259) @sharma-sugurthi
🚦 Tests
- test: add unit tests for sessionmanager.py (#200) @sharma-sugurthi
- tests: add edge case tests for get_chatbot_reply via public API (#225) @Nikitaa104