Skip to content

Releases: langflow-ai/langflow-client-ts

v0.4.0

31 Jul 06:58

Choose a tag to compare

Added

  • The upload and list methods of the v2 File Upload API

Changed

  • The v1 File Upload method now takes a File or Blob instead of a file path
  • Tests all use strict assertions now

0.3.0

30 May 02:24

Choose a tag to compare

Added

  • Fetching and streaming of logs

Changed

  • Base URL no longer includes the API version to allow for using v2 APIs

v0.2.1

05 Mar 06:05

Choose a tag to compare

  • Responses from agent components have a different structure to model components. Now we handle both in flowResponse.chatOutputText()

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Feb 23:18

Choose a tag to compare

Added

  • Support for streaming responses with flow.stream()
  • Support for AbortController and request timeouts
  • Repository, homepage, and bugs links to package.json

Changed

  • Simplified error classes
  • Updated documentation with streaming and request aborting sections