Skip to content

Releases: langchain-ai/langserve

v0.0.38 β›„

05 Jan 14:11
470f047
Compare
Choose a tag to compare

What's Changed

Improvements and code changes

Documentation and CI

New Contributors

Full Changelog: v0.0.37...v0.0.38

v0.0.37

21 Dec 03:06
cf180b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.36...v0.0.37

v0.0.36

13 Dec 15:52
34b96e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.35...v0.0.36

v0.0.35

09 Dec 03:34
5ec5821
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.34...v0.0.35

v0.0.34

06 Dec 19:53
f85f4a0
Compare
Choose a tag to compare

What's Changed

Improvements and features

  • Add filtering for LangServe by run name through allow list by @akira in #291
  • Validate that endpoints specified in enable or disabled endpoints are passed as a sequence of str rather than just str by @eyurtsev in #297

New Contributors

Full Changelog: v0.0.33...v0.0.34

v0.0.33 πŸŒ”

05 Dec 21:13
483e24f
Compare
Choose a tag to compare

What's Changed

Fixes

  • Bug Fix: Use deep copy in RemoteClient astream log@eyurtsev in #280
  • Enforce trailing slash in remote runnable by @eyurtsev in #287

Features

You can enable / disable which endpoints are exposed. Use enabled_endpoints if you want to make sure to never get a new endpoint when upgrading langserve to a newer verison. See README.md for more details.

# Enable
add_routes(app, chain, enabled_endpoints=("invoke", "batch", "config_hashes"))
# Disable
add_routes(app, chain, disabled_endpoints=["playground"]) 
  • Document Enabling/Disabling Endpoints in README.md by @eyurtsev in #289

Examples

New Contributors

Full Changelog: v0.0.32...v0.0.33

v0.0.32

28 Nov 19:37
aa7f71a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.31...v0.0.32

v0.0.31

27 Nov 15:33
bcf833c
Compare
Choose a tag to compare

What's Changed

  • Fix race conditions of defaults and schemas by @dqbd in #251
  • Fix streaming duplicate requests when refocusing by @dqbd in #256
  • Version 0.0.31 by @eyurtsev in #258

Full Changelog: v0.0.30...v0.0.31

v0.0.30 πŸ‘»

20 Nov 22:07
0e971b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.29...v0.0.30

v0.0.29 🌌

17 Nov 15:39
798739c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.28...v0.0.29