Skip to content

v11.38.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 14:44
· 1224 commits to master since this release
80d9f4a

11.38.0 (2024-03-12)

Bug Fixes

  • util: 🐛 correctly compute binary Base64 last bytes (7666865)

Features

  • json-pack: 🎸 add ability to encode CIDs (651e22b)
  • json-pack: 🎸 add DAG-JSON decoder (6fa62cc)
  • json-pack: 🎸 add support for CID decoding (41ba07d)
  • json-pack: 🎸 implement stable JSON map encoding (a5e2fe0)
  • json-pack: 🎸 support Bytes type encoding in DAG-JSON (9617448)
  • util: 🎸 implement binayr Base64 encoder which uses Uint8Array (1e9e2ad)
  • util: 🎸 improve how Base64 padding is added (3020c1b)
  • util: 🎸 support binary Base64 decoding without padding (3c126e6)
  • util: 🎸 support no padding in Base64 encoder (3501e3f)

Performance Improvements

  • json-pack: ⚡️ use DataView for Base64 chunk encoding (e6c976c)
  • util: ⚡️ improve padding handling in str Base64 encoder (433c33f)