-
Notifications
You must be signed in to change notification settings - Fork 83
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
chore(release): pulling hotfix-release/3.3.0 into main #1670
Conversation
…#1669) fix: add backward compatibility for storage api
WalkthroughThe recent updates focus on enhancing compatibility and reliability across the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to path filters (9)
package-lock.json
is excluded by:!**/*.json
package.json
is excluded by:!**/*.json
packages/analytics-js-plugins/package.json
is excluded by:!**/*.json
packages/analytics-js-plugins/project.json
is excluded by:!**/*.json
packages/analytics-js/package.json
is excluded by:!**/*.json
packages/analytics-js/project.json
is excluded by:!**/*.json
packages/loading-scripts/package.json
is excluded by:!**/*.json
packages/loading-scripts/project.json
is excluded by:!**/*.json
packages/sanity-suite/package.json
is excluded by:!**/*.json
Files selected for processing (9)
- packages/analytics-js-plugins/CHANGELOG.md (1 hunks)
- packages/analytics-js-plugins/CHANGELOG_LATEST.md (1 hunks)
- packages/analytics-js-plugins/src/utilities/retryQueue/RetryQueue.ts (2 hunks)
- packages/analytics-js/CHANGELOG.md (1 hunks)
- packages/analytics-js/CHANGELOG_LATEST.md (1 hunks)
- packages/loading-scripts/CHANGELOG.md (1 hunks)
- packages/loading-scripts/CHANGELOG_LATEST.md (1 hunks)
- packages/sanity-suite/CHANGELOG.md (1 hunks)
- sonar-project.properties (1 hunks)
Files skipped from review due to trivial changes (4)
- packages/analytics-js/CHANGELOG_LATEST.md
- packages/loading-scripts/CHANGELOG.md
- packages/sanity-suite/CHANGELOG.md
- sonar-project.properties
Additional comments: 6
packages/loading-scripts/CHANGELOG_LATEST.md (1)
- 1-5: The version and dependency updates are correctly documented and align with the PR objectives.
packages/analytics-js-plugins/CHANGELOG_LATEST.md (1)
- 1-6: The version update and the bug fix for adding backward compatibility for the storage API are correctly documented and align with the PR objectives.
packages/analytics-js-plugins/CHANGELOG.md (1)
- 5-10: The changelog entry for version 3.0.3 correctly documents the bug fix for adding backward compatibility for the storage API. The inclusion of issue and commit links enhances traceability. Well done.
packages/analytics-js-plugins/src/utilities/retryQueue/RetryQueue.ts (2)
- 8-8: The replacement of
isNullOrUndefined
withisFunction
is appropriate for the intended functionality. It's good to see focused utility functions being used for specific checks.- 708-721: The addition of a backward compatibility check for the
keys
function in the storage engine is well-implemented. It ensures that the functionality remains consistent across different storage engine versions. However, consider the performance implications in environments with a large number of storage items, as iterating over all items could be less efficient than using thekeys
method.packages/analytics-js/CHANGELOG.md (1)
- 5-9: The changelog entry for version 3.0.3 of
@rudderstack/analytics-js
correctly documents the dependency update to@rudderstack/analytics-js-plugins
version 3.0.2. The format follows conventional changelog practices, providing clear and concise information about the changes, including relevant links to GitHub issues and comparisons.
Quality Gate passedIssues Measures |
size-limit report 📦
|
👑 An automated PR
Summary by CodeRabbit
analytics-js-plugins
to ensure older versions remain functional.analytics-js-plugins
for better error handling.CHANGELOG.md
files across packages to reflect the latest changes and version updates.sonar-project.properties
to change the project version, enhancing project analysis and tracking.