# Flowise 1.3.9 - Product: Flowise (https://whatsnew.fyi/product/flowise) - Vendor: FlowiseAI - Date: 2023-11-03 - Version: 1.3.9 - Original notes: https://github.com/FlowiseAI/Flowise/releases/tag/flowise%401.3.9 - Permalink: https://whatsnew.fyi/product/flowise/releases/1.3.9 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Update Vectara modules - **changed** — Upgrade Pinecone to v1 - **added** — Add unstructured loader node - **added** — Add custom separators support - **added** — Add RedisEmbeddingsCache for embeddings caching - **added** — Add in-memory cache embeddings - **added** — Add additional configuration options for Postgres vector store - **added** — Add additional configuration options for Qdrant - **changed** — Update AWSBedrockEmbedding - **added** — Add RedisVectorStore - **added** — Add Redis-backed chat message storage - **changed** — Expand TextFile supported file types - **added** — Add OpenAIEmbeddingCustom - **added** — Add query parameter to vector to document conversion - **added** — Add SearchApi document loader and tool with podcast QA example - **added** — Add output parsers feature - **added** — Add Elestio as deployment option - **changed** — Improve chat history functionality - **fixed** — Fix RedisCache illegal invocation error - **fixed** — Fix CRLF line endings on Linux scripts - **fixed** — Fix OpenSearch illegal invocation error - **fixed** — Fix ChatPromptTemplate function name - **fixed** — Add missing environment variables for database in container - **fixed** — Fix chatflow API authentication - **fixed** — Fix JSON parse issue - **fixed** — Fix RedisChat session ID - **fixed** — Fix cannot read properties of undefined when calling replace ##### What's Changed ##### Nodes * Minor update to Vectara modules by @ofermend in https://github.com/FlowiseAI/Flowise/pull/1047 * Chore/Upgrade Pinecone to v1 by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1044 * Feature/unstructured loader by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1046 * Feature/Add custom separators by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1080 * Embeddings Cache Feature - Implementation of RedisEmbeddingsCache by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1083 * Feature/Add InMem cache embeddings by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1100 * Feature/Postgres VS additional config by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1107 * Feature/Qdrant additional config by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1116 * Update AWSBedrockEmbedding.ts by @rodzanto in https://github.com/FlowiseAI/Flowise/pull/1102 * Feature/RedisVectorStore by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1108 * Feature/Add Redis Backed Chat Message fix by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1118 * Feature/Expand TextFile supported file types by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1164 * Add OpenAIEmbeddingCustom by @tirongi in https://github.com/FlowiseAI/Flowise/pull/1158 * Feature/Add query to vec2doc by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1176 * Add SearchApi documentloader, tool & podcast QA example by @SebastjanPrachovskij in https://github.com/FlowiseAI/Flowise/pull/1162 * New Feature - Output Parsers by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1115 ##### Core * feat: Adding Elestio as deployment option by @kaiwalyakoparkar in https://github.com/FlowiseAI/Flowise/pull/1041 * Feature/chat history2 by @chungyau97 in https://github.com/FlowiseAI/Flowise/pull/1009 ##### Bugfix * Bugfix/RedisCache IllegalInvocation by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1053 * Fix for #911, CRLF line endings on Linux scripts. by @automaton82 in https://github.com/FlowiseAI/Flowise/pull/1054 * Revert "Fix for #911, CRLF line endings on Linux scripts." by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1060 * Bugfix/OpenSearch illegal invocation by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1055 * fix: ChatPromptTemplate function name by @yavisht in https://github.com/FlowiseAI/Flowise/pull/1070 * Fix for #911, CRLF line endings, new fix. by @automaton82 in https://github.com/FlowiseAI/Flowise/pull/1077 * Revert "Bugfix/OpenSearch illegal invocation" by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1084 * Add missing env variables for database to work in container by @KeLeKaPe in https://github.com/FlowiseAI/Flowise/pull/1071 * Bugfix/Chatflow API Authentication by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1119 * Bugfix/Add JSON parse fix by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1130 * Bugfix/Fix RedisChat SessionId by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1131 * Spelling Corrections. by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/1134 * Build error fixed (TS) by @siddiqss in https://github.com/FlowiseAI/Flowise/pull/1136 * [Bug] Fix Cannot read properties of undefined (reading 'replace') by @chz8494 in https://github.com/FlowiseAI/Flowise/pull/1127 * Bugfix/Cannot read properties of undefined (replace) by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1174 ##### New Contributors * @kaiwalyakoparkar made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1041 * @ofermend made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1047 * @automaton82 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1054 * @KeLeKaPe made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1071 * _[Truncated at 4000 characters — full notes: https://github.com/FlowiseAI/Flowise/releases/tag/flowise%401.3.9]_