Release v0.12.1
Changelog
🚀 Features
- 8313b05 demo: add Spring AI VCR demo project
- c760fd8 demo: add LangChain4J VCR demo project
- 18a5811 vcr: add JUnit 5 annotation-based VCR integration
- 9aa1647 vcr: add Spring AI model wrappers for VCR
- 5e101b4 vcr: add LangChain4J model wrappers for VCR
- c2e2992 vcr: add Redis cassette store for VCR persistence
- 5d08e94 vcr: add experimental VCR test system for LLM/embedding recording
🐛 Fixes
- 87668c1 vcr: prevent vcr-data modification in PLAYBACK mode
- fb02e77 hybrid-query: use ADDSCORES to enable proper BM25 text scoring
🛠 Build
- 8aee01f add VCR demo projects to multi-project build
📝 Documentation
- 984985c vcr: improve VCR documentation with
@VCRModelannotation, env var override - 5a0eda8 expand VCR test system documentation in README
- 25b45ab vcr: update VCR testing documentation
- de520da fix redis download links
Contributors
We'd like to thank the following people for their contributions:
- Brian Sam-Bodden (@bsbodden)