Releases: suyuan32/simple-admin-tools
Releases · suyuan32/simple-admin-tools
v0.3.3-beta
What's Changed
- chore(deps): bump entgo.io/ent from 0.11.10 to 0.12.0 in /tools/goctl by @dependabot in #51
- chore(deps): bump github.com/zeromicro/go-zero from 1.5.0 to 1.5.1 in /tools/goctl by @dependabot in #50
- chore(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 by @dependabot in #49
- chore(deps): bump go.mongodb.org/mongo-driver from 1.11.3 to 1.11.4 by @dependabot in #48
- chore(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 by @dependabot in #47
- makefile 删除所有json tag omitempty标记 by @ctra-wang in #52
- 补全api、rpc在k8s中读取当前环境变量 by @ctra-wang in #53
Full Changelog: v0.3.2...v0.3.3-beta
v0.3.2
What's Changed
- feat: supported prefix. (swagger-doc) by @crazy6995 in #41
- add goctls cobra tips by @ctra-wang in #43
- feat: supported proto map field, replace index+1 with original field … by @crazy6995 in #42
- chore(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 in /tools/goctl by @dependabot in #45
- chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /tools/goctl by @dependabot in #44
- Merge latest codes by @suyuan32 in #46
New Contributors
- @ctra-wang made their first contribution in #43
- @dependabot made their first contribution in #45
Full Changelog: v0.3.1...v0.3.2
v0.3.2-beta
What's Changed
- feat: supported prefix. (swagger-doc) by @crazy6995 in #41
- add goctls cobra tips by @ctra-wang in #43
- feat: supported proto map field, replace index+1 with original field … by @crazy6995 in #42
- chore(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 in /tools/goctl by @dependabot in #45
- chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /tools/goctl by @dependabot in #44
- Merge latest codes by @suyuan32 in #46
New Contributors
- @ctra-wang made their first contribution in #43
- @dependabot made their first contribution in #45
Full Changelog: v0.3.1...v0.3.2-beta
v0.3.1
v0.3.0
v0.3.0-beta
Full Changelog: v0.2.9...v0.3.0-beta
v0.2.9
新增: API单服务生成
优化: RPC 的 PB文件在新项目默认放在types 文件夹中,旧的项目可以不变
优化: API 服务的 BaseInfo 更名为 BaseIDInfo
旧项目迁移:
- 修改 makefile 中的 make gen-rpc
# old
gen-rpc:
goctls rpc protoc ./example.proto --go_out=. --go-grpc_out=. --zrpc_out=.
@printf $(GREEN)"[SUCCESS] generate rpc successfully"
# new
gen-rpc:
goctls rpc protoc ./example.proto --go_out=./types --go-grpc_out=./types --zrpc_out=.
@printf $(GREEN)"[SUCCESS] generate rpc successfully"
重新 make gen-rpc, 删除旧的pb文件夹,还需要全局替换下 import 路径
- 在 API 服务全局替换下 BaseInfo 为 BaseIDInfo
What's Changed
Full Changelog: v0.2.8...v0.2.9
v0.2.9-beta
新增: API单服务生成
优化: RPC 的 PB文件在新项目默认放在types 文件夹中,旧的项目可以不变
优化: API 服务的 BaseInfo 更名为 BaseIDInfo
旧项目迁移:
- 修改 makefile 中的 make gen-rpc
# old
gen-rpc:
goctls rpc protoc ./example.proto --go_out=. --go-grpc_out=. --zrpc_out=.
@printf $(GREEN)"[SUCCESS] generate rpc successfully"
# new
gen-rpc:
goctls rpc protoc ./example.proto --go_out=./types --go-grpc_out=./types --zrpc_out=.
@printf $(GREEN)"[SUCCESS] generate rpc successfully"
重新 make gen-rpc, 删除旧的pb文件夹,还需要全局替换下 import 路径
- 在 API 服务全局替换下 BaseInfo 为 BaseIDInfo
Full Changelog: v0.2.8...v0.2.9-beta