Skip to content

Releases: sendinblue/APIv3-go-library

v2.1.2

31 Jan 06:29
7a06b58
Compare
Choose a tag to compare
  • Upgraded go wrapper SDK
  • Resolved schedule time issue
  • Resolved boolean type issue

v2.1.1

27 Dec 10:46
564daca
Compare
Choose a tag to compare
  • Bug fix while adding existing contacts by ids[] into a list

What's Changed

29 Jun 14:47
9f2ad26
Compare
Choose a tag to compare
  • Added CRM Deals module
  • Added new route - UpdateBatchContacts
  • Added trackableViewsRate and estimatedViews in getCampaignStats response
  • Added getScheduledEmailByBatchId and getScheduledEmailByMessageId endpoints
  • Added scheduledAt and batchId for transactional mails
  • Added NoteId
  • Added NoteList
  • Added ScheduleSmtpEmail
  • Added TaskList
  • Fixed invalid datatype *interface{} to map[string]interface{}

v2.0.1: Feature ap 1328 (#20)

31 Mar 10:37
aae3a06
Compare
Choose a tag to compare
* go module

* corrections

* corrections

Co-authored-by: Raunak Jain <raunakjain@Raunaks-Air.localdomain>

v2.0.0

12 Feb 12:15
5a38210
Compare
Choose a tag to compare

Breaking Change!

  • Updated Go Wrapper for APIv3 routes in working condition with swagger-codgen 3.0.22 version
  • Fixed an issues for CC and BCC(as optional key)
  • Fixed an issue for mandatory and optional Keys
  • Change in file structure
  • Standard Go format used