-
Notifications
You must be signed in to change notification settings - Fork 950
1.1 release notes #1555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
1.1 release notes #1555
Conversation
lnhsingh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can do a more thorough review once we have more content in if needed
| "group": "Releases", | ||
| "pages": [ | ||
| "oss/python/releases/langchain-v1" | ||
| "oss/python/releases/langchain-v1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's order this newest to oldest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, can you remove the /releases/langchain-v1 from the langchain tab?
i think the release notes should live in the Reference tab and we can keep the migration guide on the main tab
|
|
||
| ## See also | ||
|
|
||
| - [Versioning](/oss/python/versioning) - Understanding version numbers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe these should be combined w the "Additional resources" section?
|
|
||
| **LangChain v1.1 focuses on improving agent reliability and flexibility.** This release introduces model profiles, new middleware capabilities, and enhanced type safety for custom middleware implementations. | ||
|
|
||
| To upgrade, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To upgrade, | |
| To upgrade: |
|
|
||
| **LangChain v1.1 focuses on improving agent reliability and flexibility.** This release introduces model profiles, new middleware capabilities, and enhanced type safety for custom middleware implementations. | ||
|
|
||
| To upgrade, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To upgrade, | |
| To upgrade: |
| </Card> | ||
| </CardGroup> | ||
|
|
||
| ## See also |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
combine with additional resources section?
ccurme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My own bias is it's overkill to have separate documents for every release.
I think there will be circumstances where we don't want to batch changes (e.g., we want to quickly make a semver-minor change to langchain or langchain-core to unblock something). Are we OK having a page that's a single line of text describing it?
I like OpenAI's changelog: https://platform.openai.com/docs/changelog
This is a single page with bullets hitting what's new at a high-level and linking out to more detailed docs.
I'm OK to ship this and compile into a a single page later if preferred.
|
|
||
| ## Reporting issues | ||
|
|
||
| Please report any issues discovered with v1.1 on [GitHub](https://github.com/langchain-ai/langchain/issues) using the [`'v1.1'` label](https://github.com/langchain-ai/langchain/issues?q=state%3Aopen%20label%3Av1.1). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
personal opinion / feeling but I don't feel the need to ask people to label all their issues with the corresponding version— don't we ask for this information in the issue template?
|
|
||
| **LangChain v1.1 focuses on improving agent reliability and flexibility.** This release introduces model profiles, new middleware capabilities, and enhanced type safety for custom middleware implementations. | ||
|
|
||
| To upgrade, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to spell out installation instructions for every minor release.
|
|
||
| Chat models now expose supported features and capabilities through a `.profile` attribute. These data are derived from the [models.dev](https://github.com/sst/models.dev) project, an open source initiative that provides model capability data, and are augmented with additional fields for purposes of use with LangChain. | ||
|
|
||
| See details in the [models](/oss/langchain/models#model-profiles) guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed some broken links here, they should resolve when we merge #1568. We will need to merge that and update this branch.
No description provided.