11# Change Log
22
3- All notable changes to this project will be documented in this file.
4- See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
3+ All notable changes to this project will be documented in this file. See
4+ [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## <small >1.0.1-alpha.3 (2026-03-05)</small >
7+
8+ - Update app package CHANGELOG.md
9+ ([ 36b198b] ( https://github.com/TryQuiet/quiet-storage-service/commit/36b198b ) )
510
611## <small >1.0.1-alpha.2 (2026-03-05)</small >
712
8- - Update app package CHANGELOG.md ([ cdbb281] ( https://github.com/TryQuiet/quiet-storage-service/commit/cdbb281 ) )
9- - Update auth.connection.ts ([ 1fd26a9] ( https://github.com/TryQuiet/quiet-storage-service/commit/1fd26a9 ) )
13+ - Update app package CHANGELOG.md
14+ ([ cdbb281] ( https://github.com/TryQuiet/quiet-storage-service/commit/cdbb281 ) )
15+ - Update auth.connection.ts
16+ ([ 1fd26a9] ( https://github.com/TryQuiet/quiet-storage-service/commit/1fd26a9 ) )
1017
1118## <small >1.0.1-alpha.1 (2026-03-05)</small >
1219
13- - Update app package CHANGELOG.md ([ 0c7b1fb] ( https://github.com/TryQuiet/quiet-storage-service/commit/0c7b1fb ) )
14- - Update auth.connection.ts ([ 9a1885a] ( https://github.com/TryQuiet/quiet-storage-service/commit/9a1885a ) )
20+ - Update app package CHANGELOG.md
21+ ([ 0c7b1fb] ( https://github.com/TryQuiet/quiet-storage-service/commit/0c7b1fb ) )
22+ - Update auth.connection.ts
23+ ([ 9a1885a] ( https://github.com/TryQuiet/quiet-storage-service/commit/9a1885a ) )
1524
1625## <small >1.0.1-alpha.0 (2026-03-05)</small >
1726
18- - Update app package CHANGELOG.md ([ 2e43e19] ( https://github.com/TryQuiet/quiet-storage-service/commit/2e43e19 ) )
19- - Update auth module ([ 79ff912] ( https://github.com/TryQuiet/quiet-storage-service/commit/79ff912 ) )
27+ - Update app package CHANGELOG.md
28+ ([ 2e43e19] ( https://github.com/TryQuiet/quiet-storage-service/commit/2e43e19 ) )
29+ - Update auth module
30+ ([ 79ff912] ( https://github.com/TryQuiet/quiet-storage-service/commit/79ff912 ) )
2031
2132## 1.0.0 (2026-02-26)
2233
23- - Feat/2806 log sync catchup (#19 ) ([ 0d6dd9d] ( https://github.com/TryQuiet/quiet-storage-service/commit/0d6dd9d ) ), closes [ #19 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/19 )
24- - Push notifications via Firebase API (#21 ) ([ f37766c] ( https://github.com/TryQuiet/quiet-storage-service/commit/f37766c ) ), closes [ #21 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/21 )
25- - Update app package CHANGELOG.md ([ 6bd683d] ( https://github.com/TryQuiet/quiet-storage-service/commit/6bd683d ) )
26- - feat(3058): Update auth module to use lockbox/self-assign changes (#22 ) ([ 2aaf17e] ( https://github.com/TryQuiet/quiet-storage-service/commit/2aaf17e ) ), closes [ #22 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/22 )
34+ - Feat/2806 log sync catchup (#19 )
35+ ([ 0d6dd9d] ( https://github.com/TryQuiet/quiet-storage-service/commit/0d6dd9d ) ),
36+ closes [ #19 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/19 )
37+ - Push notifications via Firebase API (#21 )
38+ ([ f37766c] ( https://github.com/TryQuiet/quiet-storage-service/commit/f37766c ) ),
39+ closes [ #21 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/21 )
40+ - Update app package CHANGELOG.md
41+ ([ 6bd683d] ( https://github.com/TryQuiet/quiet-storage-service/commit/6bd683d ) )
42+ - feat(3058): Update auth module to use lockbox/self-assign changes (#22 )
43+ ([ 2aaf17e] ( https://github.com/TryQuiet/quiet-storage-service/commit/2aaf17e ) ),
44+ closes [ #22 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/22 )
2745
2846## 1.0.0-alpha.42 (2025-12-22)
2947
30- - chore(deploys): Improve deploy/versioning automation (#18 ) ([ 166998c] ( https://github.com/TryQuiet/quiet-storage-service/commit/166998c ) ), closes [ #18 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/18 )
48+ - chore(deploys): Improve deploy/versioning automation (#18 )
49+ ([ 166998c] ( https://github.com/TryQuiet/quiet-storage-service/commit/166998c ) ),
50+ closes [ #18 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/18 )
3151
3252## 1.0.0-alpha.41 (2025-12-12)
3353
34- - Update handling of changelogs and publishing/deploys ([ cc2ea16] ( https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16 ) )
54+ - Update handling of changelogs and publishing/deploys
55+ ([ cc2ea16] ( https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16 ) )
3556
3657# quiet-storage-service
3758
@@ -40,12 +61,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4061### Features
4162
4263- Initial QSS setup ([ #2757 ] ( https://github.com/TryQuiet/quiet/issues/2757 ) )
43- - Setup sigchain/community storage ([ #2758 ] ( https://github.com/TryQuiet/quiet/issues/2758 ) )
44- - Add sigchain syncing via websocket ([ #2759 ] ( https://github.com/TryQuiet/quiet/issues/2759 ) )
45- - Setup OrbitDB log entry storage (e.g. messages) ([ #2800 ] ( https://github.com/TryQuiet/quiet/issues/2800 ) )
46- - Add OrbitDB log entry syncing from client to QSS ([ #2804 ] ( https://github.com/TryQuiet/quiet/issues/2804 ) )
47- - Reject adding a community with more than one user ("non-fresh" sigchains) ([ #2906 ] ( https://github.com/TryQuiet/quiet/issues/2906 ) )
48- - Add hcaptcha handler and require captcha verification for community creation on QSS ([ #2908 ] ( https://github.com/TryQuiet/quiet/issues/2908 ) )
49- - Limit usage of hcaptcha verification token to one community creation event ([ #2908 ] ( https://github.com/TryQuiet/quiet/issues/2908 ) )
50- - Fanout orbitdb log entries to connected clients on a given community ([ #2805 ] ( https://github.com/TryQuiet/quiet/issues/2805 ) )
64+ - Setup sigchain/community storage
65+ ([ #2758 ] ( https://github.com/TryQuiet/quiet/issues/2758 ) )
66+ - Add sigchain syncing via websocket
67+ ([ #2759 ] ( https://github.com/TryQuiet/quiet/issues/2759 ) )
68+ - Setup OrbitDB log entry storage (e.g. messages)
69+ ([ #2800 ] ( https://github.com/TryQuiet/quiet/issues/2800 ) )
70+ - Add OrbitDB log entry syncing from client to QSS
71+ ([ #2804 ] ( https://github.com/TryQuiet/quiet/issues/2804 ) )
72+ - Reject adding a community with more than one user ("non-fresh" sigchains)
73+ ([ #2906 ] ( https://github.com/TryQuiet/quiet/issues/2906 ) )
74+ - Add hcaptcha handler and require captcha verification for community creation
75+ on QSS ([ #2908 ] ( https://github.com/TryQuiet/quiet/issues/2908 ) )
76+ - Limit usage of hcaptcha verification token to one community creation event
77+ ([ #2908 ] ( https://github.com/TryQuiet/quiet/issues/2908 ) )
78+ - Fanout orbitdb log entries to connected clients on a given community
79+ ([ #2805 ] ( https://github.com/TryQuiet/quiet/issues/2805 ) )
5180- Restart service on deploy
0 commit comments