Skip to content

Tags: dxxky/langflow

Tags

v0.6.5a9

Toggle v0.6.5a9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
flow state refactor (langflow-ai#1358)

this pull request refactors the flow state preventing bugs and
unexpected behaviours

v0.6.5a8

Toggle v0.6.5a8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add indexes to tables apikey, flow, and user (langflow-ai#1349)

This pull request adds indexes to the tables apikey, flow, and user in order to improve database performance.

v0.6.5a7

Toggle v0.6.5a7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unique constraints and column nullability (langflow-ai#1348)

This pull request tries to fix the unique constraints and column nullability in the codebase.

v0.6.5a6

Toggle v0.6.5a6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add primary key and unique constraints to user, apikey, and flow tabl…

…es (langflow-ai#1347)

This pull request adds primary key and unique constraints to the user, apikey, and flow tables in the database schema. This ensures data integrity and improves database performance.

v0.6.5a5

Toggle v0.6.5a5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version to 0.6.5a5 in pyproject.toml (langflow-ai#1343)

This pull request updates the version in the pyproject.toml file from 0.6.5a4 to 0.6.5a5.

v0.6.5a4

Toggle v0.6.5a4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update create_engine method to include max_overflow parameter (langfl…

…ow-ai#1341)

This pull request updates the `create_engine` method in the `DatabaseService` class to include the `max_overflow` parameter. This allows for better control of connection pooling and prevents connection errors when the pool is full. Additionally, it updates the `weaviate-client` version to `4.0.0` and the `langflow` version to `0.6.5a4`.

v0.6.5a3

Toggle v0.6.5a3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor run_on_mac_or_linux function and remove unused imports (lang…

…flow-ai#1335)

This pull request refactors the run_on_mac_or_linux function by removing unused imports and updating the function signature. This improves the code readability and maintainability.

v0.6.5a2

Toggle v0.6.5a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix memory inputs and update function arguments (langflow-ai#1334)

Refactor process_graph_cached function

Update version to 0.6.5a2 in pyproject.toml

v0.6.5a1

Toggle v0.6.5a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for running on Linux using gunicorn (langflow-ai#1333)

This pull request adds support for running the application on Linux using gunicorn. It also updates the version number in the pyproject.toml file.

v0.6.5a0

Toggle v0.6.5a0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 0.6.5a0 in pyproject.toml (langflow-ai#1332)

This pull request updates the version in the pyproject.toml file to 0.6.5a0.