Skip to content

v1.3.3

Latest
Compare
Choose a tag to compare
@poteto0 poteto0 released this 18 Jan 16:28
d90bbee

1.3.X

1.3.3

  • Bump github.com/goccy/go-yaml from 1.15.15 to 1.15.17 in #216
  • Bump github.com/goccy/go-json from 0.10.4 to 0.10.5 in #217

1.3.2

1.3.1

  • DEBUG: add some debug mode log by @poteto0 in #213
  • FEAT: env for setting poteto option by @poteto0 in #213
  • Bump github.com/goccy/go-yaml from 1.15.13 to 1.15.15 in #211

1.3.0

  • DEP: Poteto's go version update -> 1.23 by @poteto0 in #207
  • FEAT: startUpWorkflows run function just before server start in #204
    NOTE:
func main() {
  p := New()
  
  // run function just before server#Serve
  p.RegisterWorkflow(constant.START_UP_WORKFLOW, 1, func() error)
}