# @platform-modules/record-store

## 0.1.3

### Patch Changes

- 801cad3: Preserve adopter compatibility while validating the modernization against newer peer majors: Google GenAI 1/2, Cloudflare Workers types 4/5, ioredis 5/6, Postmark 4/5, and web-vitals 4-6. The implementation remains compatible with both the previous supported peer line and the newly tested line instead of forcing an unnecessary breaking peer floor.
- Updated dependencies [1fd8651]
  - @platform-modules/db@0.4.0

## 0.1.2

### Patch Changes

- Updated dependencies [df32439]
  - @platform-modules/db@0.3.0

## 0.1.1

### Patch Changes

- Updated dependencies [f895518]
  - @platform-modules/db@0.2.0

## 0.1.0

### Minor Changes

- 0170476: add @platform-modules/record-store (append-and-query immutable record log: `RecordStore<T>` = `append(record)` + keyset-paginated `list(filter)` sorted/cursored on numeric `(createdAtMs, seq)`; in-memory adapter (zero-dep L0) + `./querier` (drizzle over `Querier<S>`) + `./d1` (raw D1, host-owned table + `recordStoreD1TableSql` DDL helper); one tri-backend cross-faithfulness conformance suite. `RecordStoreAdmin<T>` get/delete type-defined, impl deferred to first embed)
