# Flowise 1.4.12 - Product: Flowise (https://whatsnew.fyi/product/flowise) - Vendor: FlowiseAI - Date: 2024-01-31 - Version: 1.4.12 - Original notes: https://github.com/FlowiseAI/Flowise/releases/tag/flowise%401.4.12 - Permalink: https://whatsnew.fyi/product/flowise/releases/1.4.12 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'. --- - **added** — Select which links should be used in web scraper nodes (cheerio, puppeteer, and playwright) - **added** — Allow CustomFunction to be set as an Ending Node - **added** — Add OpenAI embedding support - **added** — Add MongoDB support for chat history - **added** — Implement Singleton Redis Connection - **added** — Add Airtable include fields feature - **added** — Return source documents to retriever tool - **added** — Add conversation chain input moderation - **added** — Add DATABASE_SSL_KEY_BASE64 environment variable for PostgreSQL connections - **changed** — Update ChatOpenAI to include new OpenAI chat models - **changed** — Implement CORS and CSP headers from config - **changed** — Change Redis TTL from EX to PX to match TTL in milliseconds - **changed** — Update AzureOpenAIEmbedding default batch size from 1 to 100 - **fixed** — Fix CustomFunction ending node bug - **fixed** — Fix Qdrant filter bug - **fixed** — Fix settings.json not found on upsert - **fixed** — Fix OverrideConfig JSON value handling ##### What's Changed ##### Nodes * chore/pinecone env lint by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1609 * FEATURE: Select which links should be used in web scraper nodes (cheerio, puppeteer, and playwright) by @0xi4o in https://github.com/FlowiseAI/Flowise/pull/1566 * Allows CustomFunction to be set as an Ending Node. by @mokeyish in https://github.com/FlowiseAI/Flowise/pull/1591 * Update ChatOpenAI.ts to include new openai's Chat models by @raffareis in https://github.com/FlowiseAI/Flowise/pull/1610 * Feature/open ai embedding by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1621 * Mongodb for Chat history #1622 by @Ashes47 in https://github.com/FlowiseAI/Flowise/pull/1627 * Feature/Singleton Redis Connection by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1628 * Feature/airtable include fields by @dkindlund in https://github.com/FlowiseAI/Flowise/pull/1631 * Feature/Return Source Documens to retriever tool by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1644 * Feature/Conversation Chain Input Moderation by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1646 ##### Core * Implementing CORS and CSP headers from config by @automaton82 in https://github.com/FlowiseAI/Flowise/pull/1608 * adds DATABASE_SSL_KEY_BASE64 for pg connection by @Jaredude in https://github.com/FlowiseAI/Flowise/pull/1613 ##### Bugfix * Bugfix/custom function ending node by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1619 * Bugfix/Qdrant Filter by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1620 * fix bug settings.json not found on upsert by @niztal in https://github.com/FlowiseAI/Flowise/pull/1630 * Bugfix/Switching Redis TTL from EX to PX to match TTL in milliseconds by @dkindlund in https://github.com/FlowiseAI/Flowise/pull/1633 * Bugfix/AzureOpenAIEmbedding - Updated Default Batch Size from 1 to 100 by @dkindlund in https://github.com/FlowiseAI/Flowise/pull/1632 * Bugfix/OverrideConfig JSON value by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1645 ##### New Contributors * @Ashes47 made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1627 **Full Changelog**: https://github.com/FlowiseAI/Flowise/compare/flowise@1.4.11...flowise@1.4.12