Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao authored and peze committed Mar 2, 2020
1 parent a38647f commit bdae09b
Show file tree
Hide file tree
Showing 9 changed files with 17,917 additions and 11,555 deletions.
3 changes: 3 additions & 0 deletions ChangeLog-Go.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-03-02 Version: v1.2.0
- Add extra header.

2020-02-25 Version: v1.1.0
- Remove BaseClient.

Expand Down
4 changes: 2 additions & 2 deletions ccppath-sdk/Teafile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"scope": "alibabacloud",
"name": "CCPPath",
"version": "1.0.0",
"version": "1.0.1",
"main": "./ccp.tea",
"releases": {
"go": "github.com/aliyun/aliyun-ccp/ccppath-sdk/go/client:v1.1.0",
"go": "github.com/aliyun/aliyun-ccp/ccppath-sdk/go/client:v1.2.0",
"ts": "@alicloud/ccppath-sdk:1.2.0",
"java": "com.aliyun:ccp-client:1.1.2",
"csharp": "Aliyun.SDK.CCP.Client:0.1.1"
Expand Down
670 changes: 544 additions & 126 deletions ccppath-sdk/ccp.tea

Large diffs are not rendered by default.

3,950 changes: 3,338 additions & 612 deletions ccppath-sdk/go/client/client.go

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions ccppath-sdk/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
module github.com/aliyun/aliyun-ccp/ccppath-sdk/go

require (
github.com/alibabacloud-go/tea v0.0.5
github.com/aliyun/aliyun-ccp/credential/golang v0.0.0-20200225021155-54764328eb07
github.com/alibabacloud-go/tea v0.0.7
github.com/aliyun/aliyun-ccp/credential/golang v0.0.0-20200226063132-a38647f02ad0
github.com/aliyun/credentials-go v0.0.3
github.com/aliyun/tea-roa-util/golang v0.0.0-20200224091309-12eff8dac473
github.com/aliyun/tea-util/golang v0.0.0-20200224063826-9f6316a6a39f
github.com/aliyun/tea-roa-util/golang v0.0.0-20200302073438-09f7e22d7bb6
github.com/aliyun/tea-util/golang v0.0.0-20200302070822-07a651fdf352
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/tools v0.0.0-20200225022059-a0ec867d517c // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200302083256-062a44052db1 // indirect
golang.org/x/tools v0.0.0-20200301222351-066e0c02454c // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
4 changes: 2 additions & 2 deletions osspath-sdk/Teafile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"scope": "alibabacloud",
"name": "OSSPath",
"version": "1.0.0",
"version": "1.0.1",
"main": "./oss.tea",
"releases": {
"go": "github.com/aliyun/aliyun-ccp/osspath-sdk/go/client:v1.1.0",
"go": "github.com/aliyun/aliyun-ccp/osspath-sdk/go/client:v1.2.0",
"ts": "@alicloud/osspath-sdk:1.1.0",
"csharp": "Aliyun.SDK.CCP.OSS.Client:0.1.1",
"java": "com.aliyun:ccp-oss-client:1.1.6"
Expand Down
Loading

0 comments on commit bdae09b

Please sign in to comment.