Skip to content

Release 3.0.2 / deprecated

Pre-release
Pre-release
Compare
Choose a tag to compare
@TomFreudenberg TomFreudenberg released this 12 Jun 00:18
· 65 commits to master since this release

Changes to 3.0.2

  1. Enable support for certificate chain PEM files

Compatibility

  • the new release is mostly compatible with previous 3.0.y and 2.x.y releases.

Attention (dropped deprecated)

  • Dropped deprecated method host - please use hosts.join(', ') instead
  • Dropped deprecated method port - please use ports.join(', ') instead
  • Dropped deprecated empty wildcard "" support on initialize - please use specific hostnames and / or ip-addresses or star wildcard "*" only

Attention (minor incompatibility)

  • method arguments for new, join, stop are defined as keyword arguments
# any argument needs to be specified by it`s keyword
daemon = MySmtpd.new(ports: '2525', hosts: '127.0.0.1', max_processings: 4)

‼️ Please update at least to Release 3.0.3