Releases: langchain-ai/langserve
Releases · langchain-ai/langserve
v0.3.0
What's Changed
- Update unit tests to catch up with langchain-core by @eyurtsev in #743
- upgrade to pydantic 2 by @eyurtsev in #744
- migrate examples to pydantic 2 by @eyurtsev in #745
- chat-playground: update to handle oneOf (resulted from pydantic upgrade) by @eyurtsev in #746
- update default playground to handle oneOf type by @eyurtsev in #747
- 0.3.0.dev1 release by @eyurtsev in #748
- resolve more warnings in unit tests by @eyurtsev in #752
- first pass at removing deprecated usaged by @eyurtsev in #751
- update claude model in examples by @eyurtsev in #750
- more run time warnings by @eyurtsev in #753
- Update doc-string, remove unused function by @eyurtsev in #754
- update serialization to work with older pydantic versions by @eyurtsev in #756
- serialization fix for defaults by @eyurtsev in #757
- Release 0.3.0dev2 by @eyurtsev in #758
- add ability to control version of astream events API by @eyurtsev in #760
- improve error messages when models fail to hash by @eyurtsev in #762
- mark include callback events as a beta api by @eyurtsev in #761
- propagate astream events from add_route by @eyurtsev in #763
- Fix issue with callback events sent from server by @eyurtsev in #765
- Add ability to specify custom serializer by @eyurtsev in #764
- v0.3 release by @eyurtsev in #767
Full Changelog: v0.2.3...v0.3.0
v0.3.0dev2
What's Changed
- resolve more warnings in unit tests by @eyurtsev in #752
- first pass at removing deprecated usaged by @eyurtsev in #751
- update claude model in examples by @eyurtsev in #750
- more run time warnings by @eyurtsev in #753
- Update doc-string, remove unused function by @eyurtsev in #754
- update serialization to work with older pydantic versions by @eyurtsev in #756
- serialization fix for defaults by @eyurtsev in #757
- Release 0.3.0dev2 by @eyurtsev in #758
Full Changelog: v0.3.0dev1...v0.3.0dev2
v0.3.0dev1
What's Changed
- Update unit tests to catch up with langchain-core by @eyurtsev in #743
- upgrade to pydantic 2 by @eyurtsev in #744
- migrate examples to pydantic 2 by @eyurtsev in #745
- chat-playground: update to handle oneOf (resulted from pydantic upgrade) by @eyurtsev in #746
- update default playground to handle oneOf type by @eyurtsev in #747
- 0.3.0.dev1 release by @eyurtsev in #748
Full Changelog: v0.2.3...v0.3.0dev1
v0.2.3
What's Changed
- update readme by @ccurme in #697
- Add instructions to address pydantic v2 incompatibility by @efriis in #713
- Add langgraph compatibility section by @eyurtsev in #718
- Support correction when creating feedback with token by @hinthornw in #736
- Release 0.2.3 by @eyurtsev in #737
- infra: release permissions by @efriis in #738
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Update hosted langserve waitlist form by @jakerachleff in #664
- Update .clabot by @eyurtsev in #674
- chore: add fastapi to client extra by @dennisrall in #666
- 0.2.2 release by @eyurtsev in #675
New Contributors
- @dennisrall made their first contribution in #666
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- Migrate to locations of imports by @eyurtsev in #625
- Update to allow core 0.2.0 by @eyurtsev in #644
- 0.2.0rc1 by @eyurtsev in #645
- fix upper version for core to 0.3 instead of 3 by @eyurtsev in #646
- update poetry.lock file after version bump by @eyurtsev in #647
- Release 0.2.0 by @eyurtsev in #651
Full Changelog: v0.1.1...v0.2.0
v0.2.0rc1
What's Changed
- Migrate to locations of imports by @eyurtsev in #625
- Update to allow core 0.2.0 by @eyurtsev in #644
- 0.2.0rc1 by @eyurtsev in #645
- fix upper version for core to 0.3 instead of 3 by @eyurtsev in #646
- update poetry.lock file after version bump by @eyurtsev in #647
Full Changelog: v0.1.1...v0.2.0rc1
v0.1.1
v0.1.0
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
- Fixes associated with feedback endpoint by @eyurtsev in #593
- 0.1.0rc2 release by @eyurtsev in #594
- Release 0.1.0 by @eyurtsev in #608
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.0