Releases: alibaba/nacos
Releases · alibaba/nacos
0.3.0(Oct 26, 2018)
0.3.0-RC1(Oct 19, 2018)
- [ #33 ] Support console for config management.
- [ #51 ] Support console for naming service.
- [ #121 ] Fix get instance method hanging bug.
- [ #138 ] Add a flag to indicate if instance is offline.
- [ #130 ] Fix health check disabled if machine has one CPU core bug.
- [ #139 ] Fix still get instance with zero weight bug.
- [ #128 ] Fix console layout bug.
0.2.1-release(Sept 28, 2018)
- FIx deregister last instance failed error.
- Fix url pattern error.
- Fully integrate with and seamlessly support Spring framework, Spring Boot and Spring Cloud
- Separate nacos-api from nacos client implementation
- Support high available cluster mode
- Fix cluster node health check abnormality
- Fix stand-alone mode gets the change history list exception
- Fix Pulling does not exist configuration print io exception
- Optimized log framework
- Service Discovery: Client support getting server status.
- Service Discovery: Client support get all service names of server.
- Service Discovery: Client support get all subscribed services.
0.2.1-RC1(Sept 21, 2018)
Merge pull request #63 from hxy1991/master Fix #62
v0.2.0 (Sept 15, 2018)
- Fully integrate with and seamlessly support Spring framework, Spring Boot and Spring Cloud
- Separate nacos-api from nacos client implementation
- Support high available cluster mode
- Fix cluster node health check abnormality
- Fix stand-alone mode gets the change history list exception
- Fix Pulling does not exist configuration print io exception
- Optimized log framework
- Service Discovery: Client support getting server status.
- Service Discovery: Client support get all service names of server.
- Service Discovery: Client support get all subscribed services.
v0.1.0 (July 20, 2018)
- 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.