Data Masker for SQL Server 新版本发表

Released: Aug 28, 2020

v7.1.0 中的更新

特性

  • New importer to build default rules and sensitivities from SQL Data Catalog.
  • Added a new command-line option to list the available column templates.
  • Added datasets for full US addresses, gender and photos.
  • Improved the layout of the Misc. Setup tab.
  • Changes to the log file format.

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...

Released: Jul 4, 2019

6.3.x 中的更新

6.3.23

Updated Dec 20, 2019

Fixes

  • Increase the scale and precision of numbers supported by floating point data sets.

6.3.22

Updated Dec 19, 2019

Fixes

  • Fixed an issue running masking sets that affect a large number of rows or columns.
  • Keep trailing semicolons when running cross database commands.

6.3.21

Updated Dec 18, 2019

Features

  • Added a "Check for Updates" option to the "Help" menu to manually check for new updates.
  • Use fast single pass mode is now on by default for new table to table rules...

Released: Jun 26, 2019

6.2.7 中的更新

Updates in 6.2.7

  • The rhino progress bar and option are removed.
  • Make the 'New Rule' button more prominent on the 'Rules in Set' tab.
  • Removed the SQL Server version selector. This change has no affect on how masking sets run on supported version of SQL Server (2005 or later).
  • Fixed an issue where the masking set would not correctly clear the first time clear masking set was run.
  • Fixed a race condition that could occur when running from the command line.

Released: Jun 3, 2019

6.2.6 中的更新

Updates in 6.2.6

  • The new masking set and controller workflow is now turned on by default.
  • Fixed an issue causing the GUI command line to silently fail when started with certain arguments. This did not affect the headless command line.

Released: May 9, 2019

v6.2.4 中的更新

特性

  • Makes conversion from range splitter to simple substitution rule easy.
  • Improves the handling of nullable columns and values in the substitution rule.

修补程序

  • Fixes a bug when using TableToText rules from the command line.

Released: Apr 30, 2019

6.2.3 中的更新

Updates in 6.2.3

  • Fixed a bug where multiple threads could conflict on writing a log message and cause rule processing to terminate.
  • Fixed a bug which caused 'SQL Server 2005' database version in edit controller form cannot be loaded and displayed.
  • The JSON masker rule now masks non-string values within arrays.
  • The JSON masker rule no longer masks values of null or undefined.

Released: Apr 3, 2019

6.2.2 中的更新

特性

  • Added a new dataset for NHS Numbers. NHS Numbers can be generated with valid or invalid checksums, and optionally be uniquely generated.
  • It is now possible to possible to copy text from message boxes.

修补程序

  • Fixes an issue introduced in V06.02.01 causing the interface to display incorrectly on high DPI monitors.
  • Fixes a failure when gathering metrics and improves the logged message.
  • Fixes broken help links.

Released: Mar 4, 2019

6.2.0 中的更新

特性

  • New masking set and controller workflow.
  • New getting started page.
  • Columns of type BIT can now be masked with random bits.

修补程序

  • A bug which caused substitution rule errored when running against column with text data type has been fixed.
  • Viewing data from tables containing geography or geometry data types no longer fails.

Released: Feb 13, 2019

6.1.5 中的更新

特性

  • Right clicking in the column selection dropdown listbox in the Substitution and Insertion rules now provides a menu item which can switch the listing between column ordinal position or alphabetical sort modes. If the alphabetical option is chosen the column typeahead function will work on the list box.

修补程序

  • A bug which caused setting encoding for custom dataset not working has been fixed.