Releases: langchain-ai/langserve
Releases · langchain-ai/langserve
v0.1.0rc2
v0.1.0rc1
What's Changed
- Update README.md with correct form by @jakerachleff in #533
- Document add_routes by @eyurtsev in #523
- Update .clabot by @eyurtsev in #538
- Update SECURITY.md by @eyurtsev in #541
- Refactor Anthropic import to langchain_anthropic and update model to v3 by @donbr in #524
- Update .clabot by @eyurtsev in #558
- doc: link server example to server.py instead of client.ipynb by @WarrenTheRabbit in #553
- Update splashscreen by @eyurtsev in #563
- Transition to langchain-core ^0.1 by @eyurtsev in #564
- [minor][doc] Updates setup instruction for LangServe app by @rahilvora in #549
- Only surface callback events in response schema if callbacks are enabled by @eyurtsev in #566
- Scoped Feedback: Plumb through scoped feedback by @eyurtsev in #568
- langserve: Create token feedback endpoint, update schema for feedback by @eyurtsev in #570
- Expose Feedback Tokens as part of add_routes and APIHandler by @eyurtsev in #571
- Allow accepting run ids by the server by @eyurtsev in #576
- Tests: add token_feedback endpoint to test that verifies enabled/disabled config by @eyurtsev in #573
- Improve error message if user isn't passing a Runnable to add_routes by @eyurtsev in #577
- Add tests to check playground is served with api router configurations by @eyurtsev in #579
- Update .clabot by @eyurtsev in #582
- Raise invalid request exceptions by @eyurtsev in #581
- 0.1.0 RC1 by @eyurtsev in #584
New Contributors
- @donbr made their first contribution in #524
- @WarrenTheRabbit made their first contribution in #553
- @rahilvora made their first contribution in #549
Full Changelog: v0.0.51...v0.1.0rc1
v0.0.51
What's Changed
- Fix regenerate in chat playground for legacy inputs by @jacoblee93 in #529
- Release 0.0.51 by @jacoblee93 in #530
Full Changelog: v0.0.50...v0.0.51
v0.0.50
What's Changed
- Add support for older chat input schemas to chat playground by @jacoblee93 in #526
- Release 0.0.50 by @jacoblee93 in #527
Full Changelog: v0.0.49...v0.0.50
v0.0.49
What's Changed
- Expose playground type in add_routes and APIHandler by @eyurtsev in #519
- Update docs for new chat playground flow by @jacoblee93 in #520
- Remove deadcode and lint by @eyurtsev in #521
- Add output schemas to the playgrounds by @eyurtsev in #522
- Release 0.0.49 by @jacoblee93 in #525
Full Changelog: v0.0.48...v0.0.49
v0.0.48
What's Changed
- Add env var docs by @jacoblee93 in #513
- Show line-breaks in chat message content by @jacoblee93 in #515
- Allow editing of prior messages in the chat playground by @jacoblee93 in #516
- Release 0.0.48 by @jacoblee93 in #517
Full Changelog: v0.0.47...v0.0.48
v0.0.47
What's Changed
- add py.typed by @baskaryan in #505
- Improve LangSmith feedback endpoint error message by @jacoblee93 in #510
- Adds opt-in public trace view endpoint by @jacoblee93 in #511
- Adds chat interface by @jacoblee93 in #509
- Release 0.0.47 by @jacoblee93 in #512
Full Changelog: v0.0.46...v0.0.47
v0.0.46
What's Changed
- Add streaming support for tuple chat widget by @jacoblee93 in #499
- Rebuild assets for playground for local dev by @eyurtsev in #502
- Release 0.0.46 by @eyurtsev in #501
Full Changelog: v0.0.45...v0.0.46
v0.0.45 🥘
What's Changed
- Adds playground chat widget for message list inputs, additional global callback for chunks by @jacoblee93 in #489
- Release 0.0.45 by @eyurtsev in #498
Full Changelog: v0.0.44...v0.0.45
v0.0.44 🍳
What's Changed
- Update Hosted LangServe Signup Link by @jakerachleff in #485
- Make playground work with apps behind a proxy with root_path by @nat-n in #472
- Update JS docs links by @jacoblee93 in #490
- Exclude playground asset paths from OpenAPI docs by @nat-n in #488
- Update .clabot by @eyurtsev in #493
- docs: add IaC section to the docs with first examples for Pulumi. by @dirien in #491
- Release 0.0.44 by @eyurtsev in #494
New Contributors
Full Changelog: v0.0.43...v0.0.44