Released Versions and Changes

Version numbers correspond to the overall LuxSci software release cycle, not just the API SDKs. This change list concerns changes to the SDKs only; changes to the back end that do not require downloading new versions of the SDKs are not included.

Version & Release Date Changes

v2023.5.2

5/6/2023

  • Secure Marketing: Added an API call for adding many contacts at once.
  • Secure Marketing: Added an API calls for List Groups and Campaign Groups

v2023.3.0

4/8/2023

  • Email templates support Content Tags. These are HTML and/or text blocks that can be centrally managed and included in templates.
  • API calls for managing Content Tags have been added.

v2023.2.1

4/1/2023

  • Email templates support shared access.
  • Email template functions now support the is_private field.
  • Email reports now include the template_id of the template used in sending, as appropriate. Thay also support filtering by template_id.

v2023.1.16

3/18/2023

  • The email template functions now return the date and time that each template was last used.
  • Email templates now support "preheader" text.

v2022.7.2

11/19/2022

  • The user- and account-level email delivery status reports now (a) include if each message was involved in an "unsubscribe" action by the message recipient, and (b) allow filtering to select only those messages that were involved in an "unsubscribe" action by the message recipient.
  • New API endpoints getAccountSuppressionReport and getUserSuppressionReport have been added. These provide a full report-style interface to accessing email suppressions (unsubscribes) and also include additional information (beyond that returned by the simpler functions getUserSuppressionList and getAccountSuppressionList) about each suppression—the sendmail_id of the message that triggered the unsubscribe event and expires which indicates when, if ever, the suppression will be automatically removed from the system.

v2022.6.0

11/5/2022

  • The API endpoint for High Volume SMTP emailing (sendEmail) now supports a per-message "priority" setting. This allows customers concurrently sending large numbers of messages with varying priority to have higher priority messages be processed and delivered before lower priority ones — even if the lower priority ones are already queued for processing and delivery.

v2022.4.1

9/24/2022

  • All API reporting requests now support an "asynchronous" mode that allows large reports (containing millions of rows) to be generated in the background. Once complete, the resulting CSV report is uploaded to a customer-specified SFTP server.
  • The API now includes endpoints to check on the progress on asynchronous report generation "jobs".

v2022.3.2

6/1/2022

  • The API endpoint for High Volume SMTP emailing (sendEmail) now supports adding a "method" parameter to email message attachment Content-Type headers. This addition supports the sending of calendar (i.e., iCal) attachments in email messages, where the "method" parameter guides how these attachments are interpreted by email and calendar viewers.

v2022.1.0

3/26/2022

  • The API endpoint for High Volume SMTP emailing (sendEmail) now supports the "sandbox" parameter, which is very useful for integration and performance testing without actually sending email messages to your recipients or using up your sending quota.

v2022.0.8

3/19/2022

  • The API endpoint for High Volume SMTP emailing (sendEmail) has been optimized. It now accepts email messages up to 20x faster.

v2021.4.21

11/29/2021

  • If your API session has timed out, the SDK will detect this and automatically re-authenticate your API session so that you do not have to manage re-authentication in your API client program for calls that happen after an IDLE time of more than 15 minutes.
  • The SDKs now support changing the active API configuration by permitting use of the authentication call with a different authentication credentials after the first authentication has happened. In this way, the API client can switch between API configurations as needed simply by authenticating to the new configuration.

v2021.4.10

10/30/2021

  • Corrected support for custom contact fields in Secure Marketing API calls.

v2021.4.1

9/15/2021

  • SDKs updated to automatically update the session state token after each API call so that an authorization call only needs to be made after 15 minutes of IDLE time, not after 15 minutes from starting to use the API.

v2021.3.17

8/20/2021

v2021.3.7

7/14/2021

  • Initial versions of SDKs released.