Skip to content
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

Merged
merged 6 commits into from
Mar 22, 2024

Conversation

devops-github-rudderstack
Copy link
Contributor

@devops-github-rudderstack devops-github-rudderstack commented Mar 22, 2024

👑 An automated PR

Summary by CodeRabbit

  • Bug Fixes
    • Added backward compatibility for the storage API in analytics-js-plugins to ensure older versions remain functional.
  • Updates
    • Updated dependencies across various packages to ensure compatibility and stability.
    • Improved retry mechanism in analytics-js-plugins for better error handling.
  • Documentation
    • Updated CHANGELOG.md files across packages to reflect the latest changes and version updates.
  • Chores
    • Updated the sonar-project.properties to change the project version, enhancing project analysis and tracking.

Copy link
Contributor

coderabbitai bot commented Mar 22, 2024

Walkthrough

The recent updates focus on enhancing compatibility and reliability across the analytics-js ecosystem. Specifically, version 3.0.3 across various packages introduces a crucial bug fix for backward compatibility in the storage API, alongside dependency updates to maintain synchronization within the suite. Additionally, a code refinement in the retry mechanism ensures broader support for storage engines, marking a step towards more robust data handling and integration capabilities.

Changes

File(s) Change Summary
packages/analytics-js-plugins/CHANGELOG.md
.../CHANGELOG_LATEST.md
Updated to version 3.0.3 with a bug fix for adding backward compatibility in the storage API.
.../analytics-js-plugins/src/utilities/retryQueue/RetryQueue.ts Replaced isNullOrUndefined with isFunction and added a check for keys function existence.
packages/analytics-js/CHANGELOG.md
.../CHANGELOG_LATEST.md
Updated dependency to analytics-js-plugins version 3.0.2.
packages/loading-scripts/CHANGELOG.md
.../CHANGELOG_LATEST.md
Dependency on @rudderstack/analytics-js updated to version 3.0.2.
packages/sanity-suite/CHANGELOG.md Updated @rudderstack/analytics-js dependency to version 3.0.2.
sonar-project.properties Updated sonar.projectVersion from 3.2.0 to 3.3.0.

🐰✨📜✨🐰

In the land of code and byte, where data flows day and night,

A rabbit hopped, with fixes tight, ensuring everything's just right.

From plugin to script, through checks and queues,

It leaped, ensuring no bug ensues.

So here's to changes, small and big, with a hop, a skip, a jig!

🐰✨📜✨🐰

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?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@saikumarrs saikumarrs merged commit 395f9b9 into main Mar 22, 2024
7 checks passed
@saikumarrs saikumarrs deleted the hotfix-release/3.3.0 branch March 22, 2024 08:37
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits Files that changed from the base of the PR and between d0e0bae and 64653fe.
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 with isFunction 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 the keys 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.

Copy link

Copy link

size-limit report 📦

Name Size (Base) Size (Current) Size Limit Status
Common Code - No bundling 15.78 KB 15.81 KB (+0.19% ▲) 16.5 KB
Remote Module Federation Mapping - CDN 330 B 330 B (0%) 512 B
Remote Module Federated Plugins - CDN 5.71 KB 5.71 KB (0%) 6 KB
Core ESM - NPM 7.64 KB 7.64 KB (0%) 8 KB
Core CJS - NPM 22.45 KB 22.45 KB (0%) 23 KB
Core - NPM 22.55 KB 22.55 KB (0%) 23 KB
Core Legacy - CDN 42.99 KB 42.99 KB (0%) 44 KB
Core - CDN 22.71 KB 22.71 KB (0%) 23 KB
Core (legacy build) - CDN - v1.1 31.52 KB 31.52 KB (0%) 32 KB
Core - NPM - v1.1 31.54 KB 31.54 KB (0%) 32 KB
Service Worker Module 22.64 KB 22.64 KB (0%) 24 KB
All Integrations (legacy build) - CDN 98.57 KB 98.57 KB (0%) 105 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants