Releases: Multiverse-io/anonymiser
Releases · Multiverse-io/anonymiser
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
v0.1.10
What's Changed
- Install static openssl lib for alpine build + statically link by @rohan-b99 in #20
- Alpine build: install pkg-config by @rohan-b99 in #21
- Install openssl-dev by @rohan-b99 in #22
- Use muslrust to build binary by @rohan-b99 in #24
- adding executable tests on ci by @danturn in #26
- make a db connection when verifying binaries by @danturn in #27
- 1.9 doc update and a few test tidies by @danturn in #28
- fix release by @danturn in #29
- fix release by @danturn in #30
- Performance tweaks by @addrummond in #31
- Add compress-output flag and uncompress subcommand by @rohan-b99 in #33
- dealing with string arrays marginally better by @danturn in #32
New Contributors
- @addrummond made their first contribution in #31
Full Changelog: v0.1.8...v0.1.10
v0.1.8
v0.1.7
What's Changed
- Add pre-reqs for creating releases by @timgent in #8
- Make generate-strategies and check-strategies --fix work by @hoyon in #9
- Remove redundant columns from strategy file by @petemcfarlane in #10
- Update dependencies by @hoyon in #11
- Create release on CircleCI by @hoyon in #12
- Integration test by @danturn in #14
- reading types from create table statement by @danturn in #13
- using types by @danturn in #15
- building releases fails as openssl is not installed by @danturn in #17
- Performance optimizations by @rohan-b99 in #16
New Contributors
- @petemcfarlane made their first contribution in #10
- @rohan-b99 made their first contribution in #16
Full Changelog: v0.1.6...v0.1.7