Skip to content

🔖 release: common@0.0.14, server@0.2.75, mobile@1.1.23#838

Merged
cruzdanilo merged 1 commit intomainfrom
changeset-release/main
Feb 28, 2026
Merged

🔖 release: common@0.0.14, server@0.2.75, mobile@1.1.23#838
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Feb 25, 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/mobile@1.1.23

Patch Changes

@exactly/common@0.0.14

Patch Changes

@exactly/server@0.2.75

Patch Changes

@gemini-code-assist
Copy link

Summary of Changes

Hello @cruzdanilo, 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 the automated release process for the @exactly/server package, bumping its version to 0.2.75. It integrates a recent patch change that introduced foreign key indexing on card and transaction tables, ensuring these updates are properly reflected in the package's metadata and changelog for publication.

Highlights

  • Automated Release: This pull request is an automated release generated by the Changesets GitHub action, preparing @exactly/server for version 0.2.75.
  • Version Bump: The @exactly/server package version has been incremented from 0.2.74 to 0.2.75.
  • Changelog Update: The CHANGELOG.md for @exactly/server has been updated to reflect the new 0.2.75 patch release, including the change to index foreign keys on cards and transactions.
Changelog
  • .changeset/bright-pumas-land.md
    • Removed the changeset file after its consumption for the release.
  • server/CHANGELOG.md
    • Added a new entry for version 0.2.75 under @exactly/server.
    • Included a patch change description for indexing foreign keys on cards and transactions.
  • server/package.json
    • Updated the version field from 0.2.74 to 0.2.75.
Activity
  • The pull request was automatically opened by the Changesets release GitHub action.
  • The PR description indicates that merging this will publish the packages to npm.
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.

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

@cruzdanilo cruzdanilo marked this pull request as draft February 25, 2026 11:59
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.75, updating package.json and CHANGELOG.md. It incorporates database indexes to foreign keys in the cards and transactions tables. While the release process is consistent and other changes adhere to security best practices, such as using parameterized queries via Drizzle ORM and robust input validation with Valibot, a potential content injection vulnerability has been identified. This vulnerability is located in the push notification logic within server/hooks/activity.ts, where untrusted token symbols from on-chain activity are used to construct messages, which could be exploited for phishing.

@coderabbitai
Copy link

coderabbitai bot commented Feb 25, 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

Walkthrough

Bump server package version 0.2.74 → 0.2.75, remove processed changeset .changeset/bright-pumas-land.md, and add a changelog entry referencing PR #837 documenting indexing of foreign keys on cards and transactions.

Changes

Cohort / File(s) Summary
Release Metadata
server/package.json, server/CHANGELOG.md, .changeset/bright-pumas-land.md
Version bumped to 0.2.75 in server/package.json, added 0.2.75 entry to server/CHANGELOG.md referencing PR #837, and deleted the processed changeset file .changeset/bright-pumas-land.md.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • nfmelendez
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main purpose of the PR: releasing multiple packages with specific version bumps, which matches the changeset deletions and version updates in the PR files.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ 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

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.

@cruzdanilo cruzdanilo changed the title 🔖 release: server@0.2.75 🔖 release: substreams@0.1.1, server@0.2.75 Feb 25, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 5868532 to 411f5dd Compare February 25, 2026 22:07
@sentry
Copy link

sentry bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.20%. Comparing base (9dcaf93) to head (a251e06).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #838      +/-   ##
==========================================
+ Coverage   69.49%   70.20%   +0.70%     
==========================================
  Files         212      212              
  Lines        7760     8203     +443     
  Branches     2508     2682     +174     
==========================================
+ Hits         5393     5759     +366     
- Misses       2139     2214      +75     
- Partials      228      230       +2     
Flag Coverage Δ
e2e 70.20% <ø> (+2.30%) ⬆️

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 force-pushed the changeset-release/main branch from 411f5dd to 6e73545 Compare February 25, 2026 22:57
@cruzdanilo cruzdanilo changed the title 🔖 release: substreams@0.1.1, server@0.2.75 🔖 release: server@0.2.75 Feb 25, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 3 times, most recently from b7cf287 to f164a51 Compare February 26, 2026 01:12
@cruzdanilo cruzdanilo changed the title 🔖 release: server@0.2.75 🔖 release: mobile@1.1.23, common@0.0.14, server@0.2.75 Feb 26, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 2 times, most recently from c71744d to 3266294 Compare February 26, 2026 15:31
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 3266294 to 13abdd9 Compare February 26, 2026 17:08
@cruzdanilo cruzdanilo changed the title 🔖 release: mobile@1.1.23, common@0.0.14, server@0.2.75 🔖 release: common@0.0.14, server@0.2.75, mobile@1.1.23 Feb 26, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 2 times, most recently from 4babcfd to 635285e Compare February 27, 2026 19:02
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 635285e to a251e06 Compare February 28, 2026 17:09
@cruzdanilo cruzdanilo merged commit a251e06 into main Feb 28, 2026
12 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch February 28, 2026 17:24
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