Bump resend from 0.27.0 to 1.0.0 - #76
Conversation
fc41722 to
948b25e
Compare
|
@dependabot rebase |
948b25e to
526dd07
Compare
|
@dependabot rebase |
Bumps [resend](https://github.com/resend/resend-ruby) from 0.27.0 to 1.0.0. - [Release notes](https://github.com/resend/resend-ruby/releases) - [Changelog](https://github.com/resend/resend-ruby/blob/main/CHANGELOG.md) - [Commits](resend/resend-ruby@v0.27.0...v1.0.0) --- updated-dependencies: - dependency-name: resend dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
526dd07 to
dbc43a2
Compare
| @@ -652,7 +652,7 @@ DEPENDENCIES | |||
| puma (>= 5.0) | |||
| rails (~> 8.1.2) | |||
| rails-controller-testing | |||
There was a problem hiding this comment.
Bug: The major version bump of the resend gem to v1.0.0 may introduce unverified breaking API changes, potentially affecting methods like Resend::Batch.send and causing email delivery to fail.
Severity: MEDIUM
Suggested Fix
Before merging, verify the resend gem v1.0.0 changelog or documentation for any breaking changes to the Resend::Batch.send and Resend::Emails.send methods. Confirm that the parameter names, method signatures, and error classes remain compatible with the existing implementation. Add thorough testing for the email-sending functionality in a staging environment to ensure it operates correctly with the new version.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: Gemfile.lock#L654
Potential issue: The update of the `resend` gem from version 0.27.0 to 1.0.0 is a major
version change, which often indicates breaking API modifications. While specific
breaking changes affecting the application's usage of `Resend::Batch.send` and
`Resend::Emails.send` could not be confirmed due to a lack of accessible documentation,
the risk of such changes exists. A failure in these methods would prevent the
application from sending emails, such as meal and RSVP reminders. The analysis could not
verify the exact API contract for v1.0.0, making the likelihood of this issue uncertain.
Did we get this right? 👍 / 👎 to inform future reviews.
|
Superseded by #118. |
Bumps resend from 0.27.0 to 1.0.0.
Release notes
Sourced from resend's releases.
Changelog
Sourced from resend's changelog.
... (truncated)
Commits
990276arelease/v1.0.0 (#146)db7a739feat: contact properties + contact topic update/get (#144)910b5ebchore: Bump to v0.27.0 (#143)303c74efeat: make new attachments API conform to updated spec (#140)259b98efeat: webhooks API support (#139)6fc9529feat: Impl templates API (#135)3f7027cfeat: Inbound API (#134)a7dd876feat: Impl Topics API (#136)2f8068cchore(deps): update dependency rspec to v3.13.2 (#137)4feae1cchore: Update broadcasts example to include new attrs (#133)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)