Releases: langchain-ai/langserve
Releases · langchain-ai/langserve
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
v0.0.43
v0.0.42 🥶
What's Changed
Improvements and bug fixes
Documentation
- Example: Add ollama example for a local LLM by @eyurtsev in #436
- Update README.md to include absolute link to langserve by @eyurtsev in #445
- README.md: fix typos in with_types arguments by @eyurtsev in #446
- Examples: Update agent example to include astream events by @eyurtsev in #448
- Examples: Improve agent with history example to show astream events usage by @eyurtsev in #451
- Examples: Add chat widget to agent by @eyurtsev in #452
- Example: Add custom agent streaming by @eyurtsev in #453
- Examples: Remove duplicated examples by @eyurtsev in #455
- Update Readme to include path information when disabling the playground by @eyurtsev in #464
- Examples: Add multiple servers example by @eyurtsev in #469
- release version 0.0.42 by @eyurtsev in #477
Full Changelog: v0.0.41...v0.0.42
v0.0.41
v0.0.40 🥷
What's Changed
Improvements
- Adds astream events API to langserve
PRs
- docs: fix links README by @baskaryan in #391
- Example: Add agent with history by @eyurtsev in #399
- Update README with new example by @eyurtsev in #400
- Add astream_events support to langserve by @eyurtsev in #412
- Add astream_events support to Remote Runnable by @eyurtsev in #415
- Strip internal keys from metadata by @eyurtsev in #416
- patch: rename internal function name by @eyurtsev in #417
- astream events: Add serializtion path tests by @eyurtsev in #418
- Tests: re-organize utilities and chat model utility by @eyurtsev in #419
- Tests: test stream events with chat model output by @eyurtsev in #420
- Tests: inlclude astream events endpoint in testing enabled/disabled endpoint config by @eyurtsev in #421
- Add StreamEventRequest type, update OpenAPIDocs by @eyurtsev in #422
- Bump version for release 0.0.40 by @eyurtsev in #423
Full Changelog: v0.0.39...v0.0.40
v0.0.39
What's Changed
Improvements and Bug Fixes
Docs & Examples
- Add examples table and reformat README by @eyurtsev in #372
- README.md: Add client links to examples tables by @eyurtsev in #373
- README: Add more documentation, some reformatting, add more links to examples by @eyurtsev in #374
- Update agent client example with streaming/stream log by @eyurtsev in #379
- Example: Add example of configurable runnable used in agent executor by @eyurtsev in #382
- Release 0.0.39 by @eyurtsev in #390
Full Changelog: v0.0.38...v0.0.39
v0.0.38 ⛄
What's Changed
Improvements and code changes
- Add ability to pass path dependencies through add_routes by @eyurtsev in #361
- Update env vars for hosted langserve by @jakerachleff in #347
Documentation and CI
- docs: AWS deployment (via Copilot CLI) by @JGalego in #307
- Update link to CLA by @eyurtsev in #359
- Example: Add auth using global dependencies by @eyurtsev in #360
- Add auth explanations to readme by @eyurtsev in #363
- Update .clabot by @eyurtsev in #364
- Update README.md by @lucianotonet in #350
- Improvement: Support awaitable for per request config modifier by @eyurtsev in #366
- Example: Per user logic using per request modifier by @eyurtsev in #368
- Bump langchain by @eyurtsev in #369
- Example: Add per user retriever with auth using APIHandler by @eyurtsev in #370
- Version 0.0.38 by @eyurtsev in #371
New Contributors
- @lucianotonet made their first contribution in #350
- @JGalego made their first contribution in #307
Full Changelog: v0.0.37...v0.0.38
v0.0.37
What's Changed
- Update API Handler marking some fields as private by @eyurtsev in #329
- Update feedback enabled endpoint by @eyurtsev in #332
- Expose API Handler by @eyurtsev in #333
- Clean up endpoints by @eyurtsev in #338
- Update widgets example by @eyurtsev in #339
- Update README.md with chat widget information by @eyurtsev in #340
- Only run per request modifier for invoke,batch,stream,astream_log by @eyurtsev in #341
- Version 0.0.37 by @eyurtsev in #342
Full Changelog: v0.0.36...v0.0.37
v0.0.36
What's Changed
- Chat Backend with session_id by @eyurtsev in #310
- Allow user to configure callbacks server side by @eyurtsev in #317
- Add backend persisted chat with user id example by @eyurtsev in #318
- Release 0.0.36 by @eyurtsev in #323
- Remove test that seems to cause deadlock for python 3.9 during unit tests by @eyurtsev in #319
Full Changelog: v0.0.35...v0.0.36
v0.0.35
What's Changed
- Passthrough example by @eyurtsev in #305
- auto enable feedback for hosted langserve by @jakerachleff in #302
- Update passthrough dict documentation by @eyurtsev in #306
- Add a Deploy to Railway Button by @PaulLockett in #252
- Fix request url path by @169 in #304
- Release 0.0.35 by @eyurtsev in #309
New Contributors
- @PaulLockett made their first contribution in #252
- @169 made their first contribution in #304
Full Changelog: v0.0.34...v0.0.35