Skip to content

Releases: ruby/net-smtp

v0.2.1

17 Nov 11:33
6e5c09d
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Nov 11:33
0d4da4c
Compare
Choose a tag to compare

What's Changed

  • Fix the repository url in README.md by @mame in #2
  • Use GitHub Actions instead of Travis CI by @hsbt in #5
  • Add SNI support to net/smtp by @nevans in #4
  • TLS should not check the host name by default. by @tmtm in #6
  • Net::SMTP.start arguments are keyword arguments by @tmtm in #7
  • add NEWS.md by @tmtm in #8
  • Use STARTTLS by default if possible by @tmtm in #9
  • Fix: enable_starttls before disable_tls causes an error. by @tmtm in #10
  • Fix: error on STARTTLS enabled server by @tmtm in #11
  • INCOMPATIBLE CHANGE: Verify the server's certificate by default. by @tmtm in #12
  • set system default certificate. by @tmtm in #13
  • add tls_hostname parameter. by @tmtm in #14
  • update NEWS.md by @tmtm in #15
  • Version 0.2.0 by @tmtm in #16

New Contributors

  • @mame made their first contribution in #2
  • @nevans made their first contribution in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Nov 11:33
df67714
Compare
Choose a tag to compare