Skip to content

Releases: sargue/mailgun

v1.10.0

05 Apr 07:32
Compare
Choose a tag to compare

v1.9.2

12 Apr 10:11
Compare
Choose a tag to compare

1.9.1

  • JAX-RS client reuse, better performance under load. Remember to reuse
    the Configuration object and close it when it's no longer needed. It's safe
    to use just one for the entire life of the application.

1.9.2

  • security improvements

v1.9.0

09 Jun 18:29
Compare
Choose a tag to compare
  • New configuration options to define timeouts for the underlying connection client. #29

v1.8.1

06 Jun 10:43
Compare
Choose a tag to compare
  • Fixed text content missing line separators

v1.8.0

31 May 15:20
Compare
Choose a tag to compare
  • Fixed callback factory lacking context (Mail reference). Breaks v1.7.0 compatibility. Sorry about that, even if v1.7.0 lived only one day.
  • New mail filter to decide mail sending per instance.

v1.7.0

31 May 11:15
Compare
Choose a tag to compare
  • New configuration facility to provide default callbacks for async sending

v1.6.0

30 May 14:30
Compare
Choose a tag to compare
  • New methods to retrieve parameter values from a Mail instance

v1.5.0

16 Sep 09:52
Compare
Choose a tag to compare
  • Configuration now can store default parameters to be used when they
    are not specified on each mail building process. Inspired by
    this issue report

v1.4.1

05 Jul 17:46
Compare
Choose a tag to compare
  • fixed some null handlings

v1.4.0

31 May 13:52
Compare
Choose a tag to compare