Skip to content

v0.6.0

Choose a tag to compare

@flori flori released this 17 Jun 09:24
  • Refactored collection discovery to delegate directly to the cache backend,
    ensuring strong consistency across multiple client instances.
  • Implemented high-performance #collections method in RedisCache using
    scan_each.
  • Implemented high-performance #collections method in SQLiteCache using SQL
    DISTINCT.
  • Removed internal collection caching and the associated invalidation mechanism
    from Documentrix::Documents.