Time | Version | Update |
September 2, 2022 | v3.4.13-tke.5 | Supported recording request error code in audit logs. |
August 1, 2022 | v3.4.13-tke.4 | Enhanced data security, added the blocking feature for full deletion requests, and supported viewing details of the blocked requests via metrics and audit logs. The blocking feature is disabled by default and can be enabled by setting the environment variable ETCD_FORBID_DELETING_ALL_KEYS=true .Enhanced data security, added the blocking feature for batch deletion requests, and supported viewing details of the blocked requests via metrics and audit logs. The blocking feature is disabled by default and can be enabled by setting the environment variable ETCD_MAX_DELETE_KEY_NUM=1000 . (Deletion will fail if the number of keys to be deleted exceeds 1,000.)Improved Ops capabilities and added the audit feature for deletion requests (delete/txn), high-latency requests, and other key scenarios. |
July 16, 2022 | v3.4.13-tke.3 | Optimized the performance and supported setting the parameters for maximum concurrent streams. |
November 2, 2020 | v3.4.13-tke.2 | Optimized the performance in the count-only scenario. Improved the fault diagnosis capability and supported outputting the detailed information on high-latency requests. Optimized the performance and pushed down the query limit parameter to the index layer. |
Time | Version | Update |
November 24, 2022 | v3.5.4-tke.4 | Merged PR14733 to fix the issue of possible data inconsistency during defrag operations. |
September 2, 2022 | v3.5.4-tke.3 | Supported recording request error code in audit logs. |
August 25, 2022 | v3.5.4-tke.2 | Enhanced data security, added the feature of blocking the requests for deleting all data, and supported viewing details of blocked requests via metrics and audit logs. The blocking feature is disabled by default and can be enabled by setting the environment variable ETCD_FORBID_DELETING_ALL_KEYS=true .Enhanced data security, added the blocking feature for batch deletion requests, and supported viewing details of the blocked requests via metrics and audit logs. The blocking feature is disabled by default and can be enabled by setting the environment variable ETCD_MAX_DELETE_KEY_NUM=1000 . (Deletion will fail if the number of keys to be deleted exceeds 1,000.)Improved Ops capabilities and added the audit feature for deletion requests (delete/txn), high-latency requests, and other key scenarios. |
July 19, 2022 | v3.5.4-tke.1 | Optimized the performance, merged PR14219, and supported setting the parameters of maximum concurrent streams. |