Skip to content

chore(deps): bump swoosh from 1.26.3 to 1.28.0 - #165

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/swoosh-1.28.0
Open

chore(deps): bump swoosh from 1.26.3 to 1.28.0#165
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/swoosh-1.28.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps swoosh from 1.26.3 to 1.28.0.

Release notes

Sourced from swoosh's releases.

v1.28.0 🚀

✨ Features

🧰 Maintenance

New Contributors

Full Changelog: swoosh/swoosh@1.27.1...v1.28.0

v1.27.1 🚀

🐛 Bug Fixes

⛓️ Dependency

New Contributors

Full Changelog: swoosh/swoosh@v1.27.0...1.27.1

v1.27.0 🚀

✨ Features

📝 Documentation

New Contributors

Full Changelog: swoosh/swoosh@v1.26.3...v1.27.0

Changelog

Sourced from swoosh's changelog.

1.28.0

✨ Features

1.27.1

🐛 Bug Fixes

  • Fix Swoosh.Adapters.AmazonSES crashing when the SES error response XML is missing an expected node @​youdie006 (#1186)

1.27.0

✨ Features

Commits
  • 200187e Bump release metadata and changelog
  • eab4387 Regenerate styles with Tailwind CSS
  • 485a58a Return an error tuple for any unexpected status
  • 44e6e44 Revert decode_json extraction
  • 8c04b50 Address review feedback on TurboSMTP adapter
  • 7a3d33c Reference the PR in the changelog entry
  • 120504c Add TurboSMTP adapter
  • 3985f9e build(deps): bump bandit from 1.12.0 to 1.12.4 (#1179)
  • ffa34f6 build(deps): bump cowboy from 2.17.0 to 2.18.0 (#1180)
  • 90f66ec build(deps): bump hackney from 4.5.2 to 4.7.3 (#1187)
  • Additional 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)

Bumps [swoosh](https://github.com/swoosh/swoosh) from 1.26.3 to 1.28.0.
- [Release notes](https://github.com/swoosh/swoosh/releases)
- [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md)
- [Commits](swoosh/swoosh@v1.26.3...v1.28.0)

---
updated-dependencies:
- dependency-name: swoosh
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Aug 28, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request aims to upgrade the swoosh library to version 1.28.0. While the mix.lock file has been updated, the dependency manifest (mix.exs) is notably missing from the changes. This omission creates a discrepancy between the project's requirement definitions and its locked state. Codacy analysis indicates the project remains up to standards; however, the lack of accompanying tests introduces risk, particularly concerning the AmazonSES adapter fix included in this release.

About this PR

  • The project's dependency manifest (mix.exs) is missing from the PR. It must be updated alongside mix.lock to ensure the version requirements are correctly defined for the project.
  • No automated tests or CI data were provided to verify the upgrade. This is particularly important for this version bump, as it includes a fix for AmazonSES error handling that should be regression-tested.

Test suggestions

  • Verify successful compilation and application startup with the updated swoosh version.
  • Regression test for AmazonSES adapter error handling to ensure the fix for missing XML nodes works as expected.
  • Verify existing email delivery functionality continues to operate correctly post-upgrade.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful compilation and application startup with the updated `swoosh` version.
2. Regression test for AmazonSES adapter error handling to ensure the fix for missing XML nodes works as expected.
3. Verify existing email delivery functionality continues to operate correctly post-upgrade.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@hyperpolymath hyperpolymath left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by Antigravity

@hyperpolymath
hyperpolymath enabled auto-merge (squash) August 28, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant