Completed the refactoring of gform to improve scalability, and fixed some detail issues, and improved unit test cases ( https://goframe.org/database/orm/index);
Improved the Where method of gform to support slice type parameters and more conveniently support in operation queries ( https://goframe.org/database/orm/linkop);
Improved gproc inter-process communication data structure, expanded pid field from 16bit to 24bit;
Improved gconv/gmap/garray, added several operation methods;
Improved the date built-in function in the gview template engine, printing the current system time when the given timestamp is empty;
Improved the gview template engine to display empty when the printed variable does not exist (default standard library shows <no value>);
Improved WebServer by removing HANGUP signal monitoring to avoid abnormal exit issues when running through nohup;
Enhanced gcache performance and improved benchmark tests;