Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(backup): introduce new schema to minimize backup length #333

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 12, 2024

  1. feat(backup): introduce new schema to minimize backup length

    This commit adds a new backup schema designed to reduce the overall
    length of backups. The new schema is implemented in version 0.0.2,
    enhancing efficiency and reducing storage requirements.
    
    Signed-off-by: jeyem <me@e-mahmoudi.me>
    jeyem committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a825bf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    1b9074a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. feat(backup): enhance createJWE with new backup options

     - Added support for providing a master encoding key directly via options, making the method more flexible.
     - Introduced data compression for backups using optional settings to reduce size.
     - Updated related tests and fixtures to ensure comprehensive coverage of new functionality.
    
    Signed-off-by: jeyem <me@e-mahmoudi.me>
    jeyem committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e89b2e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7302432 View commit details
    Browse the repository at this point in the history