Skip to content

Commit 934677e

Browse files
chore: add retrospective changeset for unreleased changes since v2.1.0
1 parent 77aad50 commit 934677e

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
"nostream": minor
3+
---
4+
5+
Unreleased changes since v2.1.0:
6+
7+
**Features**
8+
- NIP-05 verification support (#463)
9+
- NIP-17 & NIP-44 v2 Modern Direct Messages (#458)
10+
- NIP-62 vanish event support (#418)
11+
- Vanish optimization (#446)
12+
- Export events to JSON Lines format (#451)
13+
- Import .jsonl events into events table (#414)
14+
- Opt-in event retention purge (#359, #412)
15+
- Wipe events table script (#450)
16+
- Nginx reverse proxy in docker-compose (#423)
17+
- Strict validation for payment callbacks (#426)
18+
- Real home page with templated pages (#409)
19+
20+
**Bug Fixes**
21+
- NIP-01 compliance: deterministic event ordering by event_id
22+
- NIP-01 compliance: correct dedup keys for parametrized replaceable events (#480)
23+
- NIP-01 replaceable event tiebreaker (#416)
24+
- NIP-11 served only on root path instead of relay path (#399)
25+
- Dockerfile: run database migrations in CMD (#422)
26+
- Added expired_at filter to message pipeline (#403)
27+
- Axios upgraded to fix CVE-2025-62718 (#466)
28+
29+
**Refactors & Chores**
30+
- Migrated validation from Joi to Zod (#484)
31+
- Migrated linting and formatting to Biome (#452)
32+
- Converted user admission to PostgreSQL stored function (#428)
33+
- Upgraded to Node.js 24 LTS (#419)
34+
- Updated dependencies (express, body-parser, js-yaml, axios)

0 commit comments

Comments
 (0)