Date | Build Number | Change Type | Description |
10/11/2024 | 9050 | HubSpot | Added
- Added UI URLs to four tables: Contacts, Companies, Deals, and Tickets.
|
10/04/2024 | 9043 | HubSpot | Added
- Added the ItemURL column to the Contacts, Companies, Deals, and Tickets tables in the HubSpot V3 and V4 schemas. This column constructs URLs for direct access to HubSpot UI elements using uiDomain, portalId, and object ID values.
|
08/23/2024 | 9001 | HubSpot | Added
- Added support for INSERT, UPDATE, and DELETE operations on the Leads and LeadAssociations tables in the HubSpot V3 and V4 schemas.
- Added support for batch INSERT, UPDATE, and DELETE operations on the Leads table in the HubSpot V3 and V4 schemas.
- Added support for INSERT, UPDATE, and DELETE operations on the LeadProperties, LeadPropertyGroups, and LeadPipelineStages tables in the HubSpot V3 schema.
|
08/12/2024 | 8990 | HubSpot | Added
- Added the following views to the HubSpot V4 schema: Orders (supports batch operations), OrderPropertiesHistory, and OrderAssociations.
- Added the following views to the HubSpot V3 schema: Orders, OrderProperties, OrderPropertiesHistory, OrderPropertyGroups, OrderPipelines, OrderPipelineStages, and OrderAssociations.
- Added the OrderPropertiesFile connection property.
|
06/29/2024 | 8946 | HubSpot | Added
- Added the following views to the HubSpot V4 schema: Leads, LeadPropertiesWithHistory, and LeadAssociations.
- Added the following views to the HubSpot V3 schema: Leads, LeadProperties, LeadPropertiesWithHistory, LeadPropertyGroups, LeadPipelines, LeadPipelineStages, LeadAssociations.
- Added the LeadPropertiesFile connection property.
|
06/12/2024 | 8929 | HubSpot | Added
- Added the ContactId column to the ContactPropertiesHistory view in the HubSpot V4 schema.
- Added the DealId column to the DealPropertiesHistory view in the HubSpot V3 and V4 schemas.
- Added the TicketId column to the TicketPropertiesHistory view in the HubSpot V3 and V4 schemas.
- Added the CompanyId column to the CompanyPropertiesHistory view in the HubSpot V3 and V4 schemas.
- Added the ContactPhone and ContactEmail columns to the ContactPropertiesHistory view in the HubSpot V3 and V4 schemas.
|
06/10/2024 | 8927 | HubSpot | Removed
- Removed deprecated fields from the Workflows table in the Hubspot schema: OnlyExecOnBizDays, NurtureTimeRangeEnabled, NurtureTimeRangeStartHour, NurtureTimeRangeStopHour, ContactListIdsFailed, and TriggerSetsAggregate.
Added
- Added a Workflows table to the HubSpotV3 schema.
|
06/07/2024 | 8924 | HubSpot | Added
- Added the ContactId column to the ContactPropertiesHistory view in the HubSpot V3 schema.
|
05/29/2024 | 8915 | HubSpot | Removed
- Removed the Auto AuthScheme option. The default value for the AuthScheme connection property is now OAuth.
|
05/28/2024 | 8914 | HubSpot | Changed
- In the Communications table, changed three column names: ChannelType becomes Channel Type, LoggedFrom becomes Logged From, and Body becomes Communication body.
- In the PostalEmails table, changed two column names: AttachmentIds becomes Attached file IDs, and MailBody becomes Postal Mail Body.
|
05/24/2024 | 8910 | HubSpot | Removed
- Removed the Owners view from the HubSpot schema. This view was utilizing the V2 Owners API, which will be sunsetted on August 30, 2024.
|
05/22/2024 | 8908 | HubSpot | Removed
- Removed the EcommerceSettings table and the EcommerceSyncErrors view from the HubSpot schema as these were associated with the now sunsetted Ecommerce Bridge API.
- Removed the following stored procedures related to the Ecommerce Bridge API from the HubSpot schema: GetEcommerceTriggerURI, SetEcommerceTriggerURI, SendSyncMessages, CheckObjectSyncStatus, and ImportEcommercePages.
|
05/09/2024 | 8895 | General | Changed
- The ROUND function previously did not accept negative precision values. That feature has now been restored.
|
05/06/2024 | 8892 | HubSpot | Changed
- Changed the Read Only value of the Id column from False to True in the following tables: Contacts, Leads Companies, Tickets Deals, Quotes, Products, LineItems, FeedbackSubmissions, Tasks, Emails, Meetings, Calls, Notes, Goals, PostalMails, and Communications, and for all tables that correspond to custom objects in the user's HubSpot account.
|
04/23/2024 | 8879 | HubSpot | Added
- Added the Type column to {fromObject}to{toObject}Associations tables of the v3 schema.
- Added the TypeLabel column to {object}Associations tables of the v4 schema.
|
03/29/2024 | 8854 | HubSpot | Added
- Added Enrollments view to the HubSpot schema.
- Added PerformanceWorkflows view to the HubSpot V3 schema.
|
03/15/2024 | 8840 | General | Added
- Created a new SQL function called STRING_COMPARE that provides java's String.compare() ability to SQL queries. Returns a number representative of the compared value of two strings
|
02/27/2024 | 8823 | HubSpot | Added
- Added CUD support for PostalEmails and Communications tables.
- Added PostalEmailProperties and CommunicationProperties tables, which are used to retrieve all HubSpot and user defined properties for the two objects.
|
02/26/2024 | 8822 | HubSpot | Added
- Added the HasUniqueValue column in the following tables: CompanyProperties, ContactProperties, DealProperties and TicketProperties.
- Added server-side support for AssociatedContactId and Status columns in Threads table.
- Added a new associations, ProductsToDealsAssociations.
|
02/02/2024 | 8798 | HubSpot | Added
- Adding CompanyPropertiesHistory, ContactPropertiesHistory, DealPropertiesHistory, and TicketPropertiesHistory as four new tables to the HubSpotV3 schema.
|
01/22/2024 | 8787 | HubSpot | Added
- Adding two new tables PostalEmails and Communications.
Removed
- Removed Archived column from the following tables: EngagementsTasks, EngagementsEmails, EngagementsMeetings, EngagementsCalls and EngagementsNotes
|
11/29/2023 | 8733 | General | Changed
- The ROUND function doesn't accept the negative precision values anymore.
Changed
- The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
- The return type of the ABS function will be consistent with the parameter value type.
|
11/28/2023 | 8732 | General | Added
- Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
11/13/2023 | 8717 | HubSpot | Added
- Added QuotePropertiesFile, ProductPropertiesFile, LineItemPropertiesFile, FeedbackSubmissionPropertiesFile, TaskPropertiesFile, EmailPropertiesFile, MeetingPropertiesFile, CallPropertiesFile, NotePropertiesFile, GoalPropertiesFile connection properties, used to specify the properties to dynamically retrieve from API, either through a file or a comma-separated list of string values.
- Added QuoteProperties, ProductProperties, LineItemProperties, FeedbackSubmissionProperties, TaskProperties, EmailProperties, MeetingProperties, CallProperties, NoteProperties tables in schema HubSpotV3 and ProductProperties, LineItemProperties tables in schema HubSpot, used to retrieve the properties of the object from the APi.
|
11/09/2023 | 8713 | cis | Changed
- Salesforce with SSO Adapter reports the Double type as Doule type instead of Decimial type
- Salesforce with SSO Adapter supports create a table with Clob type column. The Clob type is mapped to Salesforce LongTextArea field.
|
10/16/2023 | 8689 | HubSpot | Added
- Added SelectedExternalOptionsAggregate as a column in the Forms table for the HubSpot schema. This field includes information on the default lifecycle stage which categorizes your contacts and companies while providing context about where they are in your sales and marketing processes.
|
10/05/2023 | 8678 | HubSpot | Added
- Added Goals and GoalProperties views for HubSpotV3 and HubSpotV4 schema, which are used to access Goals API endpoints.
|
08/17/2023 | 8629 | HubSpot | Removed
- Removed columns: DeletedAt, IsArchived for tables: BlogPosts, Pages
Added
- Added columns: ArchivedAt, ArchivedInDashboard for tables: BlogPosts, Pages
|
07/11/2023 | 8592 | HubSpot | Removed
- Removed the Task table as a result of the Calender API deprecation.
|
06/20/2023 | 8571 | General | Added
- Added the new sys_lastresultinfo system table.
|
06/08/2023 | 8559 | HubSpot | Added
- Added new HubSpotV4 schema, used to access v4 endpoints.
- Added CompanyPropertiesHistory, ContactPropertiesHistory, DealPropertiesHistory, TicketPropertieshistory as part of HubSpotV4 schema.
- Added Category column for the Associations tables.
- Added support for SELECT, INSERT, DELETE support for v4 endpoints of Associations tables.
Changed
- Changed the endpoint for getting Associations data from v4 to v3 for Associations tables.
Removed
- Removed CompanyPropertiesHistory, ContactPropertiesHistory, DealPropertiesHistory, TicketPropertieshistory from HubSpotV3 schema. These tables can be accessed through HubSpotV4 schema.
|
04/25/2023 | 8515 | General | Removed
- Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
03/01/2023 | 8460 | HubSpot | Added
- Added Threads as a table to the HubSpotV3 schema. Threads is used to retrieve a group of related messages in the inbox. It requires conversations.read and conversations.write as scopes.
- Added ThreadMessages as a view to the HubSpotV3 schema. ThreadMessages is used to retrieve the message history of a thread. It requires conversations.read as scope and ThreadId to be specified.
|
01/11/2023 | 8411 | HubSpot | Added
- Added Files as a view to the HubSpotV3 schema. Files is used to search through files in the file manager. The view does not display hidden or archived files, and requires files or files.ui_hidden.read as a scope.
- Added Folders as a view to the HubSpotV3 schema. Folder is used to search for folders. The view does not contain hidden or archived folders, and requires files or files.ui_hidden.read as a scope.
- Added DownloadFile as a stored procedure to the HubSpotV3 schema. DownloadFile can be used to download a public or private file from HubSpot.
|
12/14/2022 | 8383 | General | Changed
- Added the Default column to the sys_procedureparameters table.
|
12/11/2022 | 8380 | HubSpot | Added
- Added SELECT support for the Associations V4 API and retrieving multiple associations (HubSpot and User-defined, one to many and many to one) between all object types in the HubSpotV3 schema.
- Added two new columns to all Associations tables TypeId and TypeName.
- Added two new columns to the AssociationsTypes view, Label and Category.
|
09/30/2022 | 8308 | General | Changed
- Added the IsPath column to the sys_procedureparameters table.
|
09/26/2022 | 8304 | HubSpot | Added
- Added the AssociationsTypes table in the HubSpotV3 schema, which can be used to retrieve all available association types between a pair of CRM objects to be used in INSERT statements and similar.
- Added Id and Object Type filters for all Associations type tables in the HubSpotV3 schema (supports ExpandAssociations=true and ExpandAssociations=false).
|
09/15/2022 | 8293 | HubSpot | Changed
- In the EmailCampaigns table, the data type for 'Id' was changed from 'long' to 'string'.
- In the EmailCampaignEvents view, the data type for 'CampaignId' was chagned from 'long' to 'string'.
- In the ContactFormSubmissions view, the data type for 'PageId' was changed from 'string' to 'long'.
- In the DealStages view, the data type for DealId was changed from 'string' to 'long'.
|
08/31/2022 | 8278 | HubSpot | Added
- Added binary and encoded content output support for CreateSchema (HubSpot and HubSpotV3 schema). Added FileStream as an input and FileData as an output.
Changed
- For the HubSpot schema, the UploadFile stored procedure will use /filemanager/api/v3/files/upload as its destination endpoint. Hidden files can no longer be created, and a new 'Access' input must be set.
- For the HubSpotV3 schema, the UploadFile stored procedure will use /files/v3/files as its destination endpoint.
|
08/19/2022 | 8266 | HubSpot | Added
- Added binary input support for UploadFile (HubSpot and HubSpotV3 schema). Added Content as an input.
|
07/28/2022 | 8244 | HubSpot | Removed
- Support for the API key has been removed since Hubspot will sunset the API key on 11/30/2022.
|
04/26/2022 | 8151 | HubSpot | Changed
- Changed the default schema to HubSpotV3.
|
02/10/2022 | 8076 | HubSpot | Changed
- Changed the data type from integer to long for a number of mostly primary key columns due to the sizes of returned values potentially overflowing the maximum size for integer.
- Impacted columns include: ContactLists.ListSize, CrmAssociations.DefinitionId, Engagements.PortalId, Engagements.OwnerId, Engagements.DurationMilliseconds, Engagements.CreatedBy, Engagements.ModifiedBy, LineItems.Id, MarketingEmails.MaxRssEntries, Products.Id, SocialMediaMessages.Clicks, SocialMediaMessages.CreatedBy, SocialMediaMessages.UpdatedBy, Workflows.ContactListIdsCompleted, Workflows.ContactListIdsEnrolled, Workflows.ContactListIdsFailed, Workflows.ContactListIdsSucceeded, Contacts.VID, ContactsInList.VID, AnalyticsBreakdowns.Contacts, AnalyticsBreakdowns.Customers, AnalyticsBreakdowns.Leads, AnalyticsBreakdowns.MarketingQualifiedLeads, AnalyticsBreakdowns.Opportunities, AnalyticsBreakdowns.RawViews, AnalyticsBreakdowns.SalesQualifiedLeads, AnalyticsBreakdowns.Subscribers, AnalyticsBreakdowns.Visitors, AnalyticsBreakdowns.Visits, AnalyticsContents.Contacts, AnalyticsContents.CtaViews, AnalyticsContents.Entrances, AnalyticsContents.Exits, AnalyticsContents.Leads, AnalyticsContents.PageBounces, AnalyticsContents.PageTime, AnalyticsContents.RawViews, AnalyticsContents.Submissions, AnalyticsEventCompletions.Completions, AnalyticsForms.Completions, AnalyticsForms.FormViews, AnalyticsForms.Installs, AnalyticsForms.Interactions, AnalyticsForms.Submissions, AnalyticsForms.Visibles, AnalyticsSessions.Desktop, AnalyticsSessions.DirectTraffic, AnalyticsSessions.EmailMarketing, AnalyticsSessions.Mobile, AnalyticsSessions.OrganicSearch, AnalyticsSessions.OtherCampaigns, AnalyticsSessions.Others, AnalyticsSessions.PaidSearch, AnalyticsSessions.Referrals, AnalyticsSessions.SocialMedia, AnalyticsSocialAssists.RawViews, AnalyticsViews.Id, AnalyticsViews.CreatorId, AnalyticsViews.UpdaterId, BlogAuthors.UserId, Blogs.PostsPerListingPage, Blogs.PostsPerRSSFeed, ContactFormSubmissions.ContactVID, ContactFormSubmissions.PortalId, ContactIdentityProfiles.ContactVID, ContactPropertiesHistory.VID, EcommerceSyncErrors.PortalId, EngagementScheduledTasks.PortalId, Files.Size, Owners.OwnerId, Tasks.PortalId
|
01/24/2022 | 8059 | HubSpot | Added
- Added support for 6 new tables with full CRUD Support:
- EngagementsCalls
- EngagementsTasks
- EngagementsNotes
- EngagementsMeetings
- EngagementsCalls
- Forms
|
12/13/2021 | 8017 | HubSpot | Changed
- Updated the default scopes to conform to HubSpot API's changes. Note that you can control what scopes to use by using the connection properties OAuthRequiredScopes and OAuthOptionalScopes. More information can be found here: https://developers.hubspot.com/docs/api/oauth/contacts-scope-migration
|
12/01/2021 | 8005 | HubSpot | Added
- Added extra columns for Dimension, Hierarchy and OLAPType to sys_tablecolumns for OLAP properties.
|
10/13/2021 | 7956 | HubSpot | Added
- Added the hidden connection property ShowListMemberships, which defaults to true. If set to false, current list memberships will not be fetched for the contact.
|
09/02/2021 | 7915 | General | Added
- Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
08/23/2021 | 7905 | HubSpot | Changed
- You can now update the "Additional email addresses" column from the Contacts table.
|
08/07/2021 | 7889 | General | Changed
- Added the KeySeq column to the sys_foreignkeys table.
|
08/06/2021 | 7888 | General | Changed
- Added the new sys_primarykeys system table.
|
08/03/2021 | 7885 | HubSpot | Added
- Added support for the table FeedbackSubmissions. It is similar to Companies, Contacts, Deals etc.
|
05/11/2021 | 7801 | HubSpot | Changed
- We have made some improvements to attempt to automatically handle instances where the url would be exceeded due to selecting too many columns in the HubSpotV3 schema. In HubSpot, we must request individual fields when retrieving data via url parameters. This may result in an exception stating that the url length is exceeded when too many fields are selected in cases where you have a lot of custom fields. To handle this, we will instead automatically split the query up into smaller requests and perform a join on the table in the background to retrieve all the selected columns.
|
05/06/2021 | 7796 | HubSpot | Added
- Added support for the DeleteFile store procedure. It may be used to delete a file and its related objects.
|
04/25/2021 | 7785 | General | Added
- Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
|
04/23/2021 | 7783 | General | Changed
- Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
|
04/16/2021 | 7776 | General | Added
- Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
|
04/16/2021 | 7776 | General | Changed
- Reduced the length to 255 for varchar primary key and foreign key columns.
Changed
- Updated index naming convention to avoid duplicates.
|
12/11/2020 | 7650 | HubSpot | Added
- Added support to expose the custom object associations tables for custom objects with available associations to other object types. The custom object associations tables are exposed in the format {CustomObjectPluralLabel}Associations.
- The standard object association tables will now return the ids for the associated custom object type records. For example, a query to the ContactAssociations table will also include the Ids of the associated custom object records if any apart from the standard ones.
- Added the ExpandAssociations connection property (default=false). If true, the driver will expose one associations table for each association between two HubSpot object types (ex. CompaniesToContactsAssociations, ContactsToDealsAssociations, DealsToLineitemsAssociations, etc.). Each of these tables will return the Id pairs of the associated records from the two object types.
- Added support for Insert and Delete operations to the CustomObjectAssociations which can be used to add and remove associations between a custom object type and other object types (custom or standard objects).
- Removed the ProductAssociations table as the Products object doesn't currently support any associations apart from LineItems. LineItems includes the Product Id as a foreign key to the Products table.
|
10/26/2020 | 7604 | HubSpot | Added
- Added UploadFile stored procedure which uses the HubSpot V3 API and allows you to upload files to the Hubspot file manager.
|
10/22/2020 | 7600 | HubSpot | Added
- Support for Creating, Updating and Deleting Custom Hubspot Objects (tables) and Properties (columns) via the stored procedures: CreateCustomObject, CreateCustomProperty, UpdateCustomObject, UpdateCustomProperty, DeleteCustomObject, DeleteCustomProperty.
- Support to expose as tables the dynamically retrieved Custom Objects.
- Added views: CustomObjects, CustomObjectProperties, CustomObjectAssociations, which provide detailed information on the available Custom Objects.
|