SQL Data Catalog v1.7.x

Released: Jan 8, 2020

v1.7.x での更新項目

1.7.14

Updated May 21, 2020

Features

  • Increased the performance of Get-ClassificationColumn PowerShell cmdlet, used in all automation, between 6 - 13 times, addressing customer issues when trying to classify a substantial number of columns at once.

1.7.13

Updated May 13, 2020

Fixes

  • Fix for database scan failure, when database objects have extended property with hex values.
  • Fix an issue when expanding API category in API page crashes UI.

1.7.12

Updated May 12, 2020

Features

  • Increased the maximum table size in the UI to 500.

1.7.11

Updated May 6, 2020

Features

  • API calls to /hubs/notifications and /hubs/notifications/negotiate are no longer logged - these are automated, internal SignalR calls and just add noise to logs.
  • Performance of bulk classification has been improved to make it run significantly faster.

1.7.10

Updated Apr 27, 2020

Fixes

  • Fixed a bug where it was not possible to set up a non-admin account as the service user.
  • API Changes: The Bulk Classification endpoint (api/v1.0/columns/bulk-classification) now accepts an array of ColumnIds instead of the previously more verbose ColumnIdentifiers. PowerShell cmdlets such as Set-Classification has been updated for this change, so it will work in your scripts as before. The Get Classifications endpoint (api/v1.0/instances/INSTANCE_NAME/databases/DATABASE_NAME/columns), exposed via the Get-ClassificationColumn PowerShell cmdlet, returns the appropriate ColumnIds.

1.7.9

Updated Apr 14, 2020

Fixes

  • Fixed a bug in the configuration app where an exception occurred if the given username was not an administrator.

1.7.8

Updated Mar 23, 2020

Features

  • Added the ability to remove tags using bulk classification.

1.7.7

Updated Mar 17, 2020

Fixes

  • The Set-Classification PowerShell script now classifies columns in batches, solving the issues that some users experienced when trying to classify a large amount of columns.
  • Classification: Attempting to assign free text attributes to an invalid column (e.g. misspelled database name) now correctly responds with NotFound (404) instead of Ok (200).
  • Databases, tables and columns: Requesting details on a missing database (e.g. due to misspelled database name) now correctly responds with NotFound (404) instead of Ok (200).
  • Fixed a bug where the Credit Cards and National ID suggestion rules could not be modified.

1.7.6

Updated Mar 9, 2020

Features

  • Added Start-ClassificationDatabaseScan to the Powershell module.

Fixes

  • Disable suggestion operations in the UI when suggestions being regenerated.
  • API changes - metadata.status.isReachable (e.g. on api/v1.0/instances/) now returns 'unknown' when no scans have completed on the instance, 'false' when a scan has returned an error, and 'true' when a scan has successfully completed.

1.7.5

Updated Mar 5, 2020

Features

  • Allow users to configure their own suggestion rules.

1.7.4

Updated Feb 24, 2020

Features

  • Stopped bulk classification from overwriting tags on all categories.
  • API now returns Bad Request or Not Found rather than Internal Server Error when given an invalid free-text attribute, database or instance id in some cases.

1.7.3

Updated Feb 12, 2020

Features

  • Reduced the number of banners on the column classification page.

Fixes

  • Fix CSS bug on taxonomy page for macOS Safari.

1.7.2

Updated Feb 4, 2020

Features

  • Improve performance of a database scan.
  • Added support for SQL Server 2019's Memory-Optmized Tables.

Fixes

  • Fix an issue when clicking between two filters too quickly produces an error.
  • Fix an issue when SqlDataCatalog is not accessible after upgrade.

1.7.1

Updated Jan 20, 2020

Improvements

  • Adds Wait-SqlDataCatalogOperation cmdlet to the PowerShell module.

Major changes

  • If HTTPS is configured the Config App needs to be rerun in order to make SQL Data Catalog run fine after the upgrade.
  • Firefox browser needs to be configured to allow windows authentication.
  • If users are accessing SqlDataCatalog from a Mac, specific instructions need to be followed to allow users to use windows authentication.

API changes

  • API exposes the status of scanning instances and databases.

1.7.0

Updated Jan 8, 2020

Major changes

  • The Config App needs to be rerun in order to make SQL Data Catalog run fine after the upgrade. This is due to migration of the API from .NET Framework to .NET Core.
  • The encryption mechanism for SQL Server Auth was changed due to the above change. You need to reenter your password if you use SQL Server Auth.

Features

  • Improved the UI for bulk classification: to avoid confusion, it is now not possible to modify column selection when the sidebar for classifying multiple columns is displayed.
  • Add 'Masking Data Set' sample tag category to facilitate integration with SQL Data Masker.
  • Security: tighten CORS configuration.
  • Added API documentation to web UI.

Fixes

  • Prevent the 'Something went wrong' error when reloading the Taxonomy page with the sidebar open.
  • API changes - Hyphenate all API endpoints, i.e. auth-tokens, classification-suggestions, sensitivity-label-distribution.
  • API changes - The taxonomy endpoints were renamed - all of them are now prefixed with taxonomy and hyphenated, e.g. /tagcategories was renamed to /taxonomy/tag-categories.