chore: Bump Resend from 0.1.6 to 0.15.0 - #1575
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
Looks like Resend is updatable in another way, so this is no longer needed. |
--- updated-dependencies: - dependency-name: Resend dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/Resend-0.13.0
branch
from
August 26, 2026 22:30
3a5f615 to
01c5b15
Compare
This was referenced Aug 28, 2026
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
0.2.1
Breaking change:
Deprecated audience methods in
IResendinterfaceRemove
audienceproperties from the ContactUpdate Contacts, Deprecate Audiences (#92)
0.2.0
Breaking change:
ContactList now returns a paginated list under
.DataAdd 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.