Skip to content

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Jan 23, 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/[email protected]

Patch Changes

@exactly/[email protected]

Patch Changes

Summary by CodeRabbit

  • New Features

    • Added source attribution tracking capabilities to the platform.
  • Bug Fixes

    • Fixed hydration crashes caused by pending queries during dehydration.
    • Fixed issue where server queries were not properly filtered from persistence.
    • Fixed KYC query validation on version changes.
  • Chores

    • Bumped version to 1.1.3 and updated server dependency to 0.2.51.
    • Enhanced credentials database table with source tracking.

✏️ Tip: You can customize this high-level summary in your review settings.

@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 is an automated release for the @exactly/server package, bumping its version to 0.2.51. It integrates recent changes that enhance the credentials database by adding a source field and implementing user source attribution tracking. The primary goal is to publish these updates to npm.

Highlights

  • Server Version Update: The @exactly/server package has been updated to version 0.2.51.
  • Database Schema Change: A new source field has been added to the credentials database table.
  • User Attribution Tracking: The system now tracks user source attribution.
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 Jan 23, 2026

Walkthrough

Removed multiple .changeset files, bumped server to 0.2.51 and root package to 1.1.3, updated @exactly/server dependency to workspace:^0.2.51, and added corresponding entries to server/CHANGELOG.md and top-level CHANGELOG.md.

Changes

Cohort / File(s) Summary
Changeset files removed
/.changeset/better-sites-lead.md, /.changeset/swift-beers-taste.md, /.changeset/dark-dogs-old.md, /.changeset/ripe-onions-say.md, /.changeset/sharp-weeks-nail.md
Deleted five changeset entries (patch notes for @exactly/server and @exactly/mobile) — removal only, no code or API changes.
Server release metadata
server/package.json, server/CHANGELOG.md
Bumped server version 0.2.500.2.51 and added a 0.2.51 changelog block with two patch entries referencing PR/commits about adding credential source and tracking user source attribution.
Repository release metadata
package.json, CHANGELOG.md
Bumped root package version 1.1.21.1.3, updated dependency @exactly/serverworkspace:^0.2.51, and added a 1.1.3 changelog section listing recent PRs and the server dependency update.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • 🔖 new release #605 — Similar release/version-bump changes: changelog edits, deleted changeset files, and package version updates.

Suggested reviewers

  • nfmelendez
  • franm91
  • dieguezguille
🚥 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 and concisely summarizes the main changes: version bumps for both mobile (1.1.3) and server (0.2.51) packages being released.

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

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, generated by the Changesets release action, prepares for the v0.2.51 release of the @exactly/server package. The changes are confined to versioning and documentation updates: the version in package.json is bumped, the CHANGELOG.md is updated to reflect the new patch changes, and the source changeset files are deleted. These modifications are standard for an automated release process and appear to be correct. No issues were found in this review.

@sentry
Copy link

sentry bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.07%. Comparing base (8780581) to head (8efbd46).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #677   +/-   ##
=======================================
  Coverage   61.07%   61.07%           
=======================================
  Files         169      169           
  Lines        5236     5236           
  Branches     1461     1461           
=======================================
  Hits         3198     3198           
  Misses       1876     1876           
  Partials      162      162           
Flag Coverage Δ
e2e 43.11% <ø> (ø)

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

@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.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@server/CHANGELOG.md`:
- Around line 3-9: Normalize the prose in the "## 0.2.51" changelog entry to use
lowercase (e.g., change "Thanks" to "thanks") and rewrap the two long bullet
lines for PR `#674` (commit ids `71418d1` and `3430400`) so each line is <=120
characters; update the two bullets under "Patch Changes" to use lowercase
wording and split long sentences into shorter lines without altering content or
links.

Comment on lines +3 to +9
## 0.2.51

### Patch Changes

- [#674](https://github.com/exactly/exa/pull/674) [`71418d1`](https://github.com/exactly/exa/commit/71418d18eb9f4d1def1921d1edcdb0e4555fd642) Thanks [@nfmelendez](https://github.com/nfmelendez)! - 🗃️ add source to credentials database table

- [#674](https://github.com/exactly/exa/pull/674) [`3430400`](https://github.com/exactly/exa/commit/343040061995e47764859080f7dcace6c33c435c) Thanks [@nfmelendez](https://github.com/nfmelendez)! - ✨ track user source attribution
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Normalize casing and wrap long lines in the 0.2.51 entry.
Line 5 uses capitalized prose, and Lines 7/9 exceed 120 characters. Markdown guidelines require lowercase prose and line length <=120.

📝 Proposed fix
-### Patch Changes
+### patch changes

-- [`#674`](https://github.com/exactly/exa/pull/674) [`71418d1`](https://github.com/exactly/exa/commit/71418d18eb9f4d1def1921d1edcdb0e4555fd642) Thanks [`@nfmelendez`](https://github.com/nfmelendez)! - 🗃️ add source to credentials database table
+- [`#674`](https://github.com/exactly/exa/pull/674)
+  [`71418d1`](https://github.com/exactly/exa/commit/71418d18eb9f4d1def1921d1edcdb0e4555fd642)
+  thanks [`@nfmelendez`](https://github.com/nfmelendez)! - 🗃️ add source to credentials database table

-- [`#674`](https://github.com/exactly/exa/pull/674) [`3430400`](https://github.com/exactly/exa/commit/343040061995e47764859080f7dcace6c33c435c) Thanks [`@nfmelendez`](https://github.com/nfmelendez)! - ✨ track user source attribution
+- [`#674`](https://github.com/exactly/exa/pull/674)
+  [`3430400`](https://github.com/exactly/exa/commit/343040061995e47764859080f7dcace6c33c435c)
+  thanks [`@nfmelendez`](https://github.com/nfmelendez)! - ✨ track user source attribution
As per coding guidelines, ensure all prose is lowercase and lines stay within 120 characters.
🤖 Prompt for AI Agents
In `@server/CHANGELOG.md` around lines 3 - 9, Normalize the prose in the "##
0.2.51" changelog entry to use lowercase (e.g., change "Thanks" to "thanks") and
rewrap the two long bullet lines for PR `#674` (commit ids `71418d1` and
`3430400`) so each line is <=120 characters; update the two bullets under "Patch
Changes" to use lowercase wording and split long sentences into shorter lines
without altering content or links.

@cruzdanilo cruzdanilo changed the title 🔖 release: [email protected] 🔖 release: [email protected], [email protected] Jan 23, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 6770268 to c482559 Compare January 23, 2026 20:33
Copy link

@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.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 3-11: The changelog entry uses title-case and has lines exceeding
120 characters (see headings "## 1.1.3" and "### Patch Changes" and the long
dependency lines); update the entry to use lowercase markdown prose and wrap
long lines to <=120 characters, or better yet update the Changesets changelog
template so generated entries use lowercase headings and wrapped lines—apply the
change to the current "## 1.1.3" block and the long dependency/commit lines so
they comply with the project's lowercase and line-length rules.
♻️ Duplicate comments (1)
server/CHANGELOG.md (1)

3-10: Casing and line-length issues in the changelog entry.

The issues with capitalized prose ("Patch Changes", "Thanks") and lines exceeding 120 characters have already been flagged in a previous review.

Comment on lines 3 to 17
## 1.1.3

### Patch Changes

- [#678](https://github.com/exactly/exa/pull/678) [`bc8ac76`](https://github.com/exactly/exa/commit/bc8ac764d34ee857596a8fa926f67260926000e4) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🐛 skip pending queries in dehydration to prevent hydration crash

- Updated dependencies [[`71418d1`](https://github.com/exactly/exa/commit/71418d18eb9f4d1def1921d1edcdb0e4555fd642), [`3430400`](https://github.com/exactly/exa/commit/343040061995e47764859080f7dcace6c33c435c)]:
- @exactly/[email protected]

Copy link

Choose a reason for hiding this comment

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

🧹 Nitpick | 🔵 Trivial

Casing and line-length issues in the changelog entry.

Per coding guidelines, markdown prose should be lowercase and lines should not exceed 120 characters. However, this entry follows the same Changesets-generated format used throughout the existing changelog (e.g., lines 12-16 and beyond), so this appears to be the established project pattern.

If strict guideline adherence is desired, consider configuring the Changesets changelog template to output lowercase headings and wrap long lines.

🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 3 - 11, The changelog entry uses title-case and
has lines exceeding 120 characters (see headings "## 1.1.3" and "### Patch
Changes" and the long dependency lines); update the entry to use lowercase
markdown prose and wrap long lines to <=120 characters, or better yet update the
Changesets changelog template so generated entries use lowercase headings and
wrapped lines—apply the change to the current "## 1.1.3" block and the long
dependency/commit lines so they comply with the project's lowercase and
line-length rules.

@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 2 times, most recently from de85ef4 to 7990875 Compare January 26, 2026 21:03
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 7990875 to 8efbd46 Compare January 27, 2026 14:27
@cruzdanilo cruzdanilo merged commit 8efbd46 into main Jan 27, 2026
13 of 15 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch January 27, 2026 14:45
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.

2 participants