Skip to content

Releases: sendinblue/APIv3-java-library

v2.0.1

13 Apr 10:28
59b0a89
Compare
Choose a tag to compare
  • Add new method DELETE /contacts/{email} to delete single contact
  • getAccount definition response schema fix for Reseller account

v2.0.0

23 Mar 09:47
4fc4a72
Compare
Choose a tag to compare
  • Add/Remove contact to list schema update & method name changed
  • Removed tag & from from the response schema definition of getEmailEventReport as mandatory fields
  • Fix type: object field in getSmsCampaign & getEmailCampaign definition for good response in get email/sms campaigns
  • Added templateId & params as new input in sendSmtpEmail definition
  • Renaming of some method names

v1.0.1

07 Mar 10:04
0c20b3c
Compare
Choose a tag to compare
  • Fix send with attachment API through Json Serializer
    ~ Added a TypeAdapter to handle Base64 encoded data in Json Serializer and Deserializer
    ~ Base64 is now handled in API side
    ~ User need only to add the byte array of the attachment

v1.0.0

15 Feb 06:41
Compare
Choose a tag to compare
  • Initial release of SendinBlue API V3 Java Package