What's Changed
New Contributors
- @Jolley71717 made their first contribution in https://github.com/Nahuel990/ministack/pull/82
[1.1.23] — 2026-04-03
Added
- KMS service — CreateKey (RSA_2048, RSA_4096, SYMMETRIC_DEFAULT), ListKeys, DescribeKey, GetPublicKey, Sign, Verify, Encrypt, Decrypt, GenerateDataKey, GenerateDataKeyWithoutPlaintext. In-memory key storage with RSA signing via the
cryptographypackage (optional dependency, guarded import). Supports JWT signing flows and S3 SSE-KMS encryption patterns. Contributed by @Jolley71717