| |
| Date | Version | Source | Category | Type | Description |
| 2026-06-03 | 26.0.9650 | Google Ad Manager | Connection | Changed | - The default value for the Version connection property is now v202602.
|
| 2026-06-03 | 26.0.9650 | Google Ad Manager | Data Model | Added | - Added the DeliveryAllocationProfileId column to the LineItems table.
- Added the DeliveryAllocationProfileId column to the ProposalLineItems table.
|
| 2026-06-02 | 26.0.9649 | Google Ad Manager | Metadata | Changed | - In the Creatives table,
- The Width, Height, and IsAspectRatio columns are now read-only.
- The Snippet, OverrideSize, and LockedOrientation columns are no longer read-only.
- In the Inventories table,
- The AppliedLabels column is no longer read-only.
- The LastModifiedTime column is now read-only.
- In the LineItems table,
- The ContractedUnitsBought, VideoMaxDuration, ChildContentEligibility, and CustomVastExtension columns are no longer read-only.
- The ProgrammaticCreativeSource and Discount columns are now read-only.
- In the Orders table, the Id, UnlimitedEndTime, IsArchived, and TotalBudget columns are now read-only.
- In the ProposalLineItems table,
- The RateType, DeliveryIndicator, and DeliveryData columns are now read-only.
- The Goal, DeliveryRateType, LineItemType, Targeting, and NetRate are now required.
|
| 2026-05-27 | 26.0.9643 | General | Connection | Removed | - Removed the deprecated ReplaceInvalidTypesWithNull connection property. Use the ReplaceInvalidValuesWithNull property instead.
|
| 2026-05-07 | 26.0.9623 | General | Data Model | Added | - Added the ColumnCapabilities column to the sys_tablecolumns system table. This column is a bit mask denoting the column's write capabilities.
|
| 2026-04-28 | 26.0.9614 | ADO.NET | Connection | Added | - Added the following functions to the driver class. If you pass these functions an exception with no error records, an InvalidArgumentException is thrown.
- containsErrorSource: Returns true if the exception contains an error record for the provided source name, or false otherwise.
- getErrorCodeFromSource: Returns the numeric error code from the error record with the given source, or -1 if there is no error record from that source.
- containsErrorCode: Returns true if the exception contains an error record with the provided error code, or false otherwise.
- findErrorProperty: Returns the value of the property with the given name, or null if no property with that name is defined.
- formatErrorRecords: Returns a string containing all the exception's error records, including messages, codes, properties, and error locations.
|
| 2026-04-15 | 26.0.9601 | General | Query Exec | Changed | - String comparisons using GREATER, LESS, and CONTAINS operators are now case-insensitive by default.
|
| 2026-04-08 | 26.0.9594 | Google Ad Manager | Security | Changed | - TLS 1.3 is now supported by default for HTTP connections.
|
| 2026-04-01 | 26.0.9587 | ADO.NET | | Added | - Added support for EFCore 10.
|
| 2026-03-11 | 25.0.9566 | Google Ad Manager | Connection | Changed | - Changed the default API version used by the driver to v202511. The target API version can be configured with the Version connection property.
|
| 2026-01-13 | 25.0.9509 | General | | Added | - Added support for the REGEXP_REPLACE() string function.
|
| 2025-12-05 | 25.0.9470 | General | | Added | - Added support for the INSERT INTO SELECT statement, with driver-side execution for providers that do not support the operation natively.
|
| 2025-10-06 | 25.0.9410 | General | | Added | - Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
|
| 2025-09-12 | 25.0.9386 | General | | Added | - Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
|
| 2025-09-10 | 25.0.9384 | General | | Changed | - All columns in statically defined Views are now reported as read-only.
|
| 2025-09-03 | 25.0.9377 | General | | Changed | - Corrected the behavior when IN criteria with NULL values are used in the projection part. It now returns NULL instead of 0. For example, "NULL IN (1,2)" returns "NULL".
|
| 2025-09-01 | 25.0.9375 | General | | Added | - Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
|
| 2025-08-21 | 25.0.9364 | General | | Changed | - Report behavior change:
- Fixed inconsistent string value comparisons in non-table queries.
- For example, "SELECT 'A' = 'a'" previously returned false, but it now returns true.
|
| 2025-08-13 | 25.0.9356 | General | | Changed | - Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
|
| 2025-07-22 | 25.0.9334 | Google Ad Manager | | Changed | - Changed the default API version from v202502 to v202505.
|
| 2025-07-22 | 25.0.9334 | Google Ad Manager | | Added | - Added the RepeatedCreativeServingEnabled column to the LineItems table.
- Added the BuyerPermissionType column to the ProposalLineItems table.
|
| 2025-06-25 | 25.0.9307 | General | | Removed | - Removed the "ADLS Gen 1" value from the ConnectionType property.
|
| 2025-06-20 | 25.0.9302 | General | | Added | - Created the following functions:
- TEXT_ENCODE: encodes a string into a different charset (UTF8 → UTF7 and returns a binary array as the result).
- TEXT_DECODE: takes a binary array and decodes it back into a string when provided the charset.
- BASE64_ENCODE: takes a binary array and encodes it as a base64 string (varchar).
- BASE64_DECODE: takes a base 64-encoded string and decodes it into a binary array.
|
| 2025-06-18 | 25.0.9300 | General | | Changed | - The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
|
| 2025-06-09 | 25.0.9291 | Google Ad Manager | | Removed | - Removed the NOT_SERVING option from the Status column in the LineItemCreativeAssociations table. This value is no longer supported by the Google Ads Manager API.
|
| 2025-05-29 | 25.0.9280 | ADO.NET | | Changed | - We have improved our implementation of the ADO.NET DbDataReader.GetDataTypeName so that it now returns database data type names, such as varchar, tinyint, and datetime. Previously we returned the fully-qualified name of the column’s .NET type, in a format like "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
|
| 2025-05-29 | 25.0.9280 | Google Ad Manager | | Removed | - Removed from the Users table: the "IsEmailNotificationAllowed" column.
|
| 2025-05-27 | 25.0.9278 | ADO.NET | | Removed | - Removed support for the C# implementation of SQLite. Features that previously used this implementation by default, such as AutoCache and EF6 schema caching, now require the native SQLite driver.
|
| 2025-05-27 | 25.0.9278 | General | | Removed | - Removed the "Proprietary" enum option from ProxyAuthscheme.
|
| 2025-04-01 | 25.0.9222 | Google Ad Manager | | Changed | - Changed the default API version from v202408 to v202502.
|
| 2025-02-15 | 24.0.9177 | General | | Added | - Added support for converting unsigned integer types to the nearest signed data type that has enough precision to hold the unsigned value.This is done for JDBC only because it does not have support for unsigned data types.
|
| 2024-11-27 | 24.0.9097 | General | | Added | - Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
|
| 2024-11-18 | 24.0.9088 | Google Ad Manager | | Added | - Added the AdBadgingEnabled column to the Creatives table.
|
| 2024-11-18 | 24.0.9088 | Google Ad Manager | | Changed | - Changed the default API version from v202202 to v202408.
|
| 2024-10-17 | 24.0.9056 | Google Ad Manager | | Added | - Added support for Workload Identity Federation using AWS accounts.
|
| 2024-09-09 | 24.0.9018 | Google Ad Manager | | Changed | - Updated the default value of the Version connection property to "v202405".
|
| 2024-05-09 | 24.0.8895 | General | | Changed | - The ROUND function previously did not accept negative precision values. That feature has now been restored.
|
| 2024-03-15 | 23.0.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
|
| 2024-01-18 | 23.0.8783 | ADO.NET | | Added | - Added support for EFCore 8.
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - The ROUND function doesn't accept the negative precision values anymore.
|
| 2023-11-29 | 23.0.8733 | General | | 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.
|
| 2023-11-28 | 23.0.8732 | General | | Added | - Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
| 2023-11-15 | 23.0.8719 | ADO.NET | | Changed | - NuGet license and icon are now embedded within the package itself, in compliance with the package authoring best practices.
|
| 2023-10-17 | 23.0.8690 | Google Ad Manager | | Added | - Added support for TimeZoneType in reports.
- Added TimeZoneType as an input for CreateReportSchema. The eligible values are PUBLISHER and PACIFIC.
- Added support for ReportCurrency in reports.
- Added ReportCurrency as an input for CreateReportSchema. This is the currency for revenue metrics. Defaults to the network currency if left null.
- Added AdExchangeLineItemLevelImpressions, AdExchangeLineItemLevelClicks, TotalLineItemLevelImpressions, TotalLineItemLevelCPMAndCPCRevenue to the example InventoryReport.
|
| 2023-10-17 | 23.0.8690 | Google Ad Manager | | Changed | - Changed the default Google Ads Manager version to v202308.
|
| 2023-10-17 | 23.0.8690 | Google Ad Manager | | Removed | - Removed DynamicAllocationInventoryLevelImpressions, DynamicAllocationInventoryLevelClicks, TotalInventoryLevelImpressions, TotalInventoryLevelCpmAndCpcRevenue from the example InventoryReport.
|
| 2023-07-29 | 23.0.8610 | Google Ad Manager | | Added | - Added support for AdUnitView by requesting AdUnitView FLAT if table structure is set to either Flat or Hierarchical and Ad unit (all levels) is included in the report in the user interface.
- Added AdUnitView as an input for CreateReportSchema. The eligible values are TOP_LEVEL and FLAT.
|
| 2023-06-20 | 23.0.8571 | General | | Added | - Added the new sys_lastresultinfo system table.
|
| 2023-04-25 | 23.0.8515 | General | | Removed | - Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
| 2023-04-20 | 23.0.8510 | Google Ad Manager | | Added | - Replaced CompanyId column name with AdvertiserId for Creatives table.
|
| 2023-04-19 | 23.0.8509 | ADO.NET | | Removed | - Removed support for EFCore 3.1.
|
| 2023-04-18 | 23.0.8508 | ADO.NET | | Removed | - Removed support for SSRS 2012
|
| 2023-04-18 | 23.0.8508 | ADO.NET | | Added | - Added support for SSRS 2022.
|
| 2023-01-25 | 22.0.8425 | Google Ad Manager | | Added | - Added support for PKCE using the OAuthPKCE auth scheme
|
| 2022-12-14 | 22.0.8383 | General | | Changed | - Added the Default column to the sys_procedureparameters table.
|
| 2022-11-15 | 22.0.8354 | Google Ad Manager | | Added | - Added the following columns to the Creatives table, IsAspectRatio, PolicyLabels, AppliedLabels, ThirdPartyDataDeclaration, CreativeTemplateVariableValues, SslManualOverride, AssetSize, InternalRedirectUrl, Html5Asset, DestinationUrlType, HtmlSnippet, CustomCreativeAssets, IsInterstitial, AltText, ThirdPartyImpressionTrackingUrls, AmpRedirectUrl.
- Added the following columns to the LineItems table, DeliveryForecastSource, CustomPacingCurve, SkippableAdType, FrequencyCaps, ValueCostPerUnit, ActivityAssociations, AllowedFormats, Stats, DeliveryIndicator, Budget, WebPropertyCode, AppliedLabels, EffectiveAppliedLabels, ProgrammaticCreativeSource, ThirdPartyMeasurementSettings, YoutubeKidsRestricted, SecondaryGoals, GrpSettings, DealInfo, ViewabilityProviderCompanyIds, ChildContentEligibility, CustomVastExtension, CreativeTargetings..
- Added the following columns to the Orders table, AgencyContactIds, SalespersonId, AppliedLabels, EffectiveAppliedLabels.
- Added the following columns to the Companies table, Address, Email, FaxPhone, PrimaryPhone, ExternalId, Comment, Settings, AppliedLabels, PrimaryContactId, ThirdPartyCompanyId, ChildPublisher, ViewabilityProvider.
- Added the following column to the CustomTargetingKeys table, ReportableType.
- Added the following columns to the Inventories table, ParentPath, AdUnitSizes, AdSenseSettings, AdSenseSettingsSource, AppliedLabelFrequencyCaps, EffectiveLabelFrequencyCaps, AppliedLabels, EffectiveAppliedLabels, EffectiveTeamIds, AppliedTeamIds, RefreshRate, ExternalSetTopBoxChannelId.
- Added the following column to the Labels table, AdCategory.
- Added the following columns to the MobileApplications table, ApplicationId, ApplicationCode.
- Added the following columns to ProposalLineItems, Goal, SecondaryGoals, FrequencyCaps, CreativePlaceholders, Targeting, AppliedLabels, EffectiveAppliedLabels, NetRate, NetCost, DeliveryIndicator, DeliveryData, GrpSettings, ThirdPartyMeasurementSettings, MakegoodInfo, PauseRole, PauseReason.
- Added the following columns to Proposals, Advertiser, Agencies, PrimarySalesperson, AppliedLabels, EffectiveAppliedLabels, MarketplaceInfo, BuyerRfp.
- Added the following columns to the Users table, ExternalId, OrdersUiLocalTimeZoneId.
- Added the following value to LineItems.LineItemType, PREFERRED_DEAL.
- Added the following values to Companies.Type, PARTNER, CHILD_PUBLISHER, VIEWABILITY_PROVIDER.
- Added the following value to Labels.Types, CANONICAL_CATEGORY.
|
| 2022-11-15 | 22.0.8354 | Google Ad Manager | | Changed | - Changed the default Google Ads Manager version to v202211.
- Changed LineItems.ContractedUnitsBought data type from integer to long.
- Changed LineItems.VideoMaxDuration data type from integer to long
- Changed Orders.ExternalOrderId data type from long to integer.
- Changed Orders.SecondaryTraffickerIds data type from long to string.
- Changed Orders.SecondarySalespersonIds data type from long to string.
- Changed Orders.TotalBudget data type from long to string.
- Changed Inventories.Id data type from long to string.
- Changed Inventories.ParentId data type from long to string.
|
| 2022-11-15 | 22.0.8354 | Google Ad Manager | | Removed | - Removed the following columns from the LineItems table, creativePersistenceType, IsPrioritizedPreferredDealsEnabled, AdExchangeAuctionOpeningPriority.
- Removed the following column from the Placements table, IsAdSenseTargetingEnabled.
- Removed the following value from Companies.Type: AFFILIATE_DISTRIBUTION_PARTNER, CONTENT_PARTNER.
|
| 2022-11-15 | 22.0.8354 | Google Ad Manager | | Replacement | - Replaced MobileApplications.AppStore with MobileApplications.AppStores.
|
| 2022-10-28 | 22.0.8336 | Google Ad Manager | | Added | - Added CustomTargetingAggregate as a column in the LineItems table.
- Added CustomTargetingValues as a table to create, update and query Custom Targeting Values.
|
| 2022-10-18 | 22.0.8326 | Google Ad Manager | | Added | - Added BaseReportName as inputs for CreateReportSchema. When BaseReportName is specified, CreateReportSchema will utilize this report as the template for the new report, adding any inputted columns on top of any already present ones.
|
| 2022-09-30 | 22.0.8308 | General | | Changed | - Added the IsPath column to the sys_procedureparameters table.
|
| 2022-09-29 | 22.0.8307 | Google Ad Manager | | Added | - Added CustomFieldIdsPrimitive, CustomFieldIdsDropdown and CustomDimensionKeyIds as inputs for CreateReportSchema.
- Added support for generating reports that include customFieldIds and customDimensionKeyIds.
|
| 2022-08-30 | 22.0.8277 | Google Ad Manager | | Added | - Added the columns PoNumber, SecondaryTraffickerIds, SecondarySalespersonIds, AppliedTeamIds to the Orders table.
|
| 2022-06-08 | 22.0.8194 | ADO.NET | | Removed | - Removed support for VS2010.
|
| 2022-05-24 | 22.0.8179 | Google Ad Manager | | Changed | - Changed provider name to Google Ad Manager.
|
| 2022-05-19 | 22.0.8174 | ADO.NET | | Removed | - Removed support for .NET 2.0.
|
| 2022-04-27 | 22.0.8152 | ADO.NET | | Removed | - Removed support for EFCore 3.0 and EFCore5.0.
|
| 2022-04-12 | 21.0.8137 | Google Ad Manager | | Changed | - Changed the default API version from v202108 to v202202.
|
| 2022-04-12 | 21.0.8137 | Google Ad Manager | | Added | - Added the column ApplicationId to the Inventories table.
|
| 2022-04-12 | 21.0.8137 | Google Ad Manager | | Removed | - Removed the column MobilePlatform, IsSharedByDistributor from the Inventories table.
- Removed the column PauseRole, PauseRole from the ProposalLineItems table.
- Removed the column ExchangeRate, RefreshExchangeRate from the Proposals table.
|
| 2022-03-18 | 21.0.8112 | Google Ad Manager | | Added | - Added the columns StartTimeZoneId and EndTimeZoneId from the LineItems table.
|
| 2022-03-18 | 21.0.8112 | Google Ad Manager | | Removed | - Removed the column TimeZoneId from the LineItems table.
|
| 2022-03-08 | 21.0.8102 | Google Ad Manager | | Added | - Added support for querying the table LineItemCreativeAssociations.
|
| 2021-12-07 | 21.0.8011 | Google Ad Manager | | Added | - Exposed dimension attribute columns.
|
| 2021-12-01 | 21.0.8005 | Google Ad Manager | | Added | - Added extra columns for Dimension, Hierarchy and OLAPType to sys_tablecolumns for OLAP properties. This impacts the following views: DeliveryReport, InventoryReport, SalesReport.
- The stored procedure CreateReportSchema now adds a property to tell if a column is a DimensionAttribute or a Measure.
|
| 2021-09-02 | 21.0.7915 | General | | Added | - Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
| 2021-08-07 | 21.0.7889 | General | | Changed | - Added the KeySeq column to the sys_foreignkeys table.
|
| 2021-08-06 | 21.0.7888 | General | | Changed | - Added the new sys_primarykeys system table.
|
| 2021-07-23 | 21.0.7874 | General | | Changed | - Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
- As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
|
| 2021-06-18 | 21.0.7839 | Google Ad Manager | | Added | - Added support for the GOOGLEJSONBLOB JWT certificate type. This works like the existing GOOGLEJSON certificate type except that the certificate is provided as JSON text instead of as a file path.
|
| 2021-06-07 | 21.0.7828 | ADO.NET | | Added | - Added support for the DbCommand.CommandTimeout property.
|
| 2021-06-03 | 21.0.7824 | Google Ad Manager | | Changed | - Changed the default Version from v202011 to v202105.
- Changed enum columns in ProposalLineItems and LineItems to include new possible values
- Changed Proposals to include a new column
|
| 2021-05-29 | 21.0.7819 | ADO.NET | | Removed | - Removed support for SSRS 2008.
|
| 2021-04-25 | 21.0.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%'
|
| 2021-04-23 | 21.0.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.
|
| 2021-04-16 | 21.0.7776 | ADO.NET | | Changed | - Separated the ADO.NET Provider assembly and Entity Framework Core 5 Nuget packages.
- Single precision floating point numbers are now reported as with the Data Type Name as "real". Double precision floating point numbers now have their Data Type Name reported as "float". This change does not impact the actual data types of these columns - only the reported data type name.
- Separate EFCore 3.0, 3.1 and EFCore 5 dlls are now shipped with the driver. The 2.0 and 2.1 EFCore dlls are removed.
|
| 2021-04-16 | 21.0.7776 | General | | Added | - Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Reduced the length to 255 for varchar primary key and foreign key columns.
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Updated index naming convention to avoid duplicates.
|
| 2021-03-23 | 21.0.7752 | Google Ad Manager | | Removed | - Removed the UserDefinedRange connection property as it should always be true.
|
| 2021-01-22 | 20.0.7692 | Google Ad Manager | | Changed | - Changed the default API version from v202002 to v202011.
|
| 2021-01-22 | 20.0.7692 | Google Ad Manager | | Added | - Added new possible values for the MobileApplications.AppStore column: ROKU,AMAZON_FIRETV,PLAYSTATION,XBOX,SAMSUNG_TV.
- Added new column CompetitiveConstraintScope for the LineItems table.
|
| 2021-01-22 | 20.0.7692 | Google Ad Manager | | Removed | - Removed the deprecated column IsSetTopBoxEnabled from the LineItems table.
|
| 2020-11-19 | 20.0.7628 | Google Ad Manager | | Added | - Changed the default report date range if UserDefinedRange property is true: If no StartDate, EndDate or DateRangeType is specified, the report will be generated for the date range the user has configured in the GUI, instead of the last month.
- Added the DateRangeType Pseudo-Column for report views. It can be used along with StartDate and EndDate pseudocolumns to specify the period of time for which the reporting data is being generated.
|