Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 14:43
· 50 commits to main since this release

Change log

  • Modified the code directory structure for large repository services, making the api and third_party directories shared among all services, while keeping other directories unchanged.
  • Added an automatic initialization command for the large repository (mono-repo repository) service mode.
  • Optimized the code merging rules, supporting the merging of gRPC template code, Handler code, Router configuration, and Error code.
  • Added a distributed lock library dlock with support for Redis and Etcd.
  • Optimized some pkg libraries (Scheduled Task Logging, ID Generation Functionality).