v1.0.14
What's Changed
✨ New Features
- feat: new Vectara RAG Component by @david-oplatka in #2733
- feat(pyproject): add langchain-core dependency version 0.2.23 to the project by @ogabrielluiz in #3023
- feat: bedrock access with aws access key by @nicoloboschi in #3032
- tests: add tests to chat memory component by @Cristhianzl in #3039
- feat: Add GitLoader Component with advanced filtering options by @danielgines in #2850
🐛 Bug Fixes
- fix: update model names for backwards compatibility by @ogabrielluiz in #3014
- fix: Store message should not override sender by default by @nicoloboschi in #3024
- fix: hide duckdb table not found error log by @nicoloboschi in #3026
- fix: astra-assistants types by @phact in #2881
- fix: style on password button by @anovazzi1 in #3037
- fix: move client instantiation in AssistantsGetAssistantName and AssistantsListAssistants to inner function by @ogabrielluiz in #3043
- fix: add support for custom component message storage by @ogabrielluiz in #3042
- fix: serialize array output and logs by @ogabrielluiz in #3040
- fix: multiselect dropdown not visible by @lucaseduoli in #3044
- fix: tool calling and openai tools do not include chat history by @nicoloboschi in #3030
🛠 Maintenance Tasks
- refactor: api keys API by @igorrCarvalho in #2652
- refactor: change logout and refresh token to use useQuery by @Cristhianzl in #2999
- refactor: set a generic placeholder on float input by @igorrCarvalho in #3015
- refactor: change endpoint monitor/builds to use useQuery by @Cristhianzl in #2622
- refactor: lock poetry dependencies without updating by @ogabrielluiz in #3050
Others
- chore(pyproject): update version 1.0.14 and 0.0.90 for langflow and langflow-base packages by @ogabrielluiz in #3025
- feat: migrate vertex_builds to sql database by @nicoloboschi in #2978
- chore: update package version to 0.0.91 by @ogabrielluiz in #3049
- ci: update Python version in release workflow and skip release if already released by @ogabrielluiz in #3053
- chore: update package version to 0.0.92 by @ogabrielluiz in #3056
New Contributors
- @david-oplatka made their first contribution in #2733
Full Changelog: v1.0.13...v1.0.14