Skip to content

Commit 27e3bf1

Browse files
committed
Merge branch 'release-next'
2 parents 97404ec + a8932dd commit 27e3bf1

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

.changeset/enable-streaming.md

-7
This file was deleted.

example/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [9fd5b94]
8+
- @mcansh/remix-fastify@2.3.0
9+
10+
## null
11+
12+
### Patch Changes
13+
714
- 342f8e9: fix: concat chunks for nested routes
815
- Updated dependencies [342f8e9]
916
- @mcansh/remix-fastify@2.2.1

packages/remix-fastify/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mcansh/remix-fastify
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 9fd5b94: feat: Stream results to clients
8+
9+
Instead of buffering the results and sending them down when they're all complete, instead we use a Passthrough stream to stream the chunks generated by Remix as we receive them.
10+
311
## 2.2.1
412

513
### Patch Changes

packages/remix-fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcansh/remix-fastify",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Fastify server request handler for Remix",
55
"source": "./src/index.ts",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)