forked from alibaba/nacos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: |