Skip to content

Releases: suyuan32/simple-admin-tools

v0.3.3-beta

13 Apr 14:31
Compare
Choose a tag to compare
v0.3.3-beta Pre-release
Pre-release

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

09 Apr 05:20
Compare
Choose a tag to compare

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

Full Changelog: v0.3.1...v0.3.2

v0.3.2-beta

07 Apr 08:10
2801d1d
Compare
Choose a tag to compare

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

Full Changelog: v0.3.1...v0.3.2-beta

v0.3.1

03 Apr 02:44
b886083
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Mar 07:41
Compare
Choose a tag to compare

What's Changed

  • feat: add optional supported. (proto2/3) by @crazy6995 in #34
  • Merge latest codes by @suyuan32 in #35

New Contributors

  • @crazy6995 made their first contribution in #34

Full Changelog: v0.2.9...v0.3.0

v0.3.0-beta

28 Mar 04:14
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release

Full Changelog: v0.2.9...v0.3.0-beta

v0.2.9

26 Mar 14:14
17346a2
Compare
Choose a tag to compare

新增: API单服务生成
优化: RPC 的 PB文件在新项目默认放在types 文件夹中,旧的项目可以不变
优化: API 服务的 BaseInfo 更名为 BaseIDInfo

旧项目迁移:

  1. 修改 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 路径

  1. 在 API 服务全局替换下 BaseInfo 为 BaseIDInfo

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.9-beta

24 Mar 09:50
Compare
Choose a tag to compare
v0.2.9-beta Pre-release
Pre-release

新增: API单服务生成
优化: RPC 的 PB文件在新项目默认放在types 文件夹中,旧的项目可以不变
优化: API 服务的 BaseInfo 更名为 BaseIDInfo

旧项目迁移:

  1. 修改 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 路径

  1. 在 API 服务全局替换下 BaseInfo 为 BaseIDInfo

Full Changelog: v0.2.8...v0.2.9-beta

v0.2.8

19 Mar 09:20
b1d947c
Compare
Choose a tag to compare

What's Changed

  • Feat: merge latest codes and update dependencies by @suyuan32 in #32

Full Changelog: v0.2.7...v0.2.8

v0.2.7

12 Mar 08:25
0f3851b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.7