-
Notifications
You must be signed in to change notification settings - Fork 258
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
SDK roll out to RC5 for OSS #875
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gaya3-zipstack
approved these changes
Dec 5, 2024
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.
Loooks good.
|
|
chandrasekharan-zipstack
approved these changes
Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
PR to roll out RC5 for OSS
...
Why
This is to stabilize staging and roll out to latest RC, before declaring GA.
...
How
Version bumps in respective services
...
Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
RC5, is not tested with tools and not bumped to the piece of it.
...
Database Migrations
Not applicable.
...
Env Config
Not applicable.
...
Relevant Docs
Not applicable.
...
Related Issues or PRs
Dependencies Versions
Not applicable.
...
Notes on Testing
Happy path of prompt studio is tested
...
Screenshots
Build success with Release candidates
![image](https://private-user-images.githubusercontent.com/115449948/392734957-7dccff38-fd58-4e6c-abe6-b7f7c2273bc2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTg1MDAsIm5iZiI6MTczODk1ODIwMCwicGF0aCI6Ii8xMTU0NDk5NDgvMzkyNzM0OTU3LTdkY2NmZjM4LWZkNTgtNGU2Yy1hYmU2LWI3ZjdjMjI3M2JjMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxOTU2NDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NjY2MTJmZDE5NGVlZmUwYjI2ZDkyNTlkOTcyZjYwMjlkZWExM2M5NmI0OTA4NzNhN2RjNzU5MjhlNjk0NGUwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Q2xNh_2JzD2CeBRogfhCaYr5ryLsY1nCeV-rDxH5woY)
Execution of same prompt works file
![Screenshot from 2024-12-04 12-15-55](https://private-user-images.githubusercontent.com/115449948/392735312-1c5cf049-4581-4d76-a716-6c1f1c660929.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTg1MDAsIm5iZiI6MTczODk1ODIwMCwicGF0aCI6Ii8xMTU0NDk5NDgvMzkyNzM1MzEyLTFjNWNmMDQ5LTQ1ODEtNGQ3Ni1hNzE2LTZjMWYxYzY2MDkyOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxOTU2NDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lZWIwNmY5ZjM4M2JhYWEwNjVkMzkzMzUwYjQ4MjRhZmJiY2ZmN2VkNTQ3ZWU1ZDFhY2NmZTlhODQ3Yzc2YjA4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-c6hOqUypbjcoGE_iFcViWQEk5KOG18rZu6r4gI6bIs)
Checklist
I have read and understood the Contribution Guidelines.