Skip to content

Releases: czerwonk/hakanai

v3.0.6

29 May 09:20
ed2fc3e

Choose a tag to compare

🔧 Technical

  • Updated dependencies

v3.0.5

28 Apr 10:27
961f43c

Choose a tag to compare

🔧 Technical

  • Upgrade Typescript to 6.0.3
  • Updated dependencies

v3.0.4

30 Mar 05:22
217c3d5

Choose a tag to compare

🔧 Technical

  • Updated dependencies

Full Changelog: v3.0.3...v3.0.4

v3.0.3

17 Mar 07:55
v3.0.3
3a1828f

Choose a tag to compare

🔧 Technical

  • Updated dependencies

Full Changelog: v3.0.2...v3.0.3

v3.0.2

04 Mar 08:30
37d0f1c

Choose a tag to compare

🔧 Technical

  • Updated dependencies

v3.0.1

16 Feb 12:34
458b2d3

Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

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