Skip to content

🔖 release: server@0.2.79#862

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

🔖 release: server@0.2.79#862
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Mar 4, 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.79

Patch Changes


Open with Devin

Greptile Summary

This is an automated release PR generated by the Changesets GitHub Action, bumping @exactly/server from 0.2.78 to 0.2.79 as a patch release.

  • Deletes the consumed changeset file .changeset/bumpy-deer-lead.md
  • Adds a 0.2.79 entry to server/CHANGELOG.md crediting PR ✨ server: implement bridge onramp #814 for the bridge onramp feature
  • Bumps version in server/package.json from 0.2.780.2.79

No logic, configuration, or dependency changes are included — this is purely a version bookkeeping PR driven by the earlier merged feature work.

Confidence Score: 5/5

  • This PR is safe to merge — it contains only automated version bump and changelog updates with no code changes.
  • All three changed files are standard Changesets release artifacts (changeset deletion, changelog entry, package.json version bump). There is no production logic, no dependency changes, and no risk of regressions.
  • No files require special attention.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub (main)
    participant CS as Changesets Action
    participant NPM as npm Registry

    Dev->>GH: Merge PR #814 (bridge onramp) with changeset
    GH->>CS: Trigger release PR creation
    CS->>GH: Open PR #862 (bump server → 0.2.79)
    Note over GH: This PR: delete changeset,<br/>update CHANGELOG, bump version
    GH->>CS: Merge PR #862
    CS->>NPM: Publish @exactly/server@0.2.79
Loading

Last reviewed commit: 4354733

Summary by CodeRabbit

  • Chores
    • Release version 0.2.79 with bridge onramp implementation.

@cruzdanilo cruzdanilo requested a review from nfmelendez as a code owner March 4, 2026 14:42
@cursor
Copy link

cursor bot commented Mar 4, 2026

PR Summary

Low Risk
Low risk release-only change: updates versioning metadata and changelog without modifying runtime code paths.

Overview
Cuts the @exactly/server patch release 0.2.79 by removing the .changeset entry, bumping server/package.json from 0.2.78 to 0.2.79, and adding the corresponding 0.2.79 section to server/CHANGELOG.md referencing PR #814 (“✨ implement bridge onramp”).

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

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

@coderabbitai
Copy link

coderabbitai bot commented Mar 4, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1d56c2e6-f216-4968-8249-caa6ceb28128

📥 Commits

Reviewing files that changed from the base of the PR and between 068967d and 4354733.

📒 Files selected for processing (3)
  • .changeset/bumpy-deer-lead.md
  • server/CHANGELOG.md
  • server/package.json

Walkthrough

This PR releases version 0.2.79 of the @exactly/server package. It removes a temporary changeset file, updates the CHANGELOG with the new patch entry referencing PR #814 for the "bridge onramp" feature, and bumps the version number in package.json accordingly.

Changes

Cohort / File(s) Summary
Release Management
.changeset/bumpy-deer-lead.md, server/CHANGELOG.md, server/package.json
Removed temporary changeset entry, added patch version 0.2.79 to CHANGELOG (referencing PR #814 and commit 09409f6), and bumped package version from 0.2.78 to 0.2.79.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • nfmelendez
✨ 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.

@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.79. It incorporates recent feature work, specifically the bridge onramp implementation from PR #814, by updating the package's changelog and version manifest, and cleaning up the associated changeset file.

Highlights

  • Automated Release: This PR is an automated release generated by the Changesets GitHub action to publish @exactly/server@0.2.79.
  • Version Bump: The @exactly/server package version has been updated from 0.2.78 to 0.2.79.
  • Changelog Update: The server/CHANGELOG.md file has been updated to include the 0.2.79 release, crediting PR ✨ server: implement bridge onramp #814 for implementing the bridge onramp feature.
  • Changeset Consumption: The consumed changeset file .changeset/bumpy-deer-lead.md has been removed as part of the release process.
Changelog
  • .changeset/bumpy-deer-lead.md
    • Removed the changeset file after its consumption for the release.
  • server/CHANGELOG.md
  • server/package.json
    • Updated the version field from 0.2.78 to 0.2.79.
Activity
  • This pull request was automatically opened by the Changesets release GitHub action.
  • The PR is designed to be merged when ready for a release, triggering automatic package publication to npm.
  • It will automatically update if more changesets are added to the main branch.
  • A Greptile summary and sequence diagram were provided, detailing the automated release workflow.
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.

@cruzdanilo cruzdanilo merged commit 4354733 into main Mar 4, 2026
11 of 14 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch March 4, 2026 14:46
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, bumping the version of @exactly/server to 0.2.79 and updating CHANGELOG.md. A security audit has identified a potential open redirect vulnerability in the handling of the redirectURL query parameter. Please ensure that this parameter is properly validated and sanitized to prevent malicious redirects. The changes are purely for versioning and appear to be correct otherwise.

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