Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gen_smtp from 0.15.0 to 1.1.1 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps gen_smtp from 0.15.0 to 1.1.1.

Release notes

Sourced from gen_smtp's releases.

1.1.0

This is mostly a maintainance release which fixes an annoying dependency problem with ranch. Also we switched over to GH actions from Travis CI. Support for OTP 18 was dropped.

  • Fix test compilation warnings (#223)
  • Ranch dependency update (>= 1.7) (#241)
  • Speed up quoted printable encoding (#228)
  • Improve error handling for send errors (#232)
  • Improve error handling for setopts errors (#232)
  • Drop support for OTP-18
  • Drop support for Ranch below 1.6.0

1.0.0

This releases stabilizes the gen_smtp package. Since the previous release, the following issues have been addressed:

  • Remove SP after 'MAIL FROM:' and 'RCPT TO:' (#181)
  • Fix a problem where thrown exception were not caught in send_it/2 (#195)
  • Add option for unlimited message size. (#184)
  • Suppress some warnings. (#201)
  • Fix a problem with hssmtp auth methods. (#203)
  • Change mimemail:parameters() to be a map with atom keys. Fixes #188 (#190)
  • Optionally use ranch v2 as socket acceptor (#171)
  • smtp_server: allow any TLS options when STARTTLS
  • Use hut instead of io:format/2
  • Fix missing OTP-18 function and type
  • Add handle_error/3 callback
  • Make it compatible with OTP-23; add OTP-23 to travis
  • Update rebar3 to 3.11.0
Commits

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 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 the dependencies Pull requests that update a dependency file label Mar 8, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants