提交历史

作者 SHA1 备注 提交日期
  fszontagh 2a87a6f54e feat(config): conf.d drop-in directory with RFC 7396 merge_patch (v1.7.0) 3 月之前
  fszontagh 174d5c22d3 fix(query): matchesFilters handles system fields (_id, _version, _created_at, _updated_at) 3 月之前
  fszontagh 0f2dc7f41d feat(grpc): concurrency cap + resource quota + configurable sizes (v1.6.2) 3 月之前
  fszontagh 8f378fe75f fix(memory): budget version history + vectors, tighten estimateDocumentSize 3 月之前
  fszontagh 268e0896bb fix(snapshot): streaming chunked LZ4 compression — cuts RSS spike from 6GB to ~3GB 3 月之前
  fszontagh 72ba96c7eb docs(recovery): tiered recovery modes + read-only safety workflow 3 月之前
  fszontagh ed646e4f35 test(snapshot): durability + fallback integration tests 3 月之前
  fszontagh 8c0347f088 feat(config): parse persistence.snapshots and persistence.recovery sections 3 月之前
  fszontagh a7f1bf1fe1 feat(cli): --read-only/--force-readwrite/--recovery-mode + lock/unlock/status 3 月之前
  fszontagh 5572a7e184 feat(client): setReadOnly/lock/unlock/getReadOnlyStatus client API 3 月之前
  fszontagh e2d0bb4867 feat(readonly): reject writes in gRPC handlers + implement SetReadOnly/GetReadOnlyStatus 3 月之前
  fszontagh 922c94026a feat(recovery): auto-readonly on non-trivial; refuse-to-start on failure 3 月之前
  fszontagh dcb99ac503 feat(proto): add SetReadOnly + GetReadOnlyStatus RPCs 3 月之前
  fszontagh 11802b0932 feat(recovery): full RecoveryMode switch with auto-escalation 3 月之前
  fszontagh dfc7d1b0a4 feat(snapshot): SnapshotManager::loadWithFallback — try newest-first, fall back on corruption 3 月之前
  fszontagh c2e81f4227 fix(snapshot): atomic writer + post-write verification — fixes silent data loss (Zoe) 3 月之前
  fszontagh 267fb1a761 feat(recovery): applyWalEntry helper + proper RecoveryOutcome-returning recover() 3 月之前
  fszontagh be5cd99405 feat(recovery): RecoveryMode enum + RecoveryOutcome struct (v1.6.1 scaffold) 3 月之前
  fszontagh 618bfa0c9d feat(cli): add --limit and --exists flags to `find` for admin pagination 3 月之前
  fszontagh b4820aa257 docs(config): document per-collection timestamp precision 3 月之前
  fszontagh e57c3850f7 test(config): tests for per-collection timestamp precision 3 月之前
  fszontagh 0f75dc9a90 feat(config): client API for collection config + timestamp migration 3 月之前
  fszontagh 374f160bea feat(config): MigrateCollectionTimestamps — idempotent ms↔ns migration 3 月之前
  fszontagh 517139b681 feat(config): CollectionConfigManager + per-collection timestamp precision 3 月之前
  fszontagh b0261da6ff feat(proto): add CollectionConfig + 3 RPCs for per-collection settings (v1.6.0) 3 月之前
  fszontagh 13cb08b792 docs(views): document views feature with usage + composition rules 3 月之前
  fszontagh 212cc9b920 feat(views): client API — createView/dropView/listViews/getViewInfo 3 月之前
  fszontagh df30a6fea5 feat(views): add create_view migration operation 3 月之前
  fszontagh 65dc8bd61a feat(views): view RPC handlers + Get/Find/Count integration + write rejection 3 月之前
  fszontagh ea30c541e1 feat(views): ViewManager with _views system collection + lifecycle wiring 3 月之前