Skip to content

Releases: dfsyncjs/dfsync

@dfsync/client@0.8.0

Choose a tag to compare

@romanindev romanindev released this 01 May 22:22
07792a6

What's Changed

Full Changelog: https://github.com/dfsyncjs/dfsync/compare/@dfsync/client@0.6.0...@dfsync/client@0.8.0

@dfsync/client@0.6.0

Choose a tag to compare

@romanindev romanindev released this 23 Mar 08:37
f835560

This release introduces a predictable and controllable request lifecycle for service-to-service communication.

New features:

  • AbortSignal support with proper cancellation handling
  • request context with execution metadata (requestId, attempt, startedAt, signal)
  • request ID propagation via x-request-id
  • improved lifecycle hook context

Additional improvements:

  • distinguish between timeout and manual cancellation (TimeoutError vs RequestAbortedError)
  • external aborts are not retried
  • clearer request metadata handling

@dfsync/client@0.2.0

Choose a tag to compare

@romanindev romanindev released this 10 Mar 06:32
b124390

Minor Changes

  • add auth support
  • add lifecycle hooks
  • improve request lifecycle extensibility

@dfsync/client@0.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Mar 22:49
4dc5e03

Patch Changes