|
1 | 1 | # Change Log |
2 | 2 |
|
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. |
5 | 5 |
|
6 | 6 | ## 1.0.0-alpha.42 (2025-12-22) |
7 | 7 |
|
8 | | -- chore(deploys): Improve deploy/versioning automation (#18) |
9 | | - ([166998c](https://github.com/TryQuiet/quiet-storage-service/commit/166998c)), |
10 | | - closes [#18](https://github.com/TryQuiet/quiet-storage-service/issues/18) |
| 8 | +- 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) |
11 | 9 |
|
12 | | -# Change Log |
| 10 | +## 1.0.0-alpha.41 (2025-12-12) |
13 | 11 |
|
14 | | -All notable changes to this project will be documented in this file. See |
15 | | -[Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
| 12 | +- Update handling of changelogs and publishing/deploys ([cc2ea16](https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16)) |
16 | 13 |
|
17 | | -## 1.0.0-alpha.41 (2025-12-12) |
| 14 | +# quiet-storage-service |
| 15 | + |
| 16 | +## unreleased |
| 17 | + |
| 18 | +### Features |
18 | 19 |
|
19 | | -- Update handling of changelogs and publishing/deploys |
20 | | - ([cc2ea16](https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16)) |
| 20 | +- Initial QSS setup ([#2757](https://github.com/TryQuiet/quiet/issues/2757)) |
| 21 | +- Setup sigchain/community storage ([#2758](https://github.com/TryQuiet/quiet/issues/2758)) |
| 22 | +- Add sigchain syncing via websocket ([#2759](https://github.com/TryQuiet/quiet/issues/2759)) |
| 23 | +- Setup OrbitDB log entry storage (e.g. messages) ([#2800](https://github.com/TryQuiet/quiet/issues/2800)) |
| 24 | +- Add OrbitDB log entry syncing from client to QSS ([#2804](https://github.com/TryQuiet/quiet/issues/2804)) |
| 25 | +- Reject adding a community with more than one user ("non-fresh" sigchains) ([#2906](https://github.com/TryQuiet/quiet/issues/2906)) |
| 26 | +- Add hcaptcha handler and require captcha verification for community creation on QSS ([#2908](https://github.com/TryQuiet/quiet/issues/2908)) |
| 27 | +- Limit usage of hcaptcha verification token to one community creation event ([#2908](https://github.com/TryQuiet/quiet/issues/2908)) |
| 28 | +- Fanout orbitdb log entries to connected clients on a given community ([#2805](https://github.com/TryQuiet/quiet/issues/2805)) |
| 29 | +- Restart service on deploy |
0 commit comments