Releases: langflow-ai/langflow
v0.0.75
What's Changed
- migrating to Vite by @gsaivinay in #287
- fix: duplicated lodash by @Dogtiti in #293
- Hotfix: Save Flow Bug in Browser by @anovazzi1 in #304
- Update llama-cpp-python version in pyproject.toml by @phyyou in #299
- Address issue #300 - GCP Shell Script - Websocket Connection Failure by @genome21 in #301
- Add health check endpoint by @filipecaixeta in #311
- Hotfixes: Dark Mode classes and Text Wrapper by @lucaseduoli in #309
- Validation_fix by @ogabrielluiz in #317
- feat: deploy langflow using langchain-serve by @deepankarm in #307
- chore: lint fix by @deepankarm in #320
- Retry_get_all by @ogabrielluiz in #324
- node updating template, base classes and description by @anovazzi1 in #326
- Add New Features and Improvements by @ogabrielluiz in #329
New Contributors
- @gsaivinay made their first contribution in #287
- @Dogtiti made their first contribution in #293
- @phyyou made their first contribution in #299
- @filipecaixeta made their first contribution in #311
- @deepankarm made their first contribution in #307
Full Changelog: v0.0.74...v0.0.75
v0.0.74
What's Changed
- Hotfix: saving flow flow in the browser local storage by @anovazzi1 in #315
Full Changelog: v0.0.73...v0.0.74
v0.0.73
What's Changed
- Hotfix: Save Flow Bug in Browser by @anovazzi1 in #305
- updated pyproject version by @anovazzi1 in #306
Full Changelog: v0.0.72...v0.0.73
v0.0.72
What's Changed
- Hotfix: api code in api button was missing an import by @ogabrielluiz in #303
Full Changelog: v0.0.71...v0.0.72
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