SQL Data Catalog v1.6.x

Released: Sep 25, 2019

v1.6.x での更新項目

1.6.14

Updated Dec 24, 2019

Fixes

  • Fixed regression related to the number of suggestions available presented in the instance summary view.
  • Fixed regression where reloading a page doesn't work.
  • Fixed empty audit shapshot when the instance name starts with .\
  • API changes - Removed unused properties from the metadata details of instance and database.

1.6.13

Updated Dec 18, 2019

Features

  • UI: Enforce single-line tag values.

1.6.12

Updated Dec 10, 2019

Features

  • It is now possible to easily open the configuration app again after the initial setup finishes.
  • Improved the performance of bulk classification.

1.6.11

Updated Dec 3, 2019

Features

  • The API now returns security-related HTTP response headers.
  • The built-in Microsoft tags now have descriptions.

1.6.10

Updated Nov 26, 2019

Features

  • SSL can now be configured using the Configuration app.
  • The API now returns the Content-Security-Policy HTTP header.
  • Audit events are now generated when authorization tokens are created and deleted.

1.6.9

Updated Nov 18, 2019

Features

  • Enhanced the security of the Web UI.

1.6.8

Updated Nov 11, 2019

Features

  • Tag categories are now displayed in the same order throughout the Data Catalog UI.

Fixes

  • Fixed a bug in the web client that meant changes to a column's freetext attributes might not be immediately reflected in the UI.
  • Fixed a bug where it appeared that suggestions were not applied.
  • API changes
    • Rename /audit/classification to /audit/export.
    • Rename instances/{InstanceId}/databases/{DatabaseName}/columns/all to instances/{InstanceId}/databases/{DatabaseName}/columns/export.

1.6.7

Updated Nov 3, 2019

Features

  • Removes domain name column from the Permissions grid.

Fixes

  • Ignore extended properties with NULL values during scans.

1.6.6

Updated Nov 1, 2019

Fixes

  • Don't reset permissions if a user from a different domain is added.
  • Allow adding users with the same name but from different domains.
  • Do not cache an empty domain list if Active Directory server is down.
  • Ensure that the domain provided is taken into account in all scenarios when permissions are granted.
  • Display a message if the user is unauthorized for access Sql Data Catalog.

Due to major changes in the permissions handling it is recommend that you disable permissions before applying this update.

1.6.5

Updated Oct 29, 2019

Features

  • Add support for cataloging mirrored databases.
  • Include audit entries of taxonomy changes and requests of an instance scan in the UI.
  • Display the role holder when deleting a user or group on the permissions tab.
  • API changes
    • Export all types of events in a CSV file from the audit log (incl. taxonomy changes and instance scan requests).

Fixes

  • Align the plus and the text "Add Instance" on the Catalog page.

1.6.4

Updated Oct 22, 2019

Features

  • Changes to the taxonomy are now audited.
  • Requesting an instance scan is now audited.
  • The Update-ClassificationInLiveDatabase PowerShell cmdlet now uses the ADD SENSITIVITY CLASSIFICATION syntax when targeting SQL 2019 or Azure SQL.
  • Handle the UPN form of a user name when adding users for permissions.
  • API changes
    • The columnClassificationAuditEntries field returned from the /audit endpoint has been renamed to auditEntries.
    • The /audit API endpoint takes some new eventFilter values to control which audit data should be returned. For example, setting eventFilter=TaxonomyChanged will return all modifications made to the taxonomy. See the Swagger documentation (at /swagger) for the /audit endpoint for the full list of filters.

1.6.3

Updated Oct 14, 2019

Features

  • Improves error handling in PowerShell module when invalid tag is provided.
  • SQL Data Catalog now reads sensitivity classifications from the sys.sensitivity_classifications table in SQL 2019 and Azure SQL, when the database is first added to the catalog.
  • Added warning messages about SSL configuration when adding an instance with SQL Server authentication and when configuring SQL Data Catalog.
  • Extend default taxonomy by adding a "System" tag to the "Sensitivity" built-in category.

Fixes

  • Improves handling of canceled requests.

1.6.2

Updated Oct 7, 2019

Features

  • Permissions list is purged as a result of improving performance on loading permissions list.
  • Improved performance on loading permissions list.
  • API changes
    • Added endpoint DELETE api/v1.0/permissions/domains/{domain}/users/{userSID} for deleting users.
    • PUT api/v1.0/permissions is no longer responsible for deleting users from permissions list.

Fixes

  • Support empty collection of columns provided to Set-Classification.

1.6.1

Updated Sep 30, 2019

Fixes

  • Weekly snapshots are now taken as intended (every Sunday).

1.6.0

Updated Sep 25, 2019

Features

  • Breaking change of PowerShell cmdlets - most of the cmdlets were renamed, parameters and return types of some of them were changed. The full list of breaking changes:
    • Use-Classification becomes Connect-SqlDataCatalog
    • Enable-Authorization becomes Enable-SqlDataCatalogAuthorization
    • Add-RegisteredSqlServerInstance becomes Register-ClassificationInstance (-Force param removed)
    • Update-RegisteredSqlServerInstance becomes Set-ClassificationInstanceCredential
    • Start-InstanceScan becomes Start-ClassificationInstanceScan
    • Get-RegisteredInstances becomes Get-ClassificationInstance (return type changed)
    • Get-Databases becomes Get-ClassificationDatabase
    • Get-Columns becomes Get-ClassificationColumn
    • Copy-DatabaseClassification becomes Copy-Classification
    • Export-ClassificationCsv becomes Export-Classification (new -Format param (csv, zip))
    • Export-ClassificationExtendedProperties becomes Update-ClassificationInLiveDatabase
    • Get-TagCategories becomes Get-ClassificationTaxonomy
    • Update-ColumnTags (forceUpdate=off) becomes Add-ClassificationColumnTag
    • Update-ColumnTags (forceUpdate=on) becomes Set-ClassificationColumnTag
    • Import-ColumnsTags (override) becomes Set-Classification
  • The 'Auth Tokens' page was improved, the generated auth-token is now fully visible in all browsers.
  • Improved Do not clear the values provided when adding permissions fails.
  • Moved auth token and permissions navigation menu items from the top bar into Settings.