Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 3, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/[email protected]

Minor Changes

    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.

@tanstack/[email protected]

Minor Changes

    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.

Patch Changes

@tanstack/[email protected]

Minor Changes

  • feat: Added PacerProvider component and related hooks (usePacerContext, useDefaultPacerOptions) for React applications to set default configurations for all pacer utilities within a component tree (#54)

    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.

Patch Changes

@tanstack/[email protected]

Minor Changes

    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.

Patch Changes

@tanstack/[email protected]

Minor Changes

    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.

Patch Changes

@tanstack/[email protected]

Minor Changes

    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.

Patch Changes

@KevinVandy KevinVandy merged commit 29c04e8 into main Nov 3, 2025
@KevinVandy KevinVandy deleted the changeset-release/main branch November 3, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants