Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

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/angular-db@0.1.6

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

@tanstack/db@0.4.1

Patch Changes

  • Implement idle cleanup for collection garbage collection (#590)

    Collection cleanup operations now use requestIdleCallback() to prevent blocking the UI thread during garbage collection. This improvement ensures better performance by scheduling cleanup during browser idle time rather than immediately when collections have no active subscribers.

    Key improvements:

    • Non-blocking cleanup operations that don't interfere with user interactions
    • Automatic fallback to setTimeout for older browsers without requestIdleCallback support
    • Proper callback management to prevent race conditions during cleanup rescheduling
    • Maintains full backward compatibility with existing collection lifecycle behavior

    This addresses performance concerns where collection cleanup could cause UI thread blocking during active application usage.

@tanstack/electric-db-collection@0.1.25

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

@tanstack/query-db-collection@0.2.22

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

@tanstack/react-db@0.1.23

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

@tanstack/rxdb-db-collection@0.1.12

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

@tanstack/solid-db@0.1.23

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

@tanstack/svelte-db@0.1.23

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

@tanstack/trailbase-db-collection@0.1.23

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

@tanstack/vue-db@0.0.56

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

todos@0.0.2

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1
    • @tanstack/angular-db@0.1.6

@KyleAMathews KyleAMathews merged commit 59b406e into main Sep 26, 2025
@KyleAMathews KyleAMathews deleted the changeset-release/main branch September 26, 2025 15:09
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.

1 participant