This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch native
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git
The following commit(s) were added to refs/heads/native by this push:
new 145a42c fix(doc): update notice and open statistic label (#378)
145a42c is described below
commit 145a42c148954d9464f13399dc8203367a88b27f
Author: dinglei <[email protected]>
AuthorDate: Wed Jan 8 16:41:29 2020 +0800
fix(doc): update notice and open statistic label (#378)
fix(doc): update notice and open statistic label (#378)
---
NOTICE | 2 +-
README.md | 9 +++++++--
changelog | 20 --------------------
3 files changed, 8 insertions(+), 23 deletions(-)
diff --git a/NOTICE b/NOTICE
index 85e2dc3..65ebdd0 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache RocketMQ
-Copyright 2016-2019 The Apache Software Foundation
+Copyright 2016-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index fc59306..b7ca531 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://travis-ci.org/apache/rocketmq-client-go)
[](https://codecov.io/gh/apache/rocketmq-client-go/branch/native)
+[](https://github.com/apache/rocketmq-client-go/releases)
+[](http://isitmaintained.com/project/apache/rocketmq-client-go
"Average time to resolve an issue")
+[](http://isitmaintained.com/project/apache/rocketmq-client-go
"Percentage of issues still open")
+
The RocketMQ Client in pure go, the project is developing, **there is no any
guarantee in production environment**. in next versions,
we will do our best to improve reliability, stability, usability and
performance. the API may be changed, and more features will be added.
@@ -10,13 +14,14 @@ optimization, documents, etc. so, any contribution is very
welcome. if you want
or create a new issue.
- [2.0.0 Production Ready Road
map](https://github.com/apache/rocketmq-client-go/issues/57)
-- [The alpha1 feature
list](https://github.com/apache/rocketmq-client-go/issues/54)
----------
## Features
-in 2.0.0-alpha1, support:
+in 2.0.0-rc1, support:
* sending message in synchronous mode
+* sending message in asynchronous mode
* sending message in oneway mode
+* sending orderly messages
* consuming message using push model
----------
diff --git a/changelog b/changelog
deleted file mode 100755
index 8d96e5f..0000000
--- a/changelog
+++ /dev/null
@@ -1,20 +0,0 @@
-version 2.0.0-alpha1
- * basic feature in pure go
- * sending message in synchronous mode
- * sending message in oneway mode
- * consuming message using push model
-
-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.
-