Changelog History
Page 3
-
v1.0.0-RC1 Changes
March 15, 2019- [#870] About Nacos's namespace and tenant design
- ๐ป [#869] Client exception message is confusing
- โฑ [#866] BeatInfo scheduled property may have the memory visibility issue
- [#865] checksum value is not correct
- ๐จ [#839] Refactor API URLs
- โก๏ธ [#811] ApiCommands.updateIpPublish countDownLatch timeout issue
- ๐ [#809] Instance field 'valid' should be deprecated and replaced by 'healthy'
- [#803] Nacos front-end function regression plan and landing
- [#801] Nacos uses nignx as a best practice article for current limiting.
- [#757] The word 'domain' should be replaced by 'service'
- ๐ [#745] Support server running mode in CP, AP or mixed
- [#744] The exact status of server should be stored and controlled
- ๐ [#725] Will the nacos registry be how to do multi-environment deployment?
- ๐ [#677] Support ephemeral instances and persistent instances
- ๐ [#651] Remove old API entry 'APICommands'
- ๐จ [#650] Refactor server list management to make it irrelevant to consistency protocol
- [#634] Add global push enable switch and data query enable switch
- [#629] Server data needs warm up before open traffic
- [#502] Registering ephemeral instance as well as persistent instances
- ๐ [#501] Health check mode confict when building muilt clusters whit nacos sync + nacos
- ๐ [#479] Metadata should be displayed and edited using standard property syntax
- ๐ง [#327] Inform the ACM SDK of the RAM role name and access the configuration ? ?
- ๐ [#269] need to support service group in naming module
-
v0.9.0 Changes
February 28, 2019โก๏ธ Notice: application.properties update default content has been updated, you should pay attention to keep default of
nacos.security.ignore.urls
;[#840] Nacos server adds startup mode to distinguish between config and naming.
[#762] Register instance returns failed when the health check mode is 'server' in standalone mode.
๐ฒ [#473] Nacos Cluster Mode kubernate Startup nacos.log error Log.
๐ฒ [#240] Log strong dependence problem.
๐ป [#824] getServicesOfServer throws exception if service list is empty.
๐ [#802] Nacos server multi-boot mode support.
[#800] Nacos's client-to-server addressing mode document introduction.
[#768] The interval at which the heartbeat is sent in BeatReactor is not controlled by the server return value.
[#759] why instance can't auto-delete.
[#756] Format of instance and service should be validated.
[#720] Memory leak in PushService.
[#653] IoUtils under nacos-common-0.2.1-RC1.jar lacks "" judgment on encoding.
[#588] Client compatible to jdk1.6. -
v0.8.0 Changes
January 22, 2019This is pre-ga version
- ๐ Support Login ๏ผdefault user and password is nacos/nacos๏ผ
- ๐ Support prometheus
- ๐ Naming service support namespace
โ Add users/roles tables
CREATE TABLE users ( username varchar(50) NOT NULL PRIMARY KEY, password varchar(500) NOT NULL, enabled boolean NOT NULL );
CREATE TABLE roles ( username varchar(50) NOT NULL, role varchar(50) NOT NULL );
INSERT INTO users (username, password, enabled) VALUES ('nacos', '$2a$10$EuWPZHzz32dJN7jexM34MOeYirDdFAZm2kuWj7VEOJhhZkDrxfvUu', TRUE);
INSERT INTO roles (username, role) VALUES ('nacos', 'ROLE_ADMIN');
๐ Bugfix list
๐ [#162] Support open metrics and prometheus
[#268] Health check is performed in the Nacos startup script
๐ง [#320] Nacos supports multiple configuration files, configuration template abstraction and inheritance
๐ป [#333] Use nacos in k8s to get hostname exception
โก๏ธ [#335] update nacos.io docker img priority/low
[#339] Project language problem identified in github
๐ [#381] Discuss๏ผHow to support Login
[#397] Some questions for Nacos
๐ง [#402] When the configuration is added or edited, the edit box will not come out
[#462] Nacos monitor discuss (0.8 version)
โ [#496] Warning log printing when quering a nonexistent service
[#497] Make subscription of service triggered by getInstance method optional
๐ [#498] Support namespace for service discovery
๐ง [#499] When the configuration is newly created (if data-id and group already exist), the original configuration will be overwritten
๐ [#512] nacos-logs start.out always print 8848 (but port can be changed)
๐ [#514] Nacos 0.7 not support namespace
[#523] Add a switch to control server detection and client reporting heartbeat switching
[#526] Possible data loss in server side health check mode
[#527] Many repeat client beat tasks can be generated
0๏ธโฃ [#558] Enable access log recording by default
[#560] Nacos server startup issues
โก๏ธ [#579] New API support - โupdate health in none health check mode through apiโ
[#587] Client sends request concurrently
[#592] Service restful interface put/post is reversed
[#599] getSubscribeServices method gets services that were deregistered
๐ฒ [#603] Format log of naming module
๐จ [#609] Always print a NPE log at start
โก๏ธ [#663] Nacos update instance info NPE
[#668] 0.8.0-SNAPSHOT naming heartbeat not compatible with lower version client
[#672] Startup.cmd bug
-
v0.7.0 Changes
- [ #461 ] Registration failed when instance port is set to 0
- [ #455 ] The console can't change the change code
- [ #447 ] ้็พคๆจกๅผserverๆๆไธๅฐๅ๏ผๆไพๆนๆณจๅๅคฑ่ดฅ
- [ #445 ] 0.6.1ๆงๅถๅฐๅๅปบ้ ็ฝฎๅๅธๆไบคๆถ๏ผๆ็คบไฟกๆฏๆ้ฎ้ข
- โ๏ธ [ #442 ] Typos in class names and variables.
- [ #413 ] The console has some uncaught exceptions
- [ #395 ] nacos surport mysql in the case of stand-alone mode
- ๐ [ #393 ] Support operation of selector on console
- ๐ [ #365 ] NodeJs SDK support
- ๐ [ #362 ] The metadata will lost when online or offline instance through web ui
- [ #187 ] Provide Label ability for Naming Service into NACOS for complex multi-DC scenario.
-
v0.6.1 Changes
- ๐ [#421] NamingService's serivce name can't use colon(:) in Windows
- ๐ง [#432] When packing nacos-core, ${user.home} is replaced in the logback configuration file (nacos.xml)
-
v0.6.0 Changes
- [#388] Cluster name should be provided in the Instance
- [#377] Clean up messy code in Naming module
- ๐ [#369] Support instance list persisted on disk
- ๐ [#366] findbugs-maven-plugin version
- ๐ [#362] The metadata will lost when online or offline instance through web ui
- ๐จ [#352] Refactoring internationalization Nacos console
- ๐ณ [#278] Nacos docker img
- โก๏ธ [#243] optimize the efficiency of integration testing, itโs taking too long now
-
v0.5.0 Changes
- [#148] Naming write performace.
- ๐ [#175] Support deregistering instance automatically.
- [#176] Naming client query instance method should bypass local cache at client start.
- ๐ [#177] Console supports registering new empty service and delete empty service.
- [#181] NPE when adding a instance if no leader in the raft cluster.
- ๐ง [#193] Configure host domain name cause nacos server cluster is unavailable.
- [#209] Disable service and cluster level customization in client registerInstance method.
- ๐ [#214] Please support Java 11.
- ๐จ [#222] print more nacos server start status info in start.log.
- ๐จ [#231] Refactoring: Parsing the Nacos home directory and the cluster.conf file.
- [#246] "mvn -B clean apache-rat:check findbugs:findbugs" did not work as expected.
- [#251] Console Editor Optimization.
- [#254] DataId and group are required in historical version and listener query.
- [#256] Whether the service discovery data needs to add a newline link symbol.
- [#257] Listening query switching query dimension data is not refreshed.
- ๐ [#258] Remove the Balloon of DataId/Group.
- [#259] Listening query paging size problem.
- ๐ [#272] "#it is ip" is also parsed into an instance IP.
- ๐ [#275] nacos coredns plugin to support DNS.
- ๐ [#281] We should lint the console code.
- ๐ [#302] Maven build project supports java 11.
- [#316] In stand alone mode, Nacos still checks the cluster.conf.
-
v0.4.0 Changes
November 07, 2018- [#216] Fix tenant dir problem
- โก๏ธ [#197] Service update ignored some properties
- ๐ [#190] Client beat lose weight info and metadata info
- โก๏ธ [#188] Console delete data cannot be updated in time
- [#179] Listening query fail when namespace is not blank
- [#157] Lack information in readme.md to describe the related project repositories for Nacos echosystem
- [#144] There have a error and something are not clear
- [#106] Snapshot file create error
- ๐จ [#92] Eliminate warnings, refactor code, show start.log detail
-
v0.3.0 Changes
October 26, 2018- ๐ป [#171] UI debug errors
- ๐ป [#156] Web UI 404 problem
- [#155] use local resource
- ๐ฒ [#145] nacos-example not found :org.apache.logging.log4j.core.Logger
- ๐ป [#142] UI console show Group
- [#149] Fix naming client beat process failed bug.
- [#150] Fix naming service registration hangs bug.
-
v0.3.0-RC1 Changes
October 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.