Skip to content

v0.2.4 with streaming APIs

Latest
Compare
Choose a tag to compare
@FiloSottile FiloSottile released this 06 Jul 14:58
· 4 commits to main since this release

Typage can now encrypt and decrypt ReadableStreams.
This can be useful for encrypting or decrypting large files, requests, or responses on the fly.

Decrypter.decryptHeader allows decrypting a file key from a detached header.
This can be used to decrypt a header client-side without sharing the payload with the client.

Worked around oven-sh/bun#20148, unbreaking recent Bun versions.

Made header and CBOR parsing slightly stricter.