Skip to content

Commit 2df149f

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.2.6...v2.0.0) (2023-10-05) ### ⚠ BREAKING CHANGES * Drop Node.js < 16 support Other BREAKING changes: - remove stsToken support - remove headerEncoding support - remove Bucket, Image Client support eggjs/egg#5257 ### Features * refactor with typescript ([#12](#12)) ([5a0eb01](5a0eb01))
1 parent 5a0eb01 commit 2df149f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/node-modules/oss-client/compare/v1.2.6...v2.0.0) (2023-10-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop Node.js < 16 support
9+
10+
Other BREAKING changes:
11+
- remove stsToken support
12+
- remove headerEncoding support
13+
- remove Bucket, Image Client support
14+
15+
https://github.com/eggjs/egg/issues/5257
16+
17+
### Features
18+
19+
* refactor with typescript ([#12](https://github.com/node-modules/oss-client/issues/12)) ([5a0eb01](https://github.com/node-modules/oss-client/commit/5a0eb013e082c66b52eb6b918dd4713c7c54c149))
20+
321
## [1.2.6](https://github.com/node-modules/oss-client/compare/v1.2.5...v1.2.6) (2023-09-18)
422

523

@@ -80,4 +98,3 @@
8098
* [[`fe3e2c1`](http://github.com/node-modules/oss-client/commit/fe3e2c1a119ffd3b8a8c77ab6b38ee545c14fb59)] - 👌 IMPROVE: Remove unuse ts files (#2) (fengmk2 <<fengmk2@gmail.com>>),fatal: No names found, cannot describe anything.
8199

82100
**others**
83-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-client",
3-
"version": "1.2.6",
3+
"version": "2.0.0",
44
"description": "Aliyun OSS(Object Storage Service) Node.js Client",
55
"typings": "./dist/esm/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)