Skip to content

Release v1.2.4

Choose a tag to compare

@kevwan kevwan released this 01 Dec 15:00
· 1944 commits to master since this release
9d528dd

framework:

  1. support map in config file
  2. support customizing headers in CORS handler
  3. export zrpc/resolver to let other frameworks to interact with go-zero
  4. minor improvements

goctl:

  1. fix builderx import problem
  2. support returning primitive types and arrays in API handlers
  3. support prefix directive in API
  4. support root path in API
  5. bug fixes and minor improvements