Releases: langchain4j/langchain4j-spring
Releases · langchain4j/langchain4j-spring
1.1.0-beta7
What's Changed
- Azure OpenAI: prepare for 1.0 by @dliubarskyi in #132
Full Changelog: 1.0.1-beta6...1.1.0-beta7
1.0.1-beta6
- Release 1.0.1 and 1.0.1-beta6 - Release to Maven central portal instead of s01 - Configured flatten-maven-plugin
1.0.0-beta5
Release 1.0.0 and 1.0.0-beta5
1.0.0-beta4
- Rename
ChatLanguageModel
intoChatModel
andStreamingChatLanguageModel
intoStreamingChatModel
in 4c97085 - Rename
Tokenizer
intoTokenCountEstimator
in a6f7506 HttpClient
: throwdev.langchain4j.exception.TimeoutException
in case of timeouts in 54a6b54- Fixes langchain4j/langchain4j#2794 in f84b2e9
1.0.0-beta3
What's Changed
- Remove deprecated APIs by @dliubarskyi in #120
- Remove deprecated EmbeddingStore.findRelevant API by @dliubarskyi in #121
- OpenAI: remove deprecated APIs: remove default OpenAiTokenizer bean by @dliubarskyi in #124
Full Changelog: 1.0.0-beta2...1.0.0-beta3
1.0.0-beta2
What's Changed
- Bump Spring Boot baseline from 3.2 to 3.3 by @ThomasVitale in #110
- OpenAI: migrate to HttpClient by @dliubarskyi in #113
- Removed usages of the old generate() API by @dliubarskyi in #117
- Release 1.0.0-beta2 by @dliubarskyi in #119
Full Changelog: 1.0.0-beta1...1.0.0-beta2
1.0.0-beta1
Notable Updates
- Customizable HTTP clients (Spring Boot) by @dliubarskyi in #104
- Add Spring Boot Project Starter for Google Gemini API model - ChatLangauge, Streaming model and Embedding Model by @Suhas-Koheda in #74
- Autowire all available
ChatModelListener
s by @dliubarskyi in #102
Other Updates
- Remove dashscope and qianfan spring boot starter by @Martin7-1 in #100
- Elasticsearch / Redis / Milvus: Remove lombok and small update for IT by @Martin7-1 in #101
- OpenAI: added missing properties by @dliubarskyi in #103
- Remove redis spring boot starter by @Martin7-1 in #105
- Fix langchain4j/langchain4j#2429 by @dliubarskyi in #107
- Release 1.0.0-beta1 by @dliubarskyi in #108
New Contributors
- @dliubarskyi made their first contribution in #102
- @Suhas-Koheda made their first contribution in #74
Full Changelog: 1.0.0-alpha1...1.0.0-beta1
1.0.0-alpha1
What's Changed
- Auto-generate BOM by @gastaldi in #88
- [FEATURE] Support tools enhanced by AOP by @catofdestruction in #80
- Ollama Spring Boot Starter - Supported capabilities in application.properties by @bidek in #96
- #2247 - autoconfig openai maxSegmentsPerBatch by @Empatixx in #97
- AiServiceRegisteredEvent by @catofdestruction in #89
- Add Azure OpenAI structured outputs support by @jdubois in #98
- Release 1.0.0-alpha1 by @langchain4j in #99
New Contributors
- @gastaldi made their first contribution in #88
- @catofdestruction made their first contribution in #80
- @bidek made their first contribution in #96
- @Empatixx made their first contribution in #97
Full Changelog: https://github.com/langchain4j/langchain4j-spring/compare/0.36.2...1.0.0-alpha1
0.36.1
What's Changed
- Release 0.36.1 by @langchain4j in #78
Full Changelog: https://github.com/langchain4j/langchain4j-spring/compare/0.36.0...0.36.1
0.36.0
What's Changed
- Change the name of the AzureOpenAiTokenizer Bean by @jdubois in #45
- fix #1827 ComponentScan with SPEL will not parse by @qing-wq in #48
- fix #2038 Add custom-headers to the Azure Open AI Spring Boot Starter by @arey in #50
- Get rid of lombok for langchain4j-spring-boot-starter and langchain4j-open-ai-spring-boot-starter by @arey in #49
- Get rid of lombok for langchain4j-azure-open-ai-spring-boot-sarter by @arey in #51
- fix #1193 ModerationModel is not auto configured by @N3cr0s1s in #52
- Configure Renovate by @renovate in #53
- Update dependency io.projectreactor:reactor-test to v3.6.11 by @renovate in #55
- Update dependency io.projectreactor:reactor-core to v3.6.11 by @renovate in #54
- Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 by @renovate in #57
- Update dependency maven to v3.9.9 by @renovate in #56
- Update dependency org.projectlombok:lombok to v1.18.34 by @renovate in #59
- Update dependency org.honton.chas:license-maven-plugin to v0.0.6 by @renovate in #58
- Update dependency org.testcontainers:testcontainers-bom to v1.20.3 by @renovate in #60
- Update dependency maven-wrapper to v3.3.2 by @renovate in #61
- Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0 by @renovate in #70
- Update tinylog.version to v2.7.0 by @renovate in #72
- Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.3 by @renovate in #69
- Update dependency io.projectreactor:reactor-test to v3.7.0 by @renovate in #68
- Release 0.36.0 by @langchain4j in #73
New Contributors
- @arey made their first contribution in #50
- @N3cr0s1s made their first contribution in #52
- @renovate made their first contribution in #53
Full Changelog: https://github.com/langchain4j/langchain4j-spring/compare/0.35.0...0.36.0