From 82bcbdbcd20053e7c5c3c8acd3ceedb55f901b6a Mon Sep 17 00:00:00 2001 From: xuechaos Date: Mon, 23 Jul 2018 18:49:13 +0800 Subject: [PATCH] add ChangeLog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..d2f0b702a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## 0.0.1 (July 18, 2018) + +#### FEATURES: + +* Creating, deleting, modifying, and querying configurations: the core functionalities. +* Multiple languages support: supports Java/Shell/HTTP OpenAPI. +* Service Discovery: Basic service registry and discovery. +* Service Discovery: Service load balancing using instance weights, protect threshold and instance health statuses. +* Service Discovery: Supports four ways for health check: http, tcp, mysql and client heartbeat. +* Service Discovery: CRUD operations on service instances through Java client and open API. +* Service Discovery: Service subscribtion and push through Java client. +* Nacos official website is coming. https://nacos.io/ + + + +#### IMPROVEMENTS: + +#### BUG FIXES: + +#### BREAKING CHANGES: