Skip to main content
Version: 2.8.x(Latest)
  1. Added gfsnotify file monitoring module;
  2. Configuration management module adds automatic update detection mechanism for configuration files;
  3. Template engine adds automatic update detection mechanism for template files;
  4. Improved gconv package basic type conversion functionality to enhance conversion performance;
  5. Added gpage pagination management package supporting dynamic pagination, static pagination, and custom pagination style features;
  6. ghttp.Request adds the Exit method to mark service exit. When called before service execution, the service will no longer execute;
  7. ghttp.Response removes the WriteString method, using the Write method uniformly for data stream return, with flexible parameter form;
  8. Template engine adds template variable exposure interface LockFunc/RLockFunc to support developers in handling template variables flexibly;
  9. ghttp.Server adds access & error log functionality and supports developers in customizing log processing callback function registration;
  10. Added gredis package, supporting redis client operation encapsulation, and adding gredis.Redis object to gins singleton manager for unified configuration management maintenance;
  11. gins singleton manager adds automatic update detection mechanism for singleton object configuration files. When the configuration file changes externally, it automatically refreshes the singleton objects in the manager;
  12. gdb database ORM package adds And/Or conditional chain methods and improves Where/Data method parameter flexibility;
  13. For newly added modules, corresponding development documentation is also added, and existing other module development documentation is organized and improved;
  14. Fixed ISSUES: