blake.qiu
blake.qiu
**Is your feature request related to a problem? Please describe.** The contentPath of AddressServerUrl is not flexible. **Describe the solution you'd like** Provide an EndpointContentPath configuration option for flexibly setting...
## What is the purpose of the change feat(#11752 ): The contentPath of AddressServerUrl is not flexible. ## Brief changelog feat(#11752 ): The contentPath of AddressServerUrl is not flexible. ##...
## What is the purpose of the change build(#12267 ): Adjust the precision of DATETIME fields to milliseconds in the MySQL schema. ## Brief changelog build(#12267 ): Adjust the precision...
**Is your feature request related to a problem? Please describe.** Adjust the precision of DATETIME fields to milliseconds in the MySQL schema. **Describe the solution you'd like** Adjust the precision...
## What is the purpose of the change fix(#12231): When inserting and updating configurations in the database, the time-related field values need to be set using the time obtained from...
**Describe the bug** When inserting and updating configurations in the database, the gmt_modified field is set using the local timestamp of the Nacos node rather than the database's built-in time...
since the program will only log in once, there is no way to refresh the token. code as follow: common/security/nacos_auth_client.go:115 Alaways return true,the token can't refresh.