Releases: Multiverse-io/anonymiser
Releases · Multiverse-io/anonymiser
v0.5.2
What's Changed
- Handle rows where the first column is text and starts with "COPY" by @rohan-b99 in #206
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- feat(transformer): make obfuscate_datetime flexible for any fractional second precision by @timgent in #205
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Update anonymiser tool to hash ID's by @MMAcode in #197
- Update anonymiser FakeEmail logic by @aishwaryavora in #199
- Implement support for custom classifications by @aishwaryavora in #203
- Add date time obfuscation transformer by @timgent in #204
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Bump openssl from 0.10.66 to 0.10.70 in the cargo group by @dependabot in #189
- Update Hashing logic in the Anonymiser by @aishwaryavora in #190
- Add salt to hashing logic by @aishwaryavora in #194
New Contributors
- @aishwaryavora made their first contribution in #190
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump serde from 1.0.199 to 1.0.203 by @dependabot in #160
- Bump openssl from 0.10.64 to 0.10.66 in the cargo group by @dependabot in #170
- Bump serde_json from 1.0.116 to 1.0.121 by @dependabot in #171
- Whitespace bug by @danturn in #162
- Bump postgres from 0.19.7 to 0.19.9 by @dependabot in #173
- Bump zstd from 0.13.1 to 0.13.2 by @dependabot in #174
- Bump native-tls from 0.2.11 to 0.2.12 by @dependabot in #161
- Bump mimalloc from 0.1.41 to 0.1.43 by @dependabot in #165
- Bump lazy_static from 1.4.0 to 1.5.0 by @dependabot in #175
- Bump log from 0.4.21 to 0.4.22 by @dependabot in #176
- Add truncate option by @danturn in #163
- tidy up some validation checks + add the actual command to the error output to retry by @danturn in #164
- Bump serde_json from 1.0.121 to 1.0.134 by @dependabot in #181
- Bump regex from 1.10.4 to 1.11.1 by @dependabot in #178
- Bump uuid from 1.8.0 to 1.11.0 by @dependabot in #179
- Bump itertools from 0.12.1 to 0.14.0 by @dependabot in #182
- Bump base32 from 0.4.0 to 0.5.1 by @dependabot in #169
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Ensure CREATE TABLE statement lines end with '(' by @rohan-b99 in #156
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Bump CI image version by @hoyon in #124
- Add Nix flake by @alexpearce in #125
- Remove slack notifications from circleci by @hoyon in #145
- add an email or phone transformer by @danturn in #126
- allow gzip compression option by @danturn in #143
New Contributors
- @alexpearce made their first contribution in #125
Full Changelog: v0.1.14...v0.2.0
v0.1.14
What's Changed
- pin build deps bump rust version by @C-Sinclair in #89
New Contributors
- @C-Sinclair made their first contribution in #89
Full Changelog: v0.1.13...v0.1.14
v0.1.12
What's Changed
- Remove some unused state updates, adding a todo by @danturn in #45
- checks for duplicate columns + tables, some neater error handling by @danturn in #53
- adding fix subcommand, supporting sorting even if errors not present by @danturn in #54
- Bump serde_json from 1.0.85 to 1.0.86 by @dependabot in #52
- Bump uuid from 1.1.2 to 1.2.1 by @dependabot in #51
- Bump itertools from 0.10.3 to 0.10.5 by @dependabot in #47
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Update README.md by @danturn in #34
- add installation instructions to readme by @danturn in #35
- Create dependabot.yml by @danturn in #36
- Bump postgres from 0.19.3 to 0.19.4 by @dependabot in #41
- Bump chrono from 0.4.19 to 0.4.22 by @dependabot in #40
- Bump uuid from 0.8.2 to 1.1.2 by @dependabot in #39
- Create LICENSE by @danturn in #42
- adding a little bit more to the --help docs by @danturn in #44
- Bump pretty_assertions from 1.2.1 to 1.3.0 by @dependabot in #43
- Bump serde from 1.0.140 to 1.0.144 by @dependabot in #38
- Bump serde_json from 1.0.82 to 1.0.85 by @dependabot in #37
- Fix scramble when text contains newlines by @rohan-b99 in #49
- Bump serde from 1.0.144 to 1.0.145 by @dependabot in #48
- order columns when updating strategy.json by @danturn in #50
New Contributors
- @dependabot made their first contribution in #41
Full Changelog: v0.1.10...v0.1.11