Skip to content

Greenmask 0.2.14

Changes

  • Fixed RandomPerson hash generation #327
  • Implemented --quiet flag for list-dumps command #331. This makes it easy to use list-dumps in shell pipelines like:
    greenmask list-dumps -q | xargs -I {} greenmask delete {}
    
  • Implemented an official greenmask installation script #334. Now greenmask can be installed with a single command:
    curl -fsSL https://greenmask.io/install.sh | bash
    
  • Added a --description flag to the dump command, store it in metadata, and display it in list-dumps for better context #339.
  • Fixed logic in ExcludeSchema filter: now correctly returns false for excluded schemas, preventing them from being restored #343
  • Fix: ensure SEQUENCE SET and BLOB entries are restored after topologically sorted tables when using --restore-in-order #340
  • Fixed command links in index documentation #337
  • Fix: prevent panic when using latest dump id with restore command if no dumps exist in storage #346

Full Changelog: v0.2.13...v0.2.14

Feel free to reach out to us if you have any questions or need assistance: