I will attempt to document all notable changes to this project in this file. I did not keep a changelog for pre-1.0 releases. Apologies.
The format is based on Keep a Changelog.
- A changelog
- Methods
deleteBlock()
,getCampaignSchedule()
, anddeleteBounce()
- Parameters
page
andpage_size
to methodlistRecipientsBySegment()
- Parameter
limit
to methodgetCampaignSchedule()
- Support for passing your own struct/json into
updateEventWebhookSettings()
andtestEventWebhook()
instead of using the helper component.
- Order of arguments in
listKeys()
,listBrandedLinks()
,listAllDomains()
. Movedon_behalf_of
to be the final parameter, to match the rest of the methods using Subuser functionality. - Argument name in
getSubuserReputations()
fromusername
tousernames
to match SendGrid. - Argument name in
getUserProfile()
fromusername
toon_behalf_of
to match convention used throughout component for accessing Subuser information. - Removed parameter defaults from
updateAuthenticatedDomain()
so that only explicit values are used in API requests. - Updated
createAuthenticatedDomain()
to usehelpers.domain
instead of accepting all parameters. - Moved most component documentation to
/docs
- In
helpers.campaign
, theuseLists()
method now accepts arrays and lists, as documented.