Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the Optimizely JavaScript SDK for the 6.3.0 release by updating version numbers across the codebase and documenting the changes in the CHANGELOG.
Key Changes:
- Version bumped from 6.2.0 to 6.3.0 across all package files and code constants
- CHANGELOG updated with comprehensive release notes for version 6.3.0, including new features (Holdouts support, configurable prediction endpoint, HTTP support, TTL for events, maxRetries option, custom headers), changes (CMAB exclusion from user profile service), and bug fixes (ODP logging)
- Test expectations updated to reflect the new version number
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated package version from 6.2.0 to 6.3.0 |
| package-lock.json | Updated lockfile version references to 6.3.0 in both root and packages sections |
| lib/utils/enums/index.ts | Updated CLIENT_VERSION constant from 6.2.0 to 6.3.0 |
| lib/index.react_native.spec.ts | Updated test expectation for clientVersion to 6.3.0 |
| lib/index.node.tests.js | Updated test assertion for clientVersion to 6.3.0 |
| lib/index.browser.tests.js | Updated test assertion for clientVersion to 6.3.0 |
| CHANGELOG.md | Added comprehensive release notes for version 6.3.0 with new features, changes, and bug fixes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
junaed-optimizely
approved these changes
Nov 19, 2025
This file contains hidden or 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
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.
Issues