Skip to content

🔖 release: server@0.2.65#779

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

🔖 release: server@0.2.65#779
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Feb 14, 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.65

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 represents an automated release for the @exactly/server package, incrementing its version to 0.2.65. The release incorporates two critical security patches aimed at improving authentication robustness and error handling for SIWE.

Highlights

  • Security Enhancement: Prevented challenge replay on failed authentication attempts to enhance security.
  • Error Handling: Hardened SIWE (Sign-in with Ethereum) no credential error handling for improved robustness.
Changelog
  • .changeset/calm-wolves-hunt.md
    • Removed the changeset file for the 'prevent challenge replay' fix.
  • .changeset/clear-guests-end.md
    • Removed the changeset file for the 'harden siwe no credential error handling' fix.
  • server/CHANGELOG.md
    • Added new entries for version 0.2.65, detailing two security-related patch changes.
    • Included commit hashes and author attribution for the new changes.
  • server/package.json
    • Updated the package version from 0.2.64 to 0.2.65.
Activity
  • This pull request was automatically opened by the Changesets release GitHub action.
  • The PR description indicates it will be updated if more changesets are added to the main branch.
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 Feb 14, 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

Removed four .changeset entries and bumped the server package from 0.2.640.2.65; added a new 0.2.65 section in server/CHANGELOG.md documenting three Patch Changes entries. No source-code or API surface changes.

Changes

Cohort / File(s) Summary
Changeset removals
.changeset/calm-wolves-hunt.md, .changeset/clear-guests-end.md, .changeset/steady-otter-handle.md, .changeset/smooth-boxes-sip.md
Deleted four changeset files that documented patch bumps/notes; no code or API changes.
Version & changelog
server/package.json, server/CHANGELOG.md
Bumped @exactly/server version from 0.2.640.2.65 and added a 0.2.65 changelog section listing three Patch Changes (security/hardening and revert handling notes).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • nfmelendez
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 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 describes the main change: a release of server version 0.2.65, which is directly reflected in the version bump and changelog entries in the pull request.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ 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 marked this pull request as draft February 14, 2026 11:48
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 generated by the Changesets action. It correctly bumps the version of the @exactly/server package to 0.2.65, updates the CHANGELOG.md with the latest changes, and removes the consumed changeset files. The changes are purely for release management and do not contain any new application logic. The PR is ready to be merged to trigger the package publication.

@sentry
Copy link

sentry bot commented Feb 14, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #779      +/-   ##
==========================================
- Coverage   69.10%   68.83%   -0.28%     
==========================================
  Files         207      207              
  Lines        7015     7047      +32     
  Branches     2192     2206      +14     
==========================================
+ Hits         4848     4851       +3     
- Misses       1989     2011      +22     
- Partials      178      185       +7     
Flag Coverage Δ
e2e 68.83% <ø> (+15.92%) ⬆️

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 6 times, most recently from 265e1f5 to 9aafb6a Compare February 15, 2026 01:14
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 9aafb6a to 835a98e Compare February 15, 2026 11:34
@cruzdanilo cruzdanilo merged commit 835a98e into main Feb 15, 2026
12 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch February 15, 2026 12: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.

1 participant