Skip to content

Commit f8712cf

Browse files
committed
chore(release): publish v1.0.1-alpha.5
1 parent c311552 commit f8712cf

File tree

4 files changed

+68
-28
lines changed

4 files changed

+68
-28
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>1.0.1-alpha.5 (2026-03-06)</small>
7+
8+
- Disconnect on errors and restart auth connection ([c311552](https://github.com/TryQuiet/quiet-storage-service/commit/c311552))
9+
- Update app package CHANGELOG.md ([294df06](https://github.com/TryQuiet/quiet-storage-service/commit/294df06))
10+
611
## <small>1.0.1-alpha.4 (2026-03-06)</small>
712

813
- Update app package CHANGELOG.md ([dc832aa](https://github.com/TryQuiet/quiet-storage-service/commit/dc832aa))

app/CHANGELOG.md

Lines changed: 61 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,74 @@
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.5 (2026-03-06)</small>
7+
8+
- Disconnect on errors and restart auth connection
9+
([c311552](https://github.com/TryQuiet/quiet-storage-service/commit/c311552))
10+
- Update app package CHANGELOG.md
11+
([294df06](https://github.com/TryQuiet/quiet-storage-service/commit/294df06))
512

613
## <small>1.0.1-alpha.4 (2026-03-06)</small>
714

8-
- Update app package CHANGELOG.md ([dc832aa](https://github.com/TryQuiet/quiet-storage-service/commit/dc832aa))
9-
- Update auth ([efec742](https://github.com/TryQuiet/quiet-storage-service/commit/efec742))
15+
- Update app package CHANGELOG.md
16+
([dc832aa](https://github.com/TryQuiet/quiet-storage-service/commit/dc832aa))
17+
- Update auth
18+
([efec742](https://github.com/TryQuiet/quiet-storage-service/commit/efec742))
1019

1120
## <small>1.0.1-alpha.3 (2026-03-05)</small>
1221

13-
- Update app package CHANGELOG.md ([36b198b](https://github.com/TryQuiet/quiet-storage-service/commit/36b198b))
14-
- Update auth ([349a940](https://github.com/TryQuiet/quiet-storage-service/commit/349a940))
22+
- Update app package CHANGELOG.md
23+
([36b198b](https://github.com/TryQuiet/quiet-storage-service/commit/36b198b))
24+
- Update auth
25+
([349a940](https://github.com/TryQuiet/quiet-storage-service/commit/349a940))
1526

1627
## <small>1.0.1-alpha.2 (2026-03-05)</small>
1728

18-
- Update app package CHANGELOG.md ([cdbb281](https://github.com/TryQuiet/quiet-storage-service/commit/cdbb281))
19-
- Update auth.connection.ts ([1fd26a9](https://github.com/TryQuiet/quiet-storage-service/commit/1fd26a9))
29+
- Update app package CHANGELOG.md
30+
([cdbb281](https://github.com/TryQuiet/quiet-storage-service/commit/cdbb281))
31+
- Update auth.connection.ts
32+
([1fd26a9](https://github.com/TryQuiet/quiet-storage-service/commit/1fd26a9))
2033

2134
## <small>1.0.1-alpha.1 (2026-03-05)</small>
2235

23-
- Update app package CHANGELOG.md ([0c7b1fb](https://github.com/TryQuiet/quiet-storage-service/commit/0c7b1fb))
24-
- Update auth.connection.ts ([9a1885a](https://github.com/TryQuiet/quiet-storage-service/commit/9a1885a))
36+
- Update app package CHANGELOG.md
37+
([0c7b1fb](https://github.com/TryQuiet/quiet-storage-service/commit/0c7b1fb))
38+
- Update auth.connection.ts
39+
([9a1885a](https://github.com/TryQuiet/quiet-storage-service/commit/9a1885a))
2540

2641
## <small>1.0.1-alpha.0 (2026-03-05)</small>
2742

28-
- Update app package CHANGELOG.md ([2e43e19](https://github.com/TryQuiet/quiet-storage-service/commit/2e43e19))
29-
- Update auth module ([79ff912](https://github.com/TryQuiet/quiet-storage-service/commit/79ff912))
43+
- Update app package CHANGELOG.md
44+
([2e43e19](https://github.com/TryQuiet/quiet-storage-service/commit/2e43e19))
45+
- Update auth module
46+
([79ff912](https://github.com/TryQuiet/quiet-storage-service/commit/79ff912))
3047

3148
## 1.0.0 (2026-02-26)
3249

33-
- 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)
34-
- 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)
35-
- Update app package CHANGELOG.md ([6bd683d](https://github.com/TryQuiet/quiet-storage-service/commit/6bd683d))
36-
- 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)
50+
- Feat/2806 log sync catchup (#19)
51+
([0d6dd9d](https://github.com/TryQuiet/quiet-storage-service/commit/0d6dd9d)),
52+
closes [#19](https://github.com/TryQuiet/quiet-storage-service/issues/19)
53+
- Push notifications via Firebase API (#21)
54+
([f37766c](https://github.com/TryQuiet/quiet-storage-service/commit/f37766c)),
55+
closes [#21](https://github.com/TryQuiet/quiet-storage-service/issues/21)
56+
- Update app package CHANGELOG.md
57+
([6bd683d](https://github.com/TryQuiet/quiet-storage-service/commit/6bd683d))
58+
- feat(3058): Update auth module to use lockbox/self-assign changes (#22)
59+
([2aaf17e](https://github.com/TryQuiet/quiet-storage-service/commit/2aaf17e)),
60+
closes [#22](https://github.com/TryQuiet/quiet-storage-service/issues/22)
3761

3862
## 1.0.0-alpha.42 (2025-12-22)
3963

40-
- 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)
64+
- chore(deploys): Improve deploy/versioning automation (#18)
65+
([166998c](https://github.com/TryQuiet/quiet-storage-service/commit/166998c)),
66+
closes [#18](https://github.com/TryQuiet/quiet-storage-service/issues/18)
4167

4268
## 1.0.0-alpha.41 (2025-12-12)
4369

44-
- Update handling of changelogs and publishing/deploys ([cc2ea16](https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16))
70+
- Update handling of changelogs and publishing/deploys
71+
([cc2ea16](https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16))
4572

4673
# quiet-storage-service
4774

@@ -50,12 +77,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5077
### Features
5178

5279
- Initial QSS setup ([#2757](https://github.com/TryQuiet/quiet/issues/2757))
53-
- Setup sigchain/community storage ([#2758](https://github.com/TryQuiet/quiet/issues/2758))
54-
- Add sigchain syncing via websocket ([#2759](https://github.com/TryQuiet/quiet/issues/2759))
55-
- Setup OrbitDB log entry storage (e.g. messages) ([#2800](https://github.com/TryQuiet/quiet/issues/2800))
56-
- Add OrbitDB log entry syncing from client to QSS ([#2804](https://github.com/TryQuiet/quiet/issues/2804))
57-
- Reject adding a community with more than one user ("non-fresh" sigchains) ([#2906](https://github.com/TryQuiet/quiet/issues/2906))
58-
- Add hcaptcha handler and require captcha verification for community creation on QSS ([#2908](https://github.com/TryQuiet/quiet/issues/2908))
59-
- Limit usage of hcaptcha verification token to one community creation event ([#2908](https://github.com/TryQuiet/quiet/issues/2908))
60-
- Fanout orbitdb log entries to connected clients on a given community ([#2805](https://github.com/TryQuiet/quiet/issues/2805))
80+
- Setup sigchain/community storage
81+
([#2758](https://github.com/TryQuiet/quiet/issues/2758))
82+
- Add sigchain syncing via websocket
83+
([#2759](https://github.com/TryQuiet/quiet/issues/2759))
84+
- Setup OrbitDB log entry storage (e.g. messages)
85+
([#2800](https://github.com/TryQuiet/quiet/issues/2800))
86+
- Add OrbitDB log entry syncing from client to QSS
87+
([#2804](https://github.com/TryQuiet/quiet/issues/2804))
88+
- Reject adding a community with more than one user ("non-fresh" sigchains)
89+
([#2906](https://github.com/TryQuiet/quiet/issues/2906))
90+
- Add hcaptcha handler and require captcha verification for community creation
91+
on QSS ([#2908](https://github.com/TryQuiet/quiet/issues/2908))
92+
- Limit usage of hcaptcha verification token to one community creation event
93+
([#2908](https://github.com/TryQuiet/quiet/issues/2908))
94+
- Fanout orbitdb log entries to connected clients on a given community
95+
([#2805](https://github.com/TryQuiet/quiet/issues/2805))
6196
- Restart service on deploy

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "1.0.1-alpha.4",
3+
"version": "1.0.1-alpha.5",
44
"description": "",
55
"author": "",
66
"private": true,

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.0.1-alpha.4",
3+
"version": "1.0.1-alpha.5",
44
"npmClient": "pnpm",
55
"command": {
66
"version": {

0 commit comments

Comments
 (0)