Skip to content

Commit e936937

Browse files
committed
Bump 1.8.0
1 parent 9cd062b commit e936937

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.8.0 (2024-12-09)
2+
3+
Feature:
4+
5+
- 凭证支持接入带getCredentials()接口的CredentialsProvider
6+
17
## 1.0.2 (2017-01-16)
28

39
Feature:

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ For example, The ECS OpenAPI(https://help.aliyun.com/document_detail/25490.html)
3333

3434
And the endpoint list can be found at [here](https://help.aliyun.com/document_detail/25489.html), the center endpoint is ecs.aliyuncs.com. Add http protocol `http` or `https`, should be `http://ecs.aliyuncs.com/`.
3535

36+
## Important Updates
37+
38+
- Starting from version 1.8.0, CredentialsProvider is supported, and the signature logic of internal functions is updated. Developers who change the internal logic for calling need to pay attention to these changes.
3639

3740
## Online Demo
3841

39-
**[API Developer Portal](https://next.api.aliyun.com)** provides the ability to call the cloud product OpenAPI online, and dynamically generate SDK Example code and quick retrieval interface, which can significantly reduce the difficulty of using the cloud API. **It is highly recommended**.
42+
**[API Developer Portal](https://api.aliyun.com)** provides the ability to call the cloud product OpenAPI online, and dynamically generate SDK Example code and quick retrieval interface, which can significantly reduce the difficulty of using the cloud API. **It is highly recommended**.
4043

41-
<a href="https://next.api.aliyun.com" target="api_explorer">
44+
<a href="https://api.aliyun.com" target="api_explorer">
4245
<img src="https://img.alicdn.com/tfs/TB12GX6zW6qK1RjSZFmXXX0PFXa-744-122.png" width="180" />
4346
</a>
4447

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/pop-core",
3-
"version": "1.7.13",
3+
"version": "1.8.0",
44
"description": "AliCloud POP SDK core",
55
"main": "index.js",
66
"types": "lib/rpc.d.ts",

0 commit comments

Comments
 (0)