Releases: mailjet/mailjet-apiv3-go
Releases · mailjet/mailjet-apiv3-go
v4.0.7
v4.0.6
v4.0.5
What's Changed
- Use separate http client instead of default one by @bogdanprodanj in #96
New Contributors
- @bogdanprodanj made their first contribution in #96
Full Changelog: v4.0.4...v4.0.5
v4.0.4
What's Changed
- DE-1361 CI by @vtopc in #113
- Close the response body in SendMailV31() by @samc-avos in #112
New Contributors
- @samc-avos made their first contribution in #112
Full Changelog: v4.0.3...v4.0.4
v4.0.3
v4.0.2
Release v4.0.1
What's Changed
Full Changelog: v4.0.0...v4.0.1
Release v4.0.0
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
- @bpatyi made their first contribution in #65
- @mariuskiessling made their first contribution in #89
Full Changelog: v3.2.0...v4.0.0
Release v3.2.0
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 theMessage
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
#82 use ioutil.ReadAll
instead of io.ReadAll
to better support older Go versions