Skip to content

Releases: sisimai/rb-sisimai

v4.25.9p2

05 Nov 05:21
Compare
Choose a tag to compare
v4.25.9p2 Pre-release
Pre-release
  • Sisimai::Lhost::Exim and Sisimai::Lhost::X3 improvement

v4.25.9

03 Oct 13:06
Compare
Choose a tag to compare
  • Suppress warning messages on Ruby 2.7. Thanks to @koic
    • Suppress keyword argument warnings in Ruby 2.7 #200
    • Suppress a Ruby warning for Object#=~ and bug fix to match patterns #201
  • #203 Replace .+ with [^ ] on some large regular expressions for serious performance reason.
  • #204 Suport Null MX (RFC7505) on Sendmail sisimai/set-of-emails#4

v4.25.8p2

28 Sep 05:04
Compare
Choose a tag to compare
v4.25.8p2 Pre-release
Pre-release
  • #203 Replace .+ with [^ ] on some large regular expressions for serious performance reason.

v4.25.8p1

18 Aug 13:58
Compare
Choose a tag to compare
v4.25.8p1 Pre-release
Pre-release
  • Suppress warning messages on Ruby 2.7. Thanks to @koic
    • Suppress keyword argument warnings in Ruby 2.7 #200
    • Suppress a Ruby warning for Object#=~ and bug fix to match patterns #201

v4.25.8

17 Jul 03:27
Compare
Choose a tag to compare
  • Repository URL was changed to https://github.com/sisimai/rb-sisimai
  • Sisimai::Message.make method was merged into Sisimai::Message.new
  • Sisimai::Message.divideup returns an array (faster than a hash)
  • Remove unused code blocks for deciding the order of email header fields at Sisimai::Data.make method
  • Remove old parameters: datasrc and bounces at the callback feature #189
  • Implement Sisimai::Rhost::Spectrum for parsing bounce mails returned from https://www.spectrum.com/.
  • Remove unsed method Sisimai::Rhost->list
  • Fix bugs in Sisimai::Lhost::FML and Sisimai::Lhost::X5
  • Fix code for finding the value of Diagnostic-Code field in multiple lines at Sisimai::RFC3464
  • Implement Sisimai::Rhost::Cox for parsing bounce mails returned from Cox: https://cox.com/ #193

v4.25.7p4

12 Jul 19:59
Compare
Choose a tag to compare
v4.25.7p4 Pre-release
Pre-release
  • Remove unsed method Sisimai::Rhost->list
  • Fix bugs in Sisimai::Lhost::FML and Sisimai::Lhost::X5
  • Implement Sisimai::Rhost::Cox for parsing bounce mails returned from Cox: https://cox.com/ #193

v4.25.7p3

07 Jun 10:17
Compare
Choose a tag to compare
v4.25.7p3 Pre-release
Pre-release

v4.25.7p2

08 May 22:46
Compare
Choose a tag to compare
v4.25.7p2 Pre-release
Pre-release
  • Remove old parameters: datasrc and bounces at the callback feature #189

v4.25.7p1

07 May 23:38
Compare
Choose a tag to compare
v4.25.7p1 Pre-release
Pre-release
  • Repository URL was changed to https://github.com/sisimai/rb-sisimai
  • Sisimai::Message.make method was merged into Sisimai::Message.new
  • Sisimai::Message.divideup returns an array (faster than a hash)
  • Remove unused code blocks for deciding the order of email header fields at Sisimai::Data.make method

Bug fix release for v4.25.6

25 Apr 13:11
Compare
Choose a tag to compare
  • Bugfix in rake spec for removed module Sisimai::Lhost::UserDefined