Skip to content

Releases: bakgio/rsmp4decrypt

0.2.0 (April 24, 2026)

24 Apr 15:37

Choose a tag to compare

  • Added IsolatedMp4Decryptor for process-isolated file decryption so multiple file decrypts can run in parallel safely.
  • Added the optional tokio feature and async isolated file decryption support through decrypt_file_async.
  • Improved error reporting with structured Bento4 operation and error-name details.
  • Added checked-in multi-key single-file fixtures, examples, and integration tests for one MP4 that requires multiple KIDs.
  • Fixed the native worker build so intermediate object files stay under target instead of leaking into the crate root.

0.1.0 (April 24, 2026)

24 Apr 14:05

Choose a tag to compare

  • Initial crate release