Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps mail from 2.8.1 to 2.9.0.

Release notes

Sourced from mail's releases.

v2.9.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from mail's changelog.

== Version 2.9.0 (unreleased)

Breaking changes:

  • Mail::Field::FIELDS_MAP now contains class names, not Class instances (c960657)

Compatibility:

  • Update MIME-Version to have correct case per RFC 2045 @​mikel

Features:

  • Updated README to improve around sending multipart mail @​kapfenho
  • Add delivery_interceptors method to Mail class to fetch registered interceptors @​ghousemohamed

Code Improvements:

Bug Fixes:

  • Regression: Preserve message-level charset when adding parts (related to Rails ActionMailer) @​shields
  • Regression: Adding a part should not reset the mail's charset to nil @​railsbob

Performance:

  • reduce object allocations by replacing =~ and Regexp#match by Regexp#match? @​ahorek
  • reduce object allocations by replacing String#unpack[0] by String#unpack1 @​ahorek

Please check 2-8-stable for previous changes.

Commits
  • 490fe21 Prepare for 2.9.0 release
  • 717f220 Bump to beta2
  • d1d65b3 Merge pull request #1330 from jeremyevans/content-type-regression-fix
  • 30302c7 Merge pull request #1619 from yahonda/add_dependency_logger
  • 182f2be Merge pull request #1620 from yahonda/address_uri_rfc_3986_parser_warnings
  • 73db11a Merge pull request #1389 from ahorek/attachments
  • 26f413e rfc822 attachments
  • a2da80f Address warning: URI::RFC3986_PARSER warnings
  • 98c835a Add logger as a dependency for Ruby 3.4 warnings
  • 9a7e2bf Drop unused GH Ation workflow (#1615)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 27, 2025
Bumps [mail](https://github.com/mikel/mail) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/mikel/mail/releases)
- [Changelog](https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc)
- [Commits](mikel/mail@2.8.1...2.9.0)

---
updated-dependencies:
- dependency-name: mail
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/mail-2.9.0 branch from f0fe0bd to 17f4f60 Compare October 28, 2025 04:02
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants