Skip to content

Commit fe1c112

Browse files
committed
chore: release version
1 parent f43bcba commit fe1c112

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.changeset/fix-websocket-cleanup.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @asenajs/asena
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
-
7+
- 647b8d5: Fix WebSocket cleanup and unsubscribe mechanism
8+
9+
- Fixed topic format inconsistency in subscribe/unsubscribe calls
10+
- Improved AsenaSocket cleanup to avoid modification during iteration
11+
- Enhanced unsubscribe method with safer filtering approach
12+
- Added comprehensive test coverage for memory leak prevention and topic format consistency
13+
314
## 0.3.2
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asenajs/asena",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"author": "LibirSoft",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)