diff --git a/404.html b/404.html index 02638560cc..1667a7aa05 100644 --- a/404.html +++ b/404.html @@ -24,7 +24,7 @@ - +
diff --git a/agent-tutorial.html b/agent-tutorial.html index f38c02d490..0b194d4121 100644 --- a/agent-tutorial.html +++ b/agent-tutorial.html @@ -24,7 +24,7 @@ - + diff --git a/agents-tools.html b/agents-tools.html index 737603022b..0febc54e48 100644 --- a/agents-tools.html +++ b/agents-tools.html @@ -24,7 +24,7 @@ - + diff --git a/agents.html b/agents.html index a5b27f4313..81fdcad1de 100644 --- a/agents.html +++ b/agents.html @@ -24,7 +24,7 @@ - + diff --git a/api-build.html b/api-build.html index 4754055fc4..2caeae4faf 100644 --- a/api-build.html +++ b/api-build.html @@ -24,7 +24,7 @@ - + diff --git a/api-files.html b/api-files.html index f456fca60a..b597ed4d5a 100644 --- a/api-files.html +++ b/api-files.html @@ -24,7 +24,7 @@ - + diff --git a/api-flows-run.html b/api-flows-run.html index 583a764cc8..5b72282181 100644 --- a/api-flows-run.html +++ b/api-flows-run.html @@ -24,7 +24,7 @@ - + diff --git a/api-flows.html b/api-flows.html index c5690dbc5f..ceb71e485b 100644 --- a/api-flows.html +++ b/api-flows.html @@ -24,7 +24,7 @@ - + diff --git a/api-keys-and-authentication.html b/api-keys-and-authentication.html index 590e099a6e..74dedede34 100644 --- a/api-keys-and-authentication.html +++ b/api-keys-and-authentication.html @@ -24,7 +24,7 @@ - + diff --git a/api-logs.html b/api-logs.html index 34cd328539..286b16d72e 100644 --- a/api-logs.html +++ b/api-logs.html @@ -24,7 +24,7 @@ - + diff --git a/api-monitor.html b/api-monitor.html index 7fb169ec11..df0ad34e27 100644 --- a/api-monitor.html +++ b/api-monitor.html @@ -24,7 +24,7 @@ - + diff --git a/api-openai-responses.html b/api-openai-responses.html index 8de576b5e0..36a949da8e 100644 --- a/api-openai-responses.html +++ b/api-openai-responses.html @@ -24,7 +24,7 @@ - + diff --git a/api-projects.html b/api-projects.html index c44aed98d1..6bfe1f317a 100644 --- a/api-projects.html +++ b/api-projects.html @@ -24,7 +24,7 @@ - + diff --git a/api-reference-api-examples.html b/api-reference-api-examples.html index b781c5161e..4c73bceace 100644 --- a/api-reference-api-examples.html +++ b/api-reference-api-examples.html @@ -24,7 +24,7 @@ - + diff --git a/api-request.html b/api-request.html index 0c68347a96..4f652ecd53 100644 --- a/api-request.html +++ b/api-request.html @@ -24,7 +24,7 @@ - + diff --git a/api-users.html b/api-users.html index 644eafb087..d727922e6e 100644 --- a/api-users.html +++ b/api-users.html @@ -24,7 +24,7 @@ - + diff --git a/api.html b/api.html index 0d49ab496b..9060e9ec70 100644 --- a/api.html +++ b/api.html @@ -24,7 +24,7 @@ - + diff --git a/api/openapi.json.html b/api/openapi.json.html index 0c5ba645e4..73a2674cef 100644 --- a/api/openapi.json.html +++ b/api/openapi.json.html @@ -24,7 +24,7 @@ - + diff --git a/api/openapi.yaml.html b/api/openapi.yaml.html index 0d0c43e904..95ab54848a 100644 --- a/api/openapi.yaml.html +++ b/api/openapi.yaml.html @@ -24,7 +24,7 @@ - + diff --git a/assets/js/8bee5443.98b52013.js b/assets/js/8bee5443.98b52013.js deleted file mode 100644 index 976c599c2b..0000000000 --- a/assets/js/8bee5443.98b52013.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklangflow_docs=self.webpackChunklangflow_docs||[]).push([[879],{45783:(e,n,s)=>{s.d(n,{A:()=>a});var o,r,t=s(96540);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var n=1;nIf you made changes to your flows in the isolated installation, you might want to export and import those flows back to your upgraded primary installation so you don't have to repeat the component upgrade process.
-Version 1.7.0 was yanked due to a critical bug. Version 1.7.0 has been replaced with version 1.7.1, which includes a fix for this issue.
Highlights of this release include the following changes. For all changes, see the Changelog.
+A critical issue was identified during the upgrade process to version 1.7.0. While the package updates correctly, there is a total loss of persisted state, including flows, projects, and global variables.
+Flows, projects, and global variables are not deleted or corrupted. The data still exists, but version 1.7.0 cannot find it due to a path change in how flows are located. +Only Langflow versions 1.6.8 and 1.6.9 upgrading to 1.7.0 are affected.
+Don't upgrade to Langflow version 1.7.0 if you are upgrading from version 1.6.8 or 1.6.9. Instead, upgrade directly to version 1.7.1, which includes a fix for this bug.
+If you installed version 1.7.0 before the fix was released, follow these steps to recover your flows:
+Revert Langflow to version 1.6.9:
+
_10uv pip install langflow==1.6.9
Verify that your flows, projects, and global variables are accessible.
+Upgrade directly to version 1.7.1, which includes the fix for this issue:
+
_10uv pip install langflow==1.7.1
See the Changelog.