Changes
- libsql-server: use LRU cache to store active namespaces @psarna (#744)
- sqld: remove s3s patch @LucioFranco (#803)
- libsql: add read your writes support @LucioFranco (#790)
- Add path based routing @avinassh (#751)
- server: fix metrics overflow panic @LucioFranco (#787)
- server: add stream rexpired hrana test @LucioFranco (#786)
- prevent checkpoint on WAL close for InhibitCheckpointWal @MarinPostma (#776)
- server: Add initial
MetaStore
@LucioFranco (#616) - server: small debug additions and ignore clean up @LucioFranco (#777)
- Ensure DB ID is set if namespaces are enabled @avinassh (#766)
- introduce InhibitCheckpointWal @MarinPostma (#763)
- Migrate from bytemuck to zerocopy @MarinPostma (#760)
- test inject replication index in empty db @MarinPostma (#761)
- Store replication index in Page 1 @MarinPostma (#748)
- Use NonZeroU32 for frame_no and page_no @MarinPostma (#755)