Skip to content

🔖 release: server@0.2.58, mobile@1.1.9#734

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

🔖 release: server@0.2.58, mobile@1.1.9#734
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Feb 6, 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.9

Patch Changes

@exactly/server@0.2.58

Patch Changes

Summary by CodeRabbit

  • Releases
    • Version 1.1.9 released with improvements to session cookie handling, authentication flow, manteca button spinner behavior, onboarding routing, and translation keys. Also includes Android native debug symbols support.
    • Server version 0.2.58 released with enhancements to session delivery, auth endpoint cookie paths, and fingerprint validator error handling.

@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 automates the release of new versions for the @exactly/mobile and @exactly/server packages. The updates primarily focus on refining authentication and session management across both the mobile client and the server, alongside an improvement in server-side error reporting. These changes aim to enhance the robustness and clarity of the application's core functionalities.

Highlights

  • Package Releases: The @exactly/mobile package has been released as version 1.1.9 and the @exactly/server package as version 0.2.58.
  • Mobile Authentication Flow: The mobile application now mirrors session cookies as headers during the authentication process, improving session handling.
  • Server Session Delivery: The server now includes a fallback mechanism for session delivery via response headers.
  • Server Cookie Management: Explicit cookie paths have been set for authentication endpoints on the server, enhancing security and specificity.
  • Server Error Handling: Validator errors on the server are now fingerprinted by code, allowing for more precise error identification and tracking.
Changelog
  • .changeset/full-doves-bark.md
    • Removed as part of the release process.
  • .changeset/odd-cats-play.md
    • Removed as part of the release process.
  • .changeset/thin-cats-draw.md
    • Removed as part of the release process.
  • .changeset/warm-foxes-leap.md
    • Removed as part of the release process.
  • CHANGELOG.md
    • Added new version 1.1.9 for @exactly/mobile.
    • Included patch change: 'mirror session cookie as header in auth flow'.
    • Updated @exactly/server dependency to 0.2.58.
  • package.json
    • Updated @exactly/mobile version from 1.1.8 to 1.1.9.
    • Updated @exactly/server dependency from 0.2.57 to 0.2.58.
  • server/CHANGELOG.md
    • Added new version 0.2.58 for @exactly/server.
    • Included patch change: 'fallback session delivery via response header'.
    • Included patch change: 'set explicit cookie path for auth endpoints'.
    • Included patch change: 'fingerprint validator errors by code'.
  • server/package.json
    • Updated @exactly/server version from 0.2.57 to 0.2.58.
Activity
  • This pull request was automatically opened by the Changesets release GitHub action to facilitate the release of new package versions.
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 6, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Release metadata changes: four changeset files removed, changelogs updated (mobile and server), package versions bumped (main 1.1.8 → 1.1.9, server 0.2.57 → 0.2.58) and @exactly/server dependency pinned to workspace:^0.2.58.

Changes

Cohort / File(s) Summary
Removed Changesets
.changeset/full-doves-bark.md, .changeset/odd-cats-play.md, .changeset/thin-cats-draw.md, .changeset/warm-foxes-leap.md
Deleted four pending changeset files that previously recorded patch bumps and notes (session header fallback, cookie path, cookie mirror, fingerprint errors).
Root package
package.json, CHANGELOG.md
Bumped main package version 1.1.8 → 1.1.9; updated mobile CHANGELOG with Patch Changes entries and listed @exactly/server@0.2.58.
Server package
server/package.json, server/CHANGELOG.md
Bumped server version 0.2.57 → 0.2.58; added server CHANGELOG entries (fallback session header, explicit cookie path, fingerprint validator errors) referencing PR #732.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • nfmelendez
  • dieguezguille
  • franm91
🚥 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 accurately reflects the main purpose of the PR: releasing two packages with specific version bumps (mobile@1.1.9 and server@0.2.58), which is confirmed by the version updates in package.json and server/package.json files.

✏️ 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 potential bugs to report.

View in Devin Review to see 1 additional finding.

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 is an automated release pull request generated by the Changesets action. It correctly bumps the versions of @exactly/mobile and @exactly/server, updates their respective changelogs, and removes the consumed changeset files. The changes are consistent with the automated release process and appear correct. No code changes requiring review are present.

@sentry
Copy link

sentry bot commented Feb 6, 2026

✅ All tests passed.

@cruzdanilo cruzdanilo changed the title 🔖 release: mobile@1.1.9, server@0.2.58 🔖 release: server@0.2.58, mobile@1.1.9 Feb 6, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 7974e09 to 0de398e Compare February 6, 2026 22:05
@cruzdanilo cruzdanilo merged commit 0de398e into main Feb 6, 2026
11 of 12 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch February 6, 2026 22:06
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

Comments