SendGrid Release Notes
Release notes are displayed in descending order from the most recent release to the oldest. Known Issues are listed with the most recent release.
See TIBCO Scribe® Online Connector For SendGrid for more information.
Note: To access any changes to metadata support, such as new operations, entities, or fields, reset metadata for the Connection. See Resetting Metadata.
Version 1.1.1
Released April 1, 2020.
New And Noteworthy
- Updated the ADO.NET data provider to version 0.11.2.0. (SCSGC-40)
- Updated the SendGrid CData Driver to version 19.0.7342.0.
Changes In Functionality
- CData logging is no longer enabled by default. To enable logging, set the Verbosity parameter to Verbosity=1 in the Additional Parameters field on the Connection dialog. Note that Verbosity can be set to any level 1 through 5 to enable logging, however, the higher the level the more information is logged. (SCSGC-40)
- MaxLogFileSize and MaxLogFileCount parameters are overridden by the Connector. MaxLogFileSize is set to 10MB and MaxLogFileCount is set to 5 files. When the maximum number of CData log files is reached, the oldest file is overwritten. (SCSGC-40)
Closed Issues
SCSGC-5
SendGrid Connections were generating fatal errors similar to the following for all Solutions: (Case # 01785192, 01785496)
Failed to open one or more connections. Authentication failed
Known Issues
SCSGC-141
Summary: The Most Recent Record Processed DateTime for Query/NetChange is stored in Local Time not UTC Time. This is causing records that are earlier than the Most Recent Record Processed DateTime to be incorrectly returned in the Query.
Workaround: On the Filter tab select a datetime field, select the is greater than operator, and enter a date in the Value field.
SCSGC-140
Summary: When updating or deleting records in SendGrid, if no matching record is found, the Operation Returned No Results record error is not being generated.
Workaround: Verify that the records you expected to be updated or deleted have been updated or deleted correctly.
SCSGC-135
Summary: If you have a new SendGrid account that includes the new Marketing Campaigns feature, attempting to access the following entities generates Access Denied errors:
- CustomFields
- Lists
- MarketingCampaigns
- Messages
- Recipients
- ReservedFields
- Segments
- SenderIdentities
If you have a SendGrid account that includes the legacy Marketing Campaigns feature, you can access these entities with no errors.
Workaround: None.
SCSGC-124
Summary: In some cases, when using a Cloud Service with logging enabled, the first log file is created successfully but only a small amount of data is added.
Workaround: If you need logging to diagnose an issue, install an On-Premise Agent and use that Agent to run the Solution.
SCSGC-123
Summary: Using the Tables= Connection Parameter on the SendGrid Connection dialog to limit the data returned does not filter the data and continues to return all entities.
Workaround: None.
SCSGC-1
Summary: Sending email to multiple addresses in a single list is not supported. (Case # 01730434)
Workaround: Use a Fetch Block to retrieve the emails one at a time from a Source datastore. Next, use an Execute Block with the SendMail stored procedure to send an email to each email address, one at a time, as the address is provided by the Fetch Block.
Version 1.0.0
Released October 26, 2018.
New And Noteworthy
The Connector for SendGrid supports the following:
- Query, Native Query, Execute, Create, Update, Insert, and Delete operations for the SendGrid database.
- Net Change to query for new and updated records based on date fields.
- Entities based on the tables and views in the SendGrid database.
- All logical operators for Filters, except where noted in the Help.
Closed Issues
There are no Closed Issues in this release.