Releases: encryption4all/cryptify
Releases · encryption4all/cryptify
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
v0.1.17
Other
- Upload to ghcr instead of docker
- Switch to docker specified workflow
- Move anchore scan
- Disable arm/amd build publish
- Try 100 version of automated release
v0.1.16
Other
- Disable main build on push
v0.1.15
Other
- try the rlsplz way
v0.1.14
Other
- use one workflow file
v0.1.13
Other
- Run on tag push