Releases: langchain-ai/langserve
Releases · langchain-ai/langserve
v0.0.23
What's Changed
- Add Feedback Endpoint to LangServe by @jakerachleff in #153
- Use utf-8 encoding when opening playground assets by @eyurtsev in #164
- Update README.md with badgets / links by @eyurtsev in #165
- Update cli install command by @efriis in #166
- Add autofill of chat history, fix turnstile chat history by @dqbd in #157
- Replace black with ruff format by @nfcampos in #169
- Preserve whitespace in playground output by @nfcampos in #163
- Update frontend build by @nfcampos in #172
- Fix playground crash on undefined schema by @nfcampos in #173
- Unpack input recursively, to ensure that sub-types that are expected … by @nfcampos in #174
- Show AI function messages in editable input, fix empty initial message by @dqbd in #175
- Version 0.0.23 by @eyurtsev in #176
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
- Bump lock file by @eyurtsev in #142
- Add image of playground by @eyurtsev in #145
- Add link to langserve hub templates by @eyurtsev in #147
- Update examples by @eyurtsev in #146
- Return run IDs from invoke/batch endpoints by @jakerachleff in #148
- Readme update for new cli by @efriis in #150
- Remove original playground code by @nfcampos in #151
- Revert "Remove original playground code" by @nfcampos in #152
- Remove names/tags from undocumented versions of endpoints by @eyurtsev in #155
- Fix bug in streaming associated with additive chunks by @eyurtsev in #158
- 0.0.22 by @eyurtsev in #159
New Contributors
- @jakerachleff made their first contribution in #148
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- Parse input dynamically to ensure new keys arent filtered out by pydantic by @nfcampos in #79
- Fix crash when mounting same chain twice in same app by @nfcampos in #134
- Group routes in API docs by path by @nfcampos in #135
- Dynamic validation for streaming endpoints by @eyurtsev in #133
- Fix disabled button state by @bracesproul in #124
- Add number of intermediate steps recorded, disable button by @dqbd in #136
- Fix autotype history fix by @dqbd in #138
- Build new version of playground by @eyurtsev in #139
- Version 0.0.21 by @eyurtsev in #140
New Contributors
- @bracesproul made their first contribution in #124
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- Add logs on startup, global handler method by @jacoblee93 in #123
- Join by @hinthornw in #126
- Fix bug for adding routes to APIRouter by @eyurtsev in #130
- add hosted signup form by @hwchase17 in #131
- Version 0.0.20 by @eyurtsev in #132
New Contributors
- @hinthornw made their first contribution in #126
Full Changelog: v0.0.19...v0.0.20
v0.0.19
v0.0.18
v0.0.17
What's Changed
- Bump pytest by @eyurtsev in #101
- Security notice to README by @eyurtsev in #100
- Test playground endpoint by @eyurtsev in #102
- Use get config list for batch endpoint by @eyurtsev in #103
- Error on missing
/
by @eyurtsev in #108 - Update input and output type logic if specified via add_routes by @eyurtsev in #107
- Error on path collisions by @eyurtsev in #109
- version 0.0.17 by @eyurtsev in #111
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Account for custom input and output types by @eyurtsev in #56
- Update readme by @eyurtsev in #81
- Start handling errors on stream/astream/astream_log by @eyurtsev in #83
- Remove usage of locals from example by @nfcampos in #86
- Add package routes by @efriis in #87
- Add callback events from server by @eyurtsev in #88
- Chat Messages input in Playground by @dqbd in #80
- Handle streamed message chunks in playground by @dqbd in #76
- New JS build by @dqbd in #90
- very important by @baskaryan in #93
- Add server side callback event handling to client by @eyurtsev in #92
- Serialization fix for callbacks by @eyurtsev in #95
- Slash by @nfcampos in #97
- Fix parent root escape by @dqbd in #98
- Bump version by @eyurtsev in #99
Security
Fix parent root escape by @dqbd in #98 affects version 0.0.13 to 0.0.15
New Contributors
- @efriis made their first contribution in #87
- @baskaryan made their first contribution in #93
Full Changelog: v0.0.15...v0.0.16