-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add migration guide #1108
Add migration guide #1108
Conversation
MIGRATION.md
Outdated
|
||
This document provides instructions for migrating your codebase to accommodate breaking changes introduced in new versions of Griptape. | ||
|
||
## 0.31.0 |
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.
should the heading be something like 0.30 -> 0.31
? i know this is the first one but it needs to delta off of something.
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.
Done
11e89a2
to
cde3d13
Compare
cde3d13
to
1ea6e00
Compare
CHANGELOG.md
Outdated
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
### Fixed | |||
- Parsing streaming response with some OpenAi compatible services. | |||
|
|||
**Note**: This release includes breaking changes. Please refer to the [Migration Guide](MIGRATION.md#0.31.0) for details. |
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.
udpate markdown link
1ea6e00
to
5dffb1b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
Describe your changes
Add migration to help users navigate breaking changes.
Issue ticket number and link
#1106