Hello everyone. The purpose of this email is to inform you that real changes are coming to the Apache APISIX project. **background** 1. The design of create_time and update_time in Admin API can be manually adjusted instead of limiting the current time of the system. Due to an artificial setting, no warning or error message will be issued even if update_time < create_time. 2. There are script functions in the routing and service modules. After investigation, it was found that the usage rate of script functions for routing and services is low. There is no feedback about this script function in the community, and it is a low-frequency function. It is also recommended to use custom plug-ins to implement script functions. **In summary** 1. Currently, in the Admin API documentation, each resource has create_time and update_time attributes. >From a system perspective, these two fields should not be considered modified, and the document description is redundant, so the create_time and update_time of the resource in the APISIX update_time field need to be deleted. 2. Delete the script function in route and service.
Best Shiwen Ji