This is an automated email from the ASF dual-hosted git repository.
gaohan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-client-golang.git
The following commit(s) were added to refs/heads/main by this push:
new 103bee0 [Feature: Add RELEASE-NOTES.md] (#39)
103bee0 is described below
commit 103bee0636ca0eb95a8f116a80d9b3053238cbfb
Author: Lisandro <[email protected]>
AuthorDate: Mon Sep 26 10:29:17 2022 +0800
[Feature: Add RELEASE-NOTES.md] (#39)
Co-authored-by: lishuo <[email protected]>
---
RELEASE-NOTES.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
new file mode 100644
index 0000000..f75af92
--- /dev/null
+++ b/RELEASE-NOTES.md
@@ -0,0 +1,11 @@
+## 1.0.0
+
+### New Features
+* Support ShenYu Admin with http type Register to ShenYu.
+* Support use Nacos type Register to ShenYu.
+* Support use Zookeeper type Register to ShenYu.
+* Support use Consul type Register to ShenYu.
+* Support use Etcd type Register to ShenYu.
+* Add above relation document.
+* Add above integrate demo code.
+* Add above UT case.