Releases: langflow-ai/langflow
v0.0.71
What's Changed
- refactor(loading.py): change instantiate_prompt function signature to include class_object parameter and use it to instantiate the prompt object by @ogabrielluiz in #302
Full Changelog: v0.0.70...v0.0.71
v0.0.70
What's Changed
- Hotfix: Temporary fix for intermediate steps by @ogabrielluiz in #295
Full Changelog: v0.0.69...v0.0.70
v0.0.69
🎉 We're thrilled to announce our latest release, packed with exciting updates and improvements to enhance your experience. Here's what you can look forward to:
1️⃣ Streaming Capability: Experience the power of real-time responses! Our new streaming feature allows you to receive immediate feedback as the model processes your input. It adds a dynamic element to your conversations, making them more engaging and interactive.
2️⃣ Cache Manager: Sharing and accessing objects between tools has never been easier. With our new cache manager, you can seamlessly store and retrieve information throughout your workflow. It's a convenient way to keep track of important data and reference it in the chat.
3️⃣ API Access (Work in Progress): We've started working on API access, which will enable you to integrate our platform with your own applications and workflows. While it's still a work in progress, this feature opens up exciting possibilities for customization and integration.
4️⃣ UI Enhancements: We've made various user interface improvements to create a more seamless and enjoyable experience. From fixing bugs to refining visuals, we're committed to providing a polished interface that enhances your workflow.
We're constantly striving to improve our platform and provide you with the best tools and features. Stay tuned for more updates as we continue to evolve and meet your needs. Thank you for being a part of our journey! ✨🚀
What's Changed
- disable password copy by @CodeAunt in #224
- Fix auto update by @anovazzi1 in #238
- UI improvements by @anovazzi1 in #240
- Hot fixes by @anovazzi1 in #244
- Tool_fixes by @ogabrielluiz in #258
- Better_predict by @ogabrielluiz in #267
- change line endings to linux. by @bobsburgers in #254
- Copy Paste, Undo and Redo implemented by @lucaseduoli in #253
- Streaming, Chat Markdown, and CacheManager by @ogabrielluiz in #282
- Dark Mode and API Modal by @lucaseduoli in #284
- fixed copy and paste bug by @anovazzi1 in #286
- Websocket, cache_manager, API access, Dark mode fixes by @ogabrielluiz in #285
New Contributors
- @CodeAunt made their first contribution in #224
- @bobsburgers made their first contribution in #254
Full Changelog: v0.0.68...v0.0.69
v0.0.68
What's Changed
- refactor(loading.py): use get method to set allowed_tools to an empty list if it is not present in params dictionary by @ogabrielluiz in #237
Full Changelog: v0.0.67...v0.0.68
v0.0.67
v0.0.66
v0.0.65
v0.0.64
What's Changed
- Fix LangChain imports by @ogabrielluiz in #229
- fix tests to comply with updates and hotfixes by @ogabrielluiz in #230
Full Changelog: v0.0.63...v0.0.64
v0.0.63
v0.0.62
What's Changed
- Hotfix bug on import from local by @ogabrielluiz in #222
Full Changelog: v0.0.61...v0.0.62