What's Changed
- Add procedure to deploy langflow on AWS by @kazuki306 in #1177
- Fix procedure to deploy langflow on AWS by @kazuki306 in #1187
- Add AWS CDK deployment scripts by @kazuki306 by @ogabrielluiz in #1193
- feat(pageLayout): add support for displaying a beta icon in the page … by @Cristhianzl in #1205
- refactor(GenericNode): simplify conditional class assignment for the … by @Cristhianzl in #1206
- Adds Google Generative AI Component and other small bugfixes by @ogabrielluiz in #1207
- Update version to 0.6.3a0 in pyproject.toml by @ogabrielluiz in #1211
- Update version to 0.6.3a1 in pyproject.toml by @ogabrielluiz in #1212
- Cz/tests by @Cristhianzl in #1213
- Refactor custom component module by @ogabrielluiz in #1210
- Update version to 0.6.3a2 in pyproject.toml by @ogabrielluiz in #1225
- Migrate Weaviate to CustomComponent by @yassineselmi in #1226
- Update version to 0.6.3a3 in pyproject.toml by @ogabrielluiz in #1230
- Update version to 0.6.3a4 in pyproject.toml by @ogabrielluiz in #1232
- Update type hints and refactor result handling in process.py by @ogabrielluiz in #1234
- Cleanup AgentInitializer component by @yassineselmi in #1229
- Added AzureChatOpenAI Custom Component by @yassineselmi in #1233
- BUGFIX: Issue GITHUB #1227 by @Cristhianzl in #1237
- Refactor code and update dependencies by @ogabrielluiz in #1241
- Update version to 0.6.3a7 in pyproject.toml by @ogabrielluiz in #1242
- Add Google Gemini Component, improvements and bugfixes by @ogabrielluiz in #1243
- Vectara Component Update - feature enhancement by @JAtharva22 in #1219
- BUGFIXES by @Cristhianzl in #1260
- Release 0.6.4a0 by @ogabrielluiz in #1263
- Add Dockerfile for building and pushing the application image by @ogabrielluiz in #1265
- Update bcrypt version to 4.0.1 and add .dockerignore entries for node_modules and dist directories by @ogabrielluiz in #1266
- Update .dockerignore file and add QEMU, Docker Buildx, and Docker Hub integration by @ogabrielluiz in #1267
- Adding Vectara Self Query Retriever - feature request by @JAtharva22 in #1249
- add ChatOllama LLM by @yamonkjd in #1235
- Release 0.6.4 by @ogabrielluiz in #1268
- Fix gcp walkthrough tutorial button on README.md by @rparcus in #1271
- Update .gitignore for Pycharm by @seamys in #1270
- Adds ChatDefinition utility by @ogabrielluiz in #1279
- Added Elasticsearch Vector Store by @KulluValley in #1286
- Update AzrueChatOpenAI component. Change api_version to option field … by @coolgo0811 in #1288
- Added AzureOpenAIEmbeddings component by @coolgo0811 in #1293
- Added OllamaEmbeddings component with documentation by @cpellet in #1309
- Add experimental preload endpoint by @ogabrielluiz in #1331
- Bump version to 0.6.5a0 in pyproject.toml by @ogabrielluiz in #1332
- Add support for running on Linux using gunicorn by @ogabrielluiz in #1333
- Fix memory inputs and update function arguments by @ogabrielluiz in #1334
- Refactor run_on_mac_or_linux function and remove unused imports by @ogabrielluiz in #1335
- Update create_engine method to include max_overflow parameter by @ogabrielluiz in #1341
- Fix LangflowApplication initialization and update cohere version by @ogabrielluiz in #1342
- Update version to 0.6.5a5 in pyproject.toml by @ogabrielluiz in #1343
- Add primary key and unique constraints to user, apikey, and flow tables by @ogabrielluiz in #1347
- Fix unique constraints and column nullability by @ogabrielluiz in #1348
- Add indexes to tables apikey, flow, and user by @ogabrielluiz in #1349
- Update AzureChatOpenAI.py by @dxxky in #1356
- flow state refactor by @anovazzi1 in #1358
- Add unique constraints and new fixes by @ogabrielluiz in #1368
- Refactor import order and remove unnecessary samesite attribute in set_cookie() calls by @ogabrielluiz in #1370
- Update cookie settings in login.py by @ogabrielluiz in #1371
- Fix input fields behavior when node is not selected by @anovazzi1 in #1376
- Update Langchain to 0.1 and migrate most components to CustomComponent by @ogabrielluiz in #1382
- chat websocket api support param token and x-api-key by @liyangwd in #1339
- Fix AgentInitializer to has last statement of returning base class by @manhhailua in #1301
- Update buffer-memory.mdx by @dxxky in #1365
- Fix vectorstores/Redis to support output component "Chains" by @coolgo0811 in #1292
- Fix vectorstores/PGVector missing output issue. by @coolgo0811 in #1296
- add vectara icon by @anovazzi1 in #1389
- Add RecursiveCharacterTextSplitter import and documentation link by @ogabrielluiz in #1396
- Refactor state management to use Zustand, migrate components to CustomComponent and other fixes by @ogabrielluiz in #1397
- Revert "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes" by @ogabrielluiz in #1398
- Release 0.6.5 by @ogabrielluiz in #1400
New Contributors
- @kazuki306 made their first contribution in #1177
- @yassineselmi made their first contribution in #1226
- @JAtharva22 made their first contribution in #1219
- @rparcus made their first contribution in #1271
- @seamys made their first contribution in #1270
- @KulluValley made their first contribution in #1286
- @coolgo0811 made their first contribution in #1288
- @cpellet made their first contribution in #1309
- @dxxky made their first contribution in #1356
- @liyangwd made their first contribution in #1339
- @manhhailua made their first contribution in #1301
Full Changelog: v0.6.2...v0.6.5