Skip to content

Releases: mailjet/mailjet-apiv3-go

v4.0.7

01 Dec 15:51
974314f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.6...v4.0.7

v4.0.6

28 Nov 18:41
4b6c16c
Compare
Choose a tag to compare

What's Changed

  • DE-1360 Unable to get details about an error (handling of 404) by @vtopc in #114
  • DE-1362 update readme by @vtopc in #117
  • DE-1362 Go Report Card by @vtopc in #118
  • DE-1362 Remove confusing version by @vtopc in #119

Full Changelog: v4.0.5...v4.0.6

v4.0.5

27 Nov 18:39
00101b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.4...v4.0.5

v4.0.4

27 Nov 18:32
43da9f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.3...v4.0.4

v4.0.3

27 Nov 17:15
68c0e25
Compare
Choose a tag to compare

What's Changed

  • Change Campaign.Status field type to int by @teros0 in #101
  • Revert "Change Campaign.Status field type to int" by @teros0 in #102

Full Changelog: v4.0.2...v4.0.3

v4.0.2

27 Nov 17:14
4a03c37
Compare
Choose a tag to compare

What's Changed

  • Fix v3 occurrences in tests and readme. by @tsidei in #93

Full Changelog: v4.0.1...v4.0.2

Release v4.0.1

12 Jul 08:14
b056dc0
Compare
Choose a tag to compare

What's Changed

  • Fix go module version to match tag's major version by @tsidei in #92

Full Changelog: v4.0.0...v4.0.1

Release v4.0.0

06 Jul 12:06
e9b4db4
Compare
Choose a tag to compare

What's Changed

  • Remove read_only tag from resource of Listrecipient by @bpatyi in #65
  • Add support for AdvanceErrorHandling when sending a message by @mariuskiessling in #89
  • Fix overriding exclusion state by @tsidei in #91

New Contributors

Full Changelog: v3.2.0...v4.0.0

Release v3.2.0

15 Apr 09:50
702fbb8
Compare
Choose a tag to compare

What's Changed

  • Update mailjet_resources.go TemplateID type by @gundersen-fredrik in #48
  • Change status of campaigndraft to int by @tuannguyen7 in #63
  • Add RequestOptions to SendMail and SendMailV31 by @dselim in #64
  • Add request options for the Delete method. by @tsidei in #87
  • Add missing Subject field to the Message struct. by @tsidei in #88

New Contributors

  • @gundersen-fredrik made their first contribution in #48
  • @tuannguyen7 made their first contribution in #63
  • @dselim made their first contribution in #64

Full Changelog: v3.1.1...v3.2.0

Release v3.1.1

09 Dec 17:26
69708f0
Compare
Choose a tag to compare

#82 use ioutil.ReadAll instead of io.ReadAll to better support older Go versions