Skip to content

v0.5.5

Compare
Choose a tag to compare
@fasibio fasibio released this 08 Mar 09:08
· 12 commits to main since this release

Changelog

Bug fixes

  • e7f596b: fix: pipeline tagrelease (@)

Breaking change:

  • you have to add config to NewAutoGqlPlugin

plugin/main.go

cfg, err := config.LoadConfigFromDefaultLocations()
	if err != nil {
		fmt.Fprintln(os.Stderr, "failed to load config", err.Error())
		os.Exit(2)
	}
	sqlPlugin, muateHookPlugin := autogql.NewAutoGqlPlugin(cfg) // <- this line