Skip to content

Latest commit

 

History

History
100 lines (65 loc) · 5.95 KB

File metadata and controls

100 lines (65 loc) · 5.95 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.1-alpha.11 (2026-03-20)

  • fix: Handle auth errors on QSS (#25) (b10f52a), closes #25
  • Allow more fuzziness in timestamp validations and use updated logging (2d41414)
  • Update app package CHANGELOG.md (2e43e19)
  • Update auth (875fcc0)

1.0.1-alpha.10 (2026-03-09)

1.0.1-alpha.9 (2026-03-06)

1.0.1-alpha.8 (2026-03-06)

1.0.1-alpha.7 (2026-03-06)

1.0.1-alpha.6 (2026-03-06)

  • Go back to main (663ad5b)
  • Revert "Disconnect on errors and restart auth connection" (ca4f8f9)
  • Update app package CHANGELOG.md (7400a89)

1.0.1-alpha.5 (2026-03-06)

  • Disconnect on errors and restart auth connection (c311552)
  • Update app package CHANGELOG.md (294df06)

1.0.1-alpha.4 (2026-03-06)

1.0.1-alpha.3 (2026-03-05)

1.0.1-alpha.2 (2026-03-05)

  • Update app package CHANGELOG.md (cdbb281)
  • Update auth.connection.ts (1fd26a9)

1.0.1-alpha.1 (2026-03-05)

  • Update app package CHANGELOG.md (0c7b1fb)
  • Update auth.connection.ts (9a1885a)

1.0.1-alpha.0 (2026-03-05)

  • Update app package CHANGELOG.md (2e43e19)
  • Update auth module (79ff912)

1.0.0 (2026-02-26)

  • Feat/2806 log sync catchup (#19) (0d6dd9d), closes #19
  • Push notifications via Firebase API (#21) (f37766c), closes #21
  • Update app package CHANGELOG.md (6bd683d)
  • feat(3058): Update auth module to use lockbox/self-assign changes (#22) (2aaf17e), closes #22

1.0.0-alpha.42 (2025-12-22)

  • chore(deploys): Improve deploy/versioning automation (#18) (166998c), closes #18

1.0.0-alpha.41 (2025-12-12)

  • Update handling of changelogs and publishing/deploys (cc2ea16)

quiet-storage-service

unreleased

Features

  • Initial QSS setup (#2757)
  • Setup sigchain/community storage (#2758)
  • Add sigchain syncing via websocket (#2759)
  • Setup OrbitDB log entry storage (e.g. messages) (#2800)
  • Add OrbitDB log entry syncing from client to QSS (#2804)
  • Reject adding a community with more than one user ("non-fresh" sigchains) (#2906)
  • Add hcaptcha handler and require captcha verification for community creation on QSS (#2908)
  • Limit usage of hcaptcha verification token to one community creation event (#2908)
  • Fanout orbitdb log entries to connected clients on a given community (#2805)
  • Restart service on deploy