Skip to content

Commit

Permalink
Update SDK Version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ShannonDing committed Jan 4, 2019
1 parent ff79084 commit 4e58b8b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -7,7 +7,10 @@
## Features
At present, this SDK supports
* sending message in synchronous mode
* sending message in orderly mode
* sending message in oneway mode
* consuming message using push model
* consuming message using pull model

----------
## How to use
Expand Down
11 changes: 11 additions & 0 deletions changelog
@@ -1,3 +1,14 @@
version 1.2.0
* support reliable synchronous sending of messages;
* support reliable orderly sending of messages;
* support reliable push consumption model;
* support default cluster consumption;
* support delayed messages;
* support reliable pull consumption model;
* support custom message properties;
* support message Compression.
* support oneway sending of messages.

version 1.0.0 @2018.10.29
* Initialize version of Go client.

2 changes: 1 addition & 1 deletion core/version.go
Expand Up @@ -16,7 +16,7 @@
*/
package rocketmq

const GoClientVersion = "Go Client V1.0.0, BuildTime:2018.10.30"
const GoClientVersion = "Go Client V1.2.0, Support CPP Core:V1.2.X"

func GetVersion() (version string) {
return GoClientVersion
Expand Down

0 comments on commit 4e58b8b

Please sign in to comment.