From c26b63516369663e739b5d943118b3cd31bd1d97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 11:35:50 +0000 Subject: [PATCH] chore: release v0.1.26 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7c7cf..b85b90a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.26](https://github.com/encryption4all/cryptify/compare/v0.1.25...v0.1.26) - 2026-05-07 + +### 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) + ## [0.1.25](https://github.com/encryption4all/cryptify/compare/v0.1.24...v0.1.25) - 2026-05-02 ### Added diff --git a/Cargo.lock b/Cargo.lock index e47212d..43022a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.25" +version = "0.1.26" dependencies = [ "askama", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c801b6e..aeba02b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.25" +version = "0.1.26" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify"