Skip to content

Commit

Permalink
bump: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lurunze1226 committed Jul 16, 2024
1 parent bd0b80f commit f1cb4ab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## 1.0.1

_published on 2024-07-16_

### BosClient

- `putSuperObject` API (encapsulation for mutipart upload)
- `getBucketStorageclass` API
- Support the `createSignature` method in `BceConfig` for customizing the generation of authentication signatures (Authorization)."
- support virtual host mode.

### BceClient

- support `region` and `customGenerateUrl` to change endpoint.

## 1.0.1-beta.9

_published on 2024-07-09_
Expand Down
2 changes: 1 addition & 1 deletion dist/baidubce-sdk.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -57354,7 +57354,7 @@ exports.createContext = Script.createContext = function (context) {
},{"indexof":153}],411:[function(require,module,exports){
module.exports={
"name": "@baiducloud/sdk",
"version": "1.0.1-beta.9",
"version": "1.0.1",
"description": "Baidu Cloud Engine JavaScript SDK",
"main": "./index.js",
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion dist/baidubce-sdk.bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baiducloud/sdk",
"version": "1.0.1-beta.9",
"version": "1.0.1",
"description": "Baidu Cloud Engine JavaScript SDK",
"main": "./index.js",
"browser": {
Expand Down

0 comments on commit f1cb4ab

Please sign in to comment.