Skip to content

chore: Bump Resend from 0.1.6 to 0.15.0 - #1702

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/Resend-0.15.0
Closed

chore: Bump Resend from 0.1.6 to 0.15.0#1702
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/Resend-0.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Updated Resend from 0.1.6 to 0.15.0.

Release notes

Sourced from Resend's releases.

0.15.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.14.0...v0.15.0

0.14.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.13.0...v0.14.0

0.13.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.12.0...v0.13.0

0.12.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.11.0...v0.12.0

0.11.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.10.0...v0.11.0

0.10.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.9.0...v0.10.0

0.9.0

What's Changed

New Contributors

Full Changelog: resend/resend-dotnet@v0.8.0...v0.9.0

0.8.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.7.0...v0.8.0

0.7.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.6.0...v0.7.0

0.6.0

What's Changed

New Contributors

Full Changelog: resend/resend-dotnet@v0.5.1...v0.6.0

0.5.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.4.0...v0.5.0

0.4.0

What's Changed

New Contributors

Full Changelog: resend/resend-dotnet@v0.3.0...v0.4.0

0.3.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.2.2...v0.3.0

0.2.2

  • Add missing broadcast properties (#​95)
  • Fix FluentEmail display name being silently dropped (#​94)

0.2.1

Breaking change:

  • Deprecated audience methods in IResend interface

  • Remove audience properties from the Contact

  • Update Contacts, Deprecate Audiences (#​92)

0.2.0

Breaking change:

  • ContactList now returns a paginated list under .Data

  • Add missing API errors (#​76)

  • Add Topics, Templates, Segments, Receiving and Webhooks (#​80)

  • Add string overloads for Template methods (#​87)

  • Add Receiving and Send Attachment (#​89)

  • Add Contacts and Contact Properties API (#​90)

  • Remove invalid WebhookListAsync method (#​85)

  • Add IsTransient, add limits to exception (#​65)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Resend
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like Resend is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 28, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/Resend-0.15.0 branch August 28, 2026 02:02
radandevist added a commit that referenced this pull request Aug 28, 2026
…dépôt (supersède #1702, #1575) (#1710)

Monte le SDK Resend de 0.1.6 à 0.15.0 et ramène la couture de test à un port possédé par le
dépôt.

Dependabot avait proposé cette montée deux fois (#1575, #1702) et l'avait refermée lui-même
les deux fois avec « updatable in another way », sans jamais ouvrir de remplacement. `develop`
est donc resté sur 0.1.6, quatorze versions mineures en arrière, sans que rien ne le signale :
chaque tentative s'effaçait d'elle-même. Cette branche n'appartient pas à Dependabot.

Le travail de fond est l'introduction de `IResendEmailClient` et `ResendEmailClientAdapter` :
les tests ne se branchent plus sur le type du SDK tiers mais sur une interface du dépôt —
235 lignes supprimées pour 71 ajoutées. La surface qui casse lors d'une future montée de
Resend devient un seul adaptateur au lieu de la suite de tests.

Vérifié par la relecture au sommet fusionné :
- 0.1.6 → 0.15.0 n'apporte aucune rupture pour l'usage de l'application ; `ResendResponse<T>`,
  `ResendRateLimit` et `EmailMessage` sont structurellement inchangés (ajouts optionnels
  seulement) et les deux surcharges de `EmailSendAsync` utilisées gardent leur signature.
- `ErrorType` gagne 8 valeurs, mais `ResendEmailAdapter.Classify()` traite déjà le cas inconnu
  via le repli sur le statut >= 500.
- L'enregistrement d'injection respecte les conventions du dépôt.

Suivis ouverts, non corrigés ici :
- #1713 — `ResendEmailClientAdapter` n'a aucune couverture de test directe : une mutation qui
  lui ferait avaler les exceptions et fabriquer un succès garderait les 9 tests au vert tout
  en cassant l'envoi réel.
- #1711 — `FakeResendClient` ignore la clé d'idempotence (préexistant).

Implémentation : `poolside/laguna-s-2.1:free` (jcode, effort high).
Relecture adverse : `meituan/longcat-2.0:free` — APPROVED_WITH_FOLLOW_UPS au sommet fusionné,
après une première relecture du même contenu à un sommet antérieur.
Report sur `develop`, ouverture de la PR et fusion : Claude Opus 5.

Non vérifié à la main : aucun envoi d'e-mail réel n'a été effectué contre Resend 0.15.0 ; la
confiance repose sur la suite de tests et l'analyse de compatibilité du SDK.

Closes #1712
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants