Skip to content

Releases: langchain-ai/langserve

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

v0.0.28 😻

16 Nov 15:16
4b62a46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.27...v0.0.28

v0.0.27 πŸ›³οΈ

13 Nov 19:44
7372bcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.26...v0.0.27

v0.0.26 πŸ¦“

11 Nov 02:43
fe3abc8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.25...v0.0.26

v0.0.25 🎁

10 Nov 02:31
13dcfb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.24...v0.0.25