Skip to content

🔖 release: server@0.2.81#869

Merged
cruzdanilo merged 1 commit intomainfrom
changeset-release/main
Mar 13, 2026
Merged

🔖 release: server@0.2.81#869
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Mar 5, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@exactly/server@0.2.81

Patch Changes

Summary by CodeRabbit

  • Chores
    • Released version 0.2.81 with three patch updates: improved manteca USD deposit details handling, added bridge ID indexing to credentials, and enhanced bridge webhook event processing.

@cruzdanilo cruzdanilo requested a review from nfmelendez as a code owner March 5, 2026 19:47
@cursor
Copy link

cursor bot commented Mar 5, 2026

PR Summary

Low Risk
Release metadata only (version/changelog/changesets) with no runtime code changes.

Overview
Prepares the @exactly/server patch release 0.2.81 by bumping server/package.json from 0.2.80 to 0.2.81 and adding the corresponding release notes to server/CHANGELOG.md.

Removes the three consumed changeset files that described the included patches (Manteca USD deposit detail update, Bridge credential index, and Bridge webhook event handling).

Written by Cursor Bugbot for commit f5ef6c0. This will update automatically on new commits. Configure here.

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request facilitates an automated patch release for the @exactly/server package, incrementing its version to 0.2.81. The release incorporates a specific update to deposit details, as indicated by the consumed changeset. This PR is designed to be merged when ready to publish the updated package to npm.

Highlights

  • Automated Release: This pull request is an automated release generated by the Changesets GitHub action, preparing for the publication of @exactly/server.
  • Version Update: The @exactly/server package has been updated to version 0.2.81.
  • Deposit Details Update: A patch change was included to update 'manteca usd deposit details'.
Changelog
  • .changeset/legal-eggs-hunt.md
    • Removed the changeset file after its consumption for the release.
  • server/CHANGELOG.md
    • Added a new entry for version 0.2.81, detailing the 'update manteca usd deposit details' patch.
  • server/package.json
    • Updated the package version from 0.2.80 to 0.2.81.
Activity
  • The pull request was automatically opened by the Changesets release GitHub action.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 284a50e1-7b59-4394-9a5a-44f43d999701

📥 Commits

Reviewing files that changed from the base of the PR and between 20bdf92 and 45de6b3.

📒 Files selected for processing (6)
  • .changeset/legal-eggs-hunt.md
  • .changeset/purple-ways-attack.md
  • .changeset/red-cases-know.md
  • .changeset/thin-pumas-brush.md
  • server/CHANGELOG.md
  • server/package.json
💤 Files with no reviewable changes (4)
  • .changeset/legal-eggs-hunt.md
  • .changeset/thin-pumas-brush.md
  • .changeset/purple-ways-attack.md
  • .changeset/red-cases-know.md

Walkthrough

Bumps the server package version to 0.2.81, adds a 0.2.81 section to server/CHANGELOG.md, and removes four processed .changeset files that previously recorded those patch entries.

Changes

Cohort / File(s) Summary
Release metadata
server/package.json, server/CHANGELOG.md
Version bumped from 0.2.80 → 0.2.81; new changelog section 0.2.81 added listing three patch PRs/commits.
Changeset removals
.changeset/legal-eggs-hunt.md, .changeset/red-cases-know.md, .changeset/thin-pumas-brush.md, .changeset/purple-ways-attack.md
Four changeset files deleted — processed patch entries removed (manteca USD deposit details, bridge id index to credentials, bridge webhook handling, and an empty entry).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • nfmelendez
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: releasing server version 0.2.81, which matches the version bump in package.json and the new CHANGELOG entries.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request is an automated release for @exactly/server version 0.2.81. A medium-severity security issue was identified where sensitive Personally Identifiable Information (PII), specifically a Tax Identification Number (userLegalId), is logged in error contexts sent to Sentry.

@sentry
Copy link

sentry bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.23%. Comparing base (575d233) to head (45de6b3).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #869   +/-   ##
=======================================
  Coverage   71.23%   71.23%           
=======================================
  Files         212      212           
  Lines        8378     8378           
  Branches     2741     2741           
=======================================
  Hits         5968     5968           
  Misses       2132     2132           
  Partials      278      278           
Flag Coverage Δ
e2e 71.23% <ø> (+4.34%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cruzdanilo cruzdanilo marked this pull request as draft March 11, 2026 19:33
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 2 times, most recently from f5ef6c0 to a790748 Compare March 12, 2026 12:43
@cursor
Copy link

cursor bot commented Mar 12, 2026

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on April 2.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from aef8a9f to 45de6b3 Compare March 12, 2026 23:26
@cruzdanilo cruzdanilo merged commit 45de6b3 into main Mar 13, 2026
12 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch March 13, 2026 14:15
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.

1 participant