Skip to content

Commit 7aa0bdf

Browse files
committed
chore: release v1.8.0
- Introduced realtime UI updates with Pusher/Soketi and TanStack Query invalidation. - Migrated article cleanup cron from Cloudflare Worker to Inngest. - Enhanced reaction and comment handling with unique IDs for improved notification idempotency. - Fixed bugs including a missing comma in `ArticleFeed` and ensuring articles are drafted when scheduled for deletion. - Improved error handling in notification persistence and publishing, and standardized Pusher event handling. - Updated article deletion logic for better date comparison.
1 parent 4ac4167 commit 7aa0bdf

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66

77
---
88

9+
## v1.8.0 — 2026-04-03
10+
11+
### ✨ Features
12+
- Realtime UI updates via Pusher/Soketi + TanStack Query invalidation (Phase 1 & 2) (`3338a22`)
13+
- Migrate article cleanup cron from Cloudflare Worker to Inngest (`1795485`)
14+
- Enhance reaction and comment handling with unique IDs (notification / event idempotency) (`c306fea`)
15+
16+
### 🐛 Bug Fixes
17+
- Add missing comma in `ArticleFeed` for array splicing (`329bc8a`)
18+
- Make article drafted when scheduled for deletion (`8a83b92`)
19+
20+
### 🔧 Other Changes
21+
- Improve error handling in notification persistence and publishing (`9f59d15`)
22+
- Update `publishMessage` usage for consistency and error handling (`802dbb3`)
23+
- Standardize Pusher event handling with `REALTIME_PUSHER_EVENTS` (`46fb559`)
24+
- Refine `listenChannel` and notification handling (`50fa1d0`)
25+
- Update Pusher integration and environment variable validation (`ce13cb8`)
26+
- Remove Pusher auth endpoint and adjust client configuration (`311c7f2`)
27+
- Remove unused import from article cleanup service (`603fa3c`)
28+
- Update article deletion logic to use `lte` for date comparison (`972dcce`)
29+
30+
---
31+
932
## v1.7.0 — 2026-04-02
1033

1134
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "techdiary.dev-next",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)