Skip to content

Release Notes

codimoc edited this page Jun 1, 2023 · 18 revisions
  • Release 0.6.3 - 1-Jun-2023

    • Adding SQLite local storage beyond or in parallel to AWS DynamoDB
    • Adding parametrized tests (pytest), to check behaviour across different storage solutions
  • Release 0.6.2 - 15-Apr-2023

    • Fix compatibility with Python versions < 3.7
  • Release 0.6.1 - 15-Apr-2023

    • Refactored storage access to make it generic and extensible to different storage solutions, by decoupling the implementation from the interface
    • improvement to the load and save commands: they now work in encrypted mode by default, no password required; decrypted mode by using the -d option
  • Release 0.5.1 - 30-Oct-2022

    • added functions dump to generate a full unencrypted dump of the entire wallet
    • added functions save to generate a backup json file for future use
    • added functions load to restore a backup json file
    • improved logging and log-level configuration
    • made tests less flaky
    • improve documentation
  • Release 0.4.4 - 12-Feb-2022

    • improvement of the query command, allowing to query a pattern both on domain and access at the same time
    • added command qget (query get), to query based on pattern and get one secret from the returned list
    • bug-fix allowing removing an item in the info-dictionary inside the secret
    • more documentation
  • Release 0.4.2 - 12-Aug-2021

    • Added a bespoke shell for running commands in a sandboxed environment
    • Some bug-fixes
  • Release 0.3.3 - 30-Jul-2021

    • Added disclaimers to README
  • Release 0.3.2 - 21-Jul-2021

    • Various enhancements in the logging component, with secrets information hidden in the log file
    • Port to Windows system, with some functionality disablds (password memory in background process)
  • Release 0.2.2 - 18-Jul-2021

    • Fix bug: missing configuration directory for first time installation
  • Release 0.2.1 - 15-Mar-2020

    • Alphabetic ordering the listed secrets
    • querying or filtering secrets by domain or access patterns
  • Release 0.2.0 - 1-Mar-2020

    • The delete command is improved
    • The display of secrets is improved
    • Added the version command to return the package's version number
    • Added the rename command to rename the domain and access key of a secret
    • Added the conf command to perform customization of the session timeout and lifetime
    • Added the reconf command to re-encrypt secrets with either a new device or memorable password
    • Added a logging facility
  • Release 0.1.5 (base release) - 12-Feb-2020

    • encryption of secrets in AWS DynamoDB table
    • CLI interface
    • Configuration of AWS and parameters
    • Sessions to persist memorable password for a short time
    • Password strength and verification
Clone this wiki locally