Releases: encryption4all/cryptify
Releases · encryption4all/cryptify
v0.1.27
Added
- staging_mode config that logs instead of sending email
- (upload) GET /fileupload/{uuid}/status for cross-refresh resume
Fixed
- address dead UUID check and copy-paste error in upload_chunk
- add HTTP Range support to /filedownload
Other
- add regression test for invalid_uuid reason on upload_chunk
- resolve conflicts with main (download route)
- (upload) cover /status preflight + deadline-extension AC
v0.1.26
Added
- (upload) idempotent retry of the last committed chunk
- (upload) structured 404 body, configurable session TTL
Fixed
- validate API key against pg-pkg, not a local allowlist (closes #123)
Other
- (upload) apply review feedback from #145
- Merge pull request #132 from encryption4all/fix/extend-upload-eviction-on-chunk
- Merge pull request #141 from encryption4all/dependabot/cargo/openssl-0.10.79
- Merge remote-tracking branch 'origin/main' into fix/upload-init-orphan-files-125
- update dependencies
- add Rust quality job (fmt, clippy, test)
v0.1.25
v0.1.24
Other
- Merge pull request #113 from encryption4all/dependabot/cargo/rustls-webpki-0.103.13
- Merge pull request #128 from encryption4all/dependabot/cargo/openssl-0.10.78
- Merge remote-tracking branch 'origin/main' into chore/strum-0.28
- Merge remote-tracking branch 'origin/main' into dobby/reqwest-0.13
- Merge pull request #121 from encryption4all/dobby/sha2-rand
- Merge pull request #122 from encryption4all/dobby/pg-core-0.5
- (deps) bump pg-core to 0.5
v0.1.23
Other
- (api) align upload limit descriptions with current constants
v0.1.22
Added
- make chunk size configurable via TOML, default 5 MB
- tiered upload limits for API key users, 10 MiB chunks, resets_at in 413
- enforce server-side upload limits (5 GiB/upload, 15 GiB rolling/email)
Fixed
- align upload limits to round GB values (5 GB / 100 GB)
- use GB instead of GiB in API description
- (upload) raise Rocket data limits to match CHUNK_SIZE
Other
- Merge branch 'main' into feat/x-postguard-email-header
- Merge pull request #105 from encryption4all/fix/upload-chunk-data-limit
- remove outdated cryptify-frontend/backend references
- Add PostGuard logo to README
- Standardize README
v0.1.21
Other
- cargo update to refresh dependencies and resolve advisories
- Fix release-plz creating PRs when nothing changed
v0.1.20
Other
- Use high-res PostGuard logo with text in email template
v0.1.19
Other
- Merge branch 'main' into add-explanation
- Update build pipeline versions
v0.1.18
Other
- Use native runners
- Try 24375738 to make the pipeline work