Skip to content

Version Packages#161

Merged
yaacovCR merged 1 commit intomainfrom
changeset-release/main
Mar 20, 2022
Merged

Version Packages#161
yaacovCR merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Mar 18, 2022

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

[email protected]

Patch Changes

  • 6b06772: introduce experimental parallel streaming

    Experimental inParallel boolean argument to the stream directive may now be used to stream list items as they are ready instead of in sequential list order.

  • 99a85d4: introduce experimental batched streaming

    Experimental maxChunkSize and maxInterval arguments allows for increasing the number of items in each streamed payload up to the specified maximum size. A maximum interval (specified in milliseconds) can be used to send any ready items prior to the maximum chunk size.

    When using a maxChunkSize greater than 1, the data property of execution patch results will consist of an array of items and a new atIndex property will contain the initial index for the items included within the chunk. When streaming in parallel, new atIndices property will be used instead of atIndex and will contain an array of the corresponding indices for each of the items included within the data property.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 2ee33c3 to 643ad86 Compare March 20, 2022 18:02
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 643ad86 to dc00437 Compare March 20, 2022 18:25
@yaacovCR yaacovCR merged commit f390fd0 into main Mar 20, 2022
@yaacovCR yaacovCR deleted the changeset-release/main branch March 20, 2022 18:25
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