Skip to content

Commit

Permalink
Fixed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko committed Mar 15, 2024
1 parent 9079719 commit f62b3da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/release_notes/greenmask_0_1_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ This release introduces a new Greenmask command, improvements, bug fixes, and do

* Added restoration filtering by `--table`, `--schema` and `--exclude-schema` parameters
* Validate parameters without parameters validates only configuration file
* Added the `--schema` parameter, which allows to make a schema diff between the previous dump and the current. This
is useful when you want to check if the schema has changed after the migration. By controlling it we can exclude
data leakage after migration
* Validate command divided by many stages that can be controlled using parameters
* Configuration validation
* Transformer validation
* Constraint violation check
* Data difference check


## Improvements

* Improved Hash transformer
Expand All @@ -34,6 +38,7 @@ This release introduces a new Greenmask command, improvements, bug fixes, and do
* Fixed `--use-list` option - now it applies toc entries according to the order in list file
* Fixed `--use-list` option behaviour together with `--list-format` option (`json` or `text`). Now it
generates temporal list file in text format for providing it to the pg_restore call
* Updated documentation according to the latest changes



Expand Down

0 comments on commit f62b3da

Please sign in to comment.