github trailbaseio/trailbase v0.10.1

latest releases: v0.16.8, v0.16.7, v0.16.6...
4 months ago
  • Further refine SQLite execution model.
    • Previously reader/writer queues were processed independently. That's great
      for naive benchmarks but not ideal for more real-world, mixed workloads.
    • Use an in-process RwLock to orchestrate access avoiding file-lock congestion.
  • Improve Record listing:
    • Support ?offset=N based pagination. Cursor will always be more efficient when applicable.
    • Updated all the clients to support offset.
    • Error on in-applicable cursors.
    • Error on user-provided ?limit=Ns exceeding the hard limit.
  • Fix corner cases for not properly escaped and not fully-qualified filter column names.
  • Update dependencies.

Full Changelog: v0.10.0...v0.10.1

Don't miss a new trailbase release

NewReleases is sending notifications on new releases.