Skip to content

Commit

Permalink
chore(connect): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 31, 2022
1 parent e1ae84f commit 39c3e73
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.5.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.5.0) (2022-08-31)


### ⚠ BREAKING CHANGES

* **connect:** the node version of storage.download now returns a web ReadableStream,
instead of a Node ReadableStream. If you'd like a Node Readable stream, use the `fromWeb`
provided by node:stream `Readable`.

See: https://undici.nodejs.org/#/?id=responsebody for an example

### Bug Fixes

* **nano:** allow write to tmp directory for hyper app file buffering ([be72f88](https://github.com/hyper63/hyper/commit/be72f882625200770e22f876b638182ffc923ec4))


* **connect:** use undici in lieu of node-fetch, form-data, and @web-stf/file ([29d366d](https://github.com/hyper63/hyper/commit/29d366d81d9637a72bde9b6bf7da6c4e47708e73))

## [0.4.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.4.0) (2022-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/connect/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "hyper client to connect to hyper services",
"homepage": "https://github.com/hyper63/hyper",
"repo": "https://github.com/hyper63/hyper",
"version": "0.4.0",
"version": "0.5.0",
"unstable": false,
"unlisted": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-connect",
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"type": "module",
"description": "A client built on fetch to consume hyper services",
Expand Down

0 comments on commit 39c3e73

Please sign in to comment.