Skip to content

Commit 5d6ea40

Browse files
committed
chore(connect): release 0.10.0
1 parent c91e5db commit 5d6ea40

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

packages/connect/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.10.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.10.0) (2023-11-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **connect:** drop support for node 14 and 16
11+
* **connect:** storage.upload and storage.download accept and return a ReadableStream for data
12+
13+
* **connect:** drop support for node 14 and 16 ([d9bd8b3](https://github.com/hyper63/hyper/commit/d9bd8b3b764e5eab41d2c5a7fdc81408dcb8f07a))
14+
15+
16+
### Features
17+
18+
* **connect:** storage.upload and storage.download accept and return a ReadableStream for data ([f920ec4](https://github.com/hyper63/hyper/commit/f920ec4587fb71f82467221ecaf33efc9c50563c))
19+
20+
21+
### Bug Fixes
22+
23+
* **connect:** add duplex on storage.upload for node compat ([7e0958c](https://github.com/hyper63/hyper/commit/7e0958cef672f25c29783cf9c909eac096296950))
24+
525
## [0.9.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.9.0) (2023-10-12)
626

727

packages/connect/egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "hyper client to connect to hyper services",
66
"homepage": "https://github.com/hyper63/hyper",
77
"repo": "https://github.com/hyper63/hyper",
8-
"version": "0.9.0",
8+
"version": "0.10.0",
99
"unstable": false,
1010
"unlisted": false,
1111
"files": [

packages/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyper-connect",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)