Skip to content

Releases: czerwonk/hakanai

v3.0.1

16 Feb 12:34
458b2d3

Choose a tag to compare

v3.0.0

15 Jan 14:28
fefeb20

Choose a tag to compare

Hakanai v3.0.0 introduces breaking changes in secret encoding and URL format.

⚠️ BREAKING CHANGES

1. Secret identifier is ULID now instead of UUID

  • ULID is shorter than UUID and so reduces the complexity of secret URLs and size of QR codes

2. Secrets are now encoded with MessagePack

  • reduces secret size since we do not need to base64 encode the binary data before encryption any more

🛠️ Migration Guide

From v2.x to v3.0.0

Since the Secret URL format and secret encoding changed, be aware that old secrets are not retrievable with this version.
Setup and deployment are unmodified.

v2.20.4

14 Jan 11:54
8b7abfc

Choose a tag to compare

✨ Features

  • allow overriding Redis connection parameters like timeouts

🔧 Technical

  • updated dependencies

v2.20.3

12 Jan 08:55
5074a55

Choose a tag to compare

🔧 Technical

  • Updated dependencies

v2.20.2

14 Dec 13:22
8c891f6

Choose a tag to compare

🔧 Technical

  • Updated dependencies

v2.20.1

16 Nov 16:19
0a7f396

Choose a tag to compare

✨ Features

  • add /one-time-token web UI

v2.20.0

15 Nov 16:38
2595be9

Choose a tag to compare

✨ Features

Add one time usage tokens

  • create with --one-time in CLI token-mode
  • tokens are deleted once retrieved

v2.19.3

20 Oct 10:35
4c53604

Choose a tag to compare

🐛 Bug Fixes

  • Improved reconnect time in case of Redis failing / crashing

v2.19.2

14 Oct 10:03
29cdc33

Choose a tag to compare

🔧 Technical

  • Updated dependencies

v2.19.1

10 Oct 08:01
360c1dc

Choose a tag to compare

✨ Features

  • Add --ask-passphrase and --ask-key options to CLI