Data Masker for SQL Server 7.0.x

Released: Jan 7, 2020

7.0.x での更新項目

v7.0.23

Updated Aug 10, 2020

Fixes

  • Fixed bug in Select Distinct Values query when column names contain spaces.
  • Fixed a bug in applying the "PostalCode" column template.

v7.0.22

Updated Jul 23, 2020

Features

  • New command line option: DataMaskerCmdLine.exe column-template build-mapping-file
    • Integrates with your SQL Data Catalog Taxonomy.
    • Produces a column-template mapping file that you can pass into the build command.
    • It is now possible to fully automate masking a database, based on the hard work you have put into cataloging your SQL database estate.

Fixes

  • Fixed bug in generation of South African ID Numbers dataset.

v7.0.21

Updated Jul 7, 2020

Features

  • Added an option to the Data Masker build CommandLine (DataMaskerCmdLine.exe build --mapping-file) to consume a column-template-mapping file to generate default rules.

Fixes

  • Recalculate ranges on a Range Splitter will prompt for password, if necessary.
  • Correctly reset the form state after testing the login on the password prompt form.
  • Improved the format of the log file.
  • Fixed a bug where some datasets would try to use a null value in a NOT NULL column.

v7.0.20

Updated Jun 26, 2020

Fixes

  • Internal improvements.

v7.0.19

Updated Jun 9, 2020

Fixes

  • Fixed the `--schema` option when running the `DataMaskerCmdLine.exe build using-windows-auth...` command.

v7.0.18

Updated May 22, 2020

Features

  • Removed the short-aliases for the command-line options.
  • It is now possible to specify which schemas will be included in the masking set using the build command on the command-line using the --schema (or -s) option, e.g DataMaskerCmdLine.exe build ... -s dbo -s orders --schema sales.

v7.0.17

Updated May 13, 2020

Features

  • Added a new command-line option to build an empty masking set. Run DataMaskerCmdLine.exe build --help for more information.

v7.0.16

Updated Apr 30, 2020

Fixes

  • Fixed an issue where correlated datasets would generate data too large for the column.

v7.0.15

Updated Apr 27, 2020

Fixes

  • Fix an issue retrieving the row counts from large tables.

v7.0.14

Updated Apr 14, 2020

Fixes

  • Improve error message when a table being masked does not have a primary key.

v7.0.13

Updated Apr 8, 2020

Features

  • Allow the user control over whether the interim reports from the command line writes to the log file.

v7.0.12

Updated Apr 6, 2020

Fixes

  • Fixed an issue where Data Masker doesn't show any activity in the Run Statistics tab when running the Rules.

v7.0.11

Updated Apr 1, 2020

Fixes

  • Fixed an issue where attempting to connect to Oracle in a cross-database rule throws an exception.

v7.0.10

Updated Mar 23, 2020

Fixes

  • Fixed an issue where cross-database command rules would timeout after 30 seconds.

v7.0.9

Updated Mar 12, 2020

Fixes

  • Fixed an issue where cloning rule controllers would clone the rule controller twice.

v7.0.8

Updated Feb 17, 2020

Fixes

  • Fixed an issue where updating columns in the primary key could appear successful but no rows being masked.

v7.0.7

Updated Feb 3, 2020

Fixes

  • Fixed an issue where after refreshing the list of datasets the rule forms did not see the new datasets.

v7.0.6

Updated Jan 30, 2020

Fixes

  • Fixed an error when importing the masking plan from csv.

v7.0.5

Updated Jan 29, 2020

Fixes

  • Login substitutions in PARFILEs are parsed with a more robust parser. This permits valid substitutions that previously failed to parse.

v7.0.4

Updated Jan 22, 2020

Fixes

  • Resolves an issue causing Data Masker to not open.

v7.0.2

Updated Jan 21, 2020

Features

  • Generating PARFILEs from the UI command line (-G) will now prompt for where it should be saved.
  • Added a link to command line automation instructions.
  • Cross database command rules targeting Oracle will more robustly split up multiple statements separated by ; or /

v7.0.1

Updated Jan 9, 2020

Fixes

  • Fixed an issue using V7's performance mode when trying to use certain data sets to mask part of a row's ID.

v7.0.0

Updated Jan 7, 2020

Features

  • Deprecation of UI command line
    • Using DataMasker.exe to automate masking sets runs has been removed in 7.0.0. To automate running of masking sets use DataMaskerCmdLine.exe instead.
    • To aid migration, Data Masker 7.0.0 includes an additional command line flag (-G) to DataMasker.exe to generate PARFILEs suitable for DataMaskerCmdLine.exe.
  • Enhanced performance of masking rules. This replaces the V7 performance beta, and can be disabled by using legacy performance mode.
  • Users can now select a default commit frequency when configuring Search and Replace, Shuffle, and Row Internal rules.

Fixes

  • Fixed an issue where CLR triggers are not downloaded.