File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1818
1919[ ![ asciicast] ( https://asciinema.org/a/176280.png )] ( https://asciinema.org/a/176280 )
2020
21+ ## :warning : Migrate 0.5.x -> 0.7.x :warning :
22+
23+ It depends on a newer version of github.com/izumin5210/gex.
24+
25+ <details >
26+ <summary >:memo: How to migrate</summary >
27+
28+ 0 . Bump grapi version
29+ - `go get -u github.com/izumin5210/grapi@v0.7'
30+ 1 . Fix type errors regarding github.com/izumin5210/gex if any.
31+ You should not see this problem unless you depend on the package
32+ directly or indirectly through modules other than grapi.
33+
34+ </details >
35+
36+
2137## :warning : Migrate 0.4.x -> 0.5.x :warning :
2238[ grapiserver] ( https://godoc.org/github.com/izumin5210/grapi/pkg/grapiserver ) will not handle os signals from v0.5.x.
2339We recommend to use [ ` appctx.Global() ` ] ( https://godoc.org/github.com/srvc/appctx#Global ) if you want to handle them.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main
22
33const (
44 name = "grapi"
5- version = "v0.5 .0"
5+ version = "v0.7 .0"
66)
77
88var (
You can’t perform that action at this time.
0 commit comments