Skip to content

v2.12.0

Latest

Choose a tag to compare

@trezy trezy released this 05 Aug 11:52
a5caf5b

2.12.0 (2026-08-05)

Bug Fixes

  • give appropriate errors when trying to write to an unauthorized repo (2764f1d)
  • inherit_auth no longer stalls background jobs when using SQLite (be45502)
  • prevent an error that causes logout to fail under some circumstances (d2fdaa2)
  • prevent backfill deadlocks (5d840f3)
  • prevent jetstream deletes from being skipped when a lexicon has no custom script (fe97420), closes #80
  • prevent proper CBOR encoding from invalidating existing attestations (ee49db2)
  • run cid backfill automatically (bf4517c)
  • stop updating indexed_at before changes come from the network (74f5c56)
  • support unpadded base64 in bytes fields (0ed1ce3)
  • update deps to eliminate security gaps (51ff857)
  • use real CIDs for space content (1e3b5a7)
  • verify_signature now raises instead of returning false when it cant check a signature (1e0ef58)

Features

  • add better error reporting for backfills (bf2844e)
  • add support for linked repos (a96c3fd)
  • big scope builder improvements (aa6d308)
  • update permissioned spaces to match Dans dev diary 7 (99ee756)