Skip to content

Files

Latest commit

 

History

History
35 lines (20 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 1.18 KB

Changelog for @datastax/langflow-client

Ongoing

0.2.1 (March 1, 2025)

Fixed

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

0.2.0 (February 13, 2025)

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

0.1.1 (January 17, 2025)

Updated

  • Allows flow run options to be optional

0.1.0 (January 17, 2025)

Initial release.

  • Support for running a flow with either open source Langflow or DataStax hosted Langflow
  • Support for uploading a file to be used when running a flow