Releases: sendinblue/APIv3-ruby-library
Releases · sendinblue/APIv3-ruby-library
v5.5.0
New Features/Modifications
- Double-Opt In for contact creation added
- Child id as identifier along with api-key for Reseller API Operations
- New parameter added to activate smsCampaign for a reseller child
- New parameter added for language in /reseller/children route
- Get email event reports api: reason for bounces is not visible in response
- Performance improvement in Add/Remove credits for Reseller children
- Performance improvement for remove all contacts from a list
- Fixed issue of re-creation of a contact if it was already deleted during MA workflow
- Better handling of error responses for sending transactional email route
v5.4.0
- Upload an image to my account image gallery
- Allow multiple recipients in SMTP email
- Added file body limit to 10MB for contact import
- Date filters added for getContacts route
- Extended response for transactional email activity
v5.3.0
New API Routes Added:
- Get a/b test campaign result https://developers.sendinblue.com/reference#getabtestcampaignresult
- Get shared template url https://developers.sendinblue.com/reference#getsharedtemplateurl
- Get child account creation status https://developers.sendinblue.com/reference#getchildaccountcreationstatus
- Get the list of blocked contacts https://developers.sendinblue.com/reference#gettransacblockedcontacts
- Unblock or resubscribe a transactional contact https://developers.sendinblue.com/reference#delete_smtp-blockedcontacts-email
New features / modifications:
- Provided the option for IP Warmup via API. This feature is available for Create and update email campaign routes.
- Clients can now associate a sender with specific pool of IP’s. This feature is available for create/update email campaigns and create/update smtp templates routes.
- Added pagination in get reseller children list api. Default result set limit is 10 and maximum is 20.
- Get extended campaign stats (device and browser stats)
- Export contacts filter api improvement. New filter with defined ENUMs has now been added.
v5.2.5
- New route added to fetch the list of transactional emails
- New route added to fetch the personalised content of a particular transactional mail
v5.2.4
- New reseller route added which lets parent update the account settings of child.
- Audio and Video attachment support added for transactional email sending
v5.2.3
- New routes added to facilitate parent account to be able to create/update/retrieve/remove sender domains for its child accounts.
- Child accounts will now be able to create senders whose email domain must lie within the list of validated domains of its own/of its parent's domains.
v5.2.2
- Format type of YYYY-MM-DD date is updated for request schema
- Minor fix for get sms campaign details api
- Boolean type is added in getAttributes api call
v5.2.1
- AB-test functionality now available for email campaigns
v5.2.0
• Client can now avail sendAtBestTime option for email campaigns via api
• Minor modifications in response schema of few api's
• Restricted the creation of new trigger type email campaigns
v5.1.3
- Updated the schema of
sendTestSms
api - Added extra fields for credits information in the response of
sendSms
api - Added
emptyContactsAttributes
field to facilitate the choice to erase attribute's value in contacts api - Minor updates related to few other api's