# @ydbjs/abortable

## 6.1.0

### Minor Changes

- [#571](https://github.com/ydb-platform/ydb-js-sdk/pull/571) [`e01a6ca`](https://github.com/ydb-platform/ydb-js-sdk/commit/e01a6cac50aaf211022038215d5c0a606a84892e) Thanks [@polRk](https://github.com/polRk)! - Add linkSignals utility and simplify abortable implementation
  - Add new `linkSignals` function to combine multiple AbortSignal instances
  - Simplify abortable implementation to use native AbortSignal API
  - Improve type safety and reduce code complexity
  - Add comprehensive tests for signal linking and cleanup

## 6.0.5

### Patch Changes

- Reduce npm package size by limiting published files to dist, README.md, and CHANGELOG.md only

## 6.0.4

## 6.0.3

## 6.0.2

## 6.0.1
