We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb07e1 commit be45aaeCopy full SHA for be45aae
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change log
2
3
+## 1.0.7
4
+- Add an example of base64 encoding and decoding to queue_example.go.
5
+- Add support for dynamic credentials.
6
+
7
## 1.0.6
8
- Added an example of HTTP endpoint subscription in `topic_example.go`.
9
- Added an example of HTTP authorization in `http_authorization.go`.
version.go
@@ -2,5 +2,5 @@ package ali_mns
const (
SdkName = "aliyun-sdk-go"
- Version = "1.0.6"
+ Version = "1.0.7"
)
0 commit comments