Skip to content

Commit

Permalink
chore(connect): release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Nov 20, 2023
1 parent c91e5db commit 5d6ea40
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.

## [0.10.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.10.0) (2023-11-20)


### ⚠ BREAKING CHANGES

* **connect:** drop support for node 14 and 16
* **connect:** storage.upload and storage.download accept and return a ReadableStream for data

* **connect:** drop support for node 14 and 16 ([d9bd8b3](https://github.com/hyper63/hyper/commit/d9bd8b3b764e5eab41d2c5a7fdc81408dcb8f07a))


### Features

* **connect:** storage.upload and storage.download accept and return a ReadableStream for data ([f920ec4](https://github.com/hyper63/hyper/commit/f920ec4587fb71f82467221ecaf33efc9c50563c))


### Bug Fixes

* **connect:** add duplex on storage.upload for node compat ([7e0958c](https://github.com/hyper63/hyper/commit/7e0958cef672f25c29783cf9c909eac096296950))

## [0.9.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.9.0) (2023-10-12)


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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.0",
"license": "Apache-2.0",
"type": "module",
"engines": {
Expand Down

0 comments on commit 5d6ea40

Please sign in to comment.