-
Notifications
You must be signed in to change notification settings - Fork 455
release/v0.59.12 #2879
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
release/v0.59.12 #2879
Conversation
|
GitHub CI seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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.
Pull Request Overview
This PR updates version numbers across packages to 0.59.12, adds a new "code" language option to the editor component for generic code syntax highlighting, enhances UI components with styling and functionality improvements, and includes extensive documentation updates with new tutorial notebooks and examples for observability features.
Key changes:
- Version bumps from 0.59.10 to 0.59.12 across web packages and SDK
- New "code" language type added to the editor with Python syntax highlighting
- UI improvements including modal styling, table enhancements, and dynamic loading
- New Node.js OpenTelemetry example with comprehensive setup
- Four new Jupyter notebooks for observability tutorials
- Documentation link updates to reflect new URL structure
Reviewed Changes
Copilot reviewed 150 out of 184 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| web/package.json, web/oss/package.json, web/ee/package.json, sdk/pyproject.toml | Version bumps to 0.59.12 |
| web/oss/src/components/Editor/* | Added "code" language type with Python syntax highlighting support |
| web/oss/src/state/testset/index.tsx | Refactored to use atom family for testset queries with proper loading states |
| web/oss/src/components/Playground/Components/Modals/LoadTestsetModal/* | Enhanced modal with dynamic imports, better loading states, and improved table rendering |
| web/ee/src/components/**/DynamicFormField.tsx | Replaced Monaco Editor with SharedEditor component for consistency |
| examples/node/observability-opentelemetry/* | New Node.js OpenTelemetry example with instrumentation setup |
| examples/jupyter/observability/* | Four new tutorial notebooks covering tracing, querying, annotations, and analytics |
| sdk/README.md, docs/* | Updated documentation links to new URL structure |
Files not reviewed (1)
- examples/node/observability-opentelemetry/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
release/v0.59.12