0.001004 2026-07-17
- Index owner metadata by blob hash with an online, recoverable schema
upgrade.
0.001003 2026-07-16
- Read HTTP byte ranges by seeking within PostgreSQL large objects.
0.001002 2026-07-13
- Separate metadata and large-object storage behind public component APIs.
- Migrate the 0.001001 large-object schema automatically without copying
blob bodies.
- Reject metadata changes, blob preparation, and blob deletion outside the
coordinating transaction.
0.001001 2026-07-13
- Store blob bodies as streamed PostgreSQL large objects. The bytea
schema from 0.001000 must be recreated before upgrading.
- Bind operations to the schema active at construction and require
AutoCommit on supplied DBI handles.
- Use Class::Tiny for all object construction and cleanup.
- Ensure coverage tests load the working-tree module.
0.001000 2026-07-10
- Initial CPAN release.