Skip to content

Commit 5b8ce65

Browse files
authored
Version Packages 0.4.0 (#42)
1 parent 9ff66ee commit 5b8ce65

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.changeset/nine-wasps-fetch.md

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

packages/client/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#41](https://github.com/dfsyncjs/dfsync/pull/41) [`9ff66ee`](https://github.com/dfsyncjs/dfsync/commit/9ff66eea776bf262ffb3eef7ca4439df7878d84b) Thanks [@romanindev](https://github.com/romanindev)! - Minor changes
8+
- refactor request lifecycle architecture
9+
- introduce execution context
10+
- add AbortSignal support (internal + partial public)
11+
- extract request metadata and controller helpers
12+
- improve testability of core modules
13+
314
## 0.3.2
415

516
### Patch Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfsync/client",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Reliable service-to-service HTTP communication toolkit for Node.js and TypeScript",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)