11# Change Log
22
3- All notable changes to this project will be documented in this file. See
4- [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
66## <small >1.0.1-alpha.1 (2026-03-05)</small >
77
8- - Update app package CHANGELOG.md
9- ([ 0c7b1fb] ( https://github.com/TryQuiet/quiet-storage-service/commit/0c7b1fb ) )
10- - Update auth.connection.ts
11- ([ 9a1885a] ( https://github.com/TryQuiet/quiet-storage-service/commit/9a1885a ) )
8+ - Update app package CHANGELOG.md ([ 0c7b1fb] ( https://github.com/TryQuiet/quiet-storage-service/commit/0c7b1fb ) )
9+ - Update auth.connection.ts ([ 9a1885a] ( https://github.com/TryQuiet/quiet-storage-service/commit/9a1885a ) )
1210
1311## <small >1.0.1-alpha.0 (2026-03-05)</small >
1412
15- - Update app package CHANGELOG.md
16- ([ 2e43e19] ( https://github.com/TryQuiet/quiet-storage-service/commit/2e43e19 ) )
17- - Update auth module
18- ([ 79ff912] ( https://github.com/TryQuiet/quiet-storage-service/commit/79ff912 ) )
13+ - Update app package CHANGELOG.md ([ 2e43e19] ( https://github.com/TryQuiet/quiet-storage-service/commit/2e43e19 ) )
14+ - Update auth module ([ 79ff912] ( https://github.com/TryQuiet/quiet-storage-service/commit/79ff912 ) )
1915
2016## 1.0.0 (2026-02-26)
2117
22- - Feat/2806 log sync catchup (#19 )
23- ([ 0d6dd9d] ( https://github.com/TryQuiet/quiet-storage-service/commit/0d6dd9d ) ),
24- closes [ #19 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/19 )
25- - Push notifications via Firebase API (#21 )
26- ([ f37766c] ( https://github.com/TryQuiet/quiet-storage-service/commit/f37766c ) ),
27- closes [ #21 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/21 )
28- - Update app package CHANGELOG.md
29- ([ 6bd683d] ( https://github.com/TryQuiet/quiet-storage-service/commit/6bd683d ) )
30- - feat(3058): Update auth module to use lockbox/self-assign changes (#22 )
31- ([ 2aaf17e] ( https://github.com/TryQuiet/quiet-storage-service/commit/2aaf17e ) ),
32- closes [ #22 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/22 )
18+ - 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 )
19+ - 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 )
20+ - Update app package CHANGELOG.md ([ 6bd683d] ( https://github.com/TryQuiet/quiet-storage-service/commit/6bd683d ) )
21+ - 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 )
3322
3423## 1.0.0-alpha.42 (2025-12-22)
3524
36- - chore(deploys): Improve deploy/versioning automation (#18 )
37- ([ 166998c] ( https://github.com/TryQuiet/quiet-storage-service/commit/166998c ) ),
38- closes [ #18 ] ( https://github.com/TryQuiet/quiet-storage-service/issues/18 )
25+ - 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 )
3926
4027## 1.0.0-alpha.41 (2025-12-12)
4128
42- - Update handling of changelogs and publishing/deploys
43- ([ cc2ea16] ( https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16 ) )
29+ - Update handling of changelogs and publishing/deploys ([ cc2ea16] ( https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16 ) )
4430
4531# quiet-storage-service
4632
@@ -49,20 +35,12 @@ All notable changes to this project will be documented in this file. See
4935### Features
5036
5137- Initial QSS setup ([ #2757 ] ( https://github.com/TryQuiet/quiet/issues/2757 ) )
52- - Setup sigchain/community storage
53- ([ #2758 ] ( https://github.com/TryQuiet/quiet/issues/2758 ) )
54- - Add sigchain syncing via websocket
55- ([ #2759 ] ( https://github.com/TryQuiet/quiet/issues/2759 ) )
56- - Setup OrbitDB log entry storage (e.g. messages)
57- ([ #2800 ] ( https://github.com/TryQuiet/quiet/issues/2800 ) )
58- - Add OrbitDB log entry syncing from client to QSS
59- ([ #2804 ] ( https://github.com/TryQuiet/quiet/issues/2804 ) )
60- - Reject adding a community with more than one user ("non-fresh" sigchains)
61- ([ #2906 ] ( https://github.com/TryQuiet/quiet/issues/2906 ) )
62- - Add hcaptcha handler and require captcha verification for community creation
63- on QSS ([ #2908 ] ( https://github.com/TryQuiet/quiet/issues/2908 ) )
64- - Limit usage of hcaptcha verification token to one community creation event
65- ([ #2908 ] ( https://github.com/TryQuiet/quiet/issues/2908 ) )
66- - Fanout orbitdb log entries to connected clients on a given community
67- ([ #2805 ] ( https://github.com/TryQuiet/quiet/issues/2805 ) )
38+ - Setup sigchain/community storage ([ #2758 ] ( https://github.com/TryQuiet/quiet/issues/2758 ) )
39+ - Add sigchain syncing via websocket ([ #2759 ] ( https://github.com/TryQuiet/quiet/issues/2759 ) )
40+ - Setup OrbitDB log entry storage (e.g. messages) ([ #2800 ] ( https://github.com/TryQuiet/quiet/issues/2800 ) )
41+ - Add OrbitDB log entry syncing from client to QSS ([ #2804 ] ( https://github.com/TryQuiet/quiet/issues/2804 ) )
42+ - Reject adding a community with more than one user ("non-fresh" sigchains) ([ #2906 ] ( https://github.com/TryQuiet/quiet/issues/2906 ) )
43+ - Add hcaptcha handler and require captcha verification for community creation on QSS ([ #2908 ] ( https://github.com/TryQuiet/quiet/issues/2908 ) )
44+ - Limit usage of hcaptcha verification token to one community creation event ([ #2908 ] ( https://github.com/TryQuiet/quiet/issues/2908 ) )
45+ - Fanout orbitdb log entries to connected clients on a given community ([ #2805 ] ( https://github.com/TryQuiet/quiet/issues/2805 ) )
6846- Restart service on deploy
0 commit comments