Releases: fasibio/autogql
Releases · fasibio/autogql
v0.5.8
Changelog
Bug fixes
- fix(deps): bump github.com/Khan/genqlient from 0.6.0 to 0.7.0
- fix(deps): bump gorm.io/gorm from 1.25.9 to 1.25.12
- fix(deps): bump gorm.io/driver/mysql from 1.5.6 to 1.5.7
- fix(deps): bump github.com/gkampitakis/go-snaps from 0.5.2 to 0.5.7
Others
- 02d8600: cicd: update pipeline ( <>)
v0.5.6
Changelog
Bug fixes
- 5283ddb: fix(deps): bump gorm.io/gorm (@dependabot[bot])
- 9ad5208: fix(deps): bump github.com/gkampitakis/go-snaps from 0.4.11 to 0.5.2 (@dependabot[bot])
- 633bd6f: fix(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.7 (@dependabot[bot])
- 02ac4fe: fix(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.6 (@dependabot[bot])
- 9c6c0f0: fix(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (@dependabot[bot])
Others
- 6054341: make svu over manual trigger reachable (@)
- 496c2da: Merge pull request #128 from fasibio/pipelineFix (@fasibio)
- a39f85d: Merge pull request #129 from fasibio/dependabot/go_modules/gorm.io/gorm-1.25.9 (@fasibio)
- d46e2ca: Merge pull request #124 from fasibio/dependabot/go_modules/gorm.io/driver/postgres-1.5.7 (@fasibio)
- fdf412e: Merge pull request #126 from fasibio/dependabot/go_modules/gorm.io/driver/mysql-1.5.6 (@fasibio)
- 8ea4a95: Merge pull request #123 from fasibio/dependabot/go_modules/github.com/gkampitakis/go-snaps-0.5.2 (@fasibio)
- f4cb70d: Merge pull request #122 from fasibio/dependabot/go_modules/github.com/stretchr/testify-1.9.0 (@fasibio)
v0.5.5
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
v0.5.3
Changelog
Bug fixes
- fd4ec42: fix(deps): bump actions/setup-go from 4 to 5 (@dependabot[bot])
- 2bca636: fix(deps): bump gorm.io/driver/sqlite from 1.5.3 to 1.5.5 (@dependabot[bot])
Others
v0.5.2
v0.5.1
v0.5.0
Changelog
Bug fixes
- a6c8544: fix(deps): bump actions/checkout from 3 to 4 (@dependabot[bot])
- a5e6c50: fix(deps): bump github.com/99designs/gqlgen from 0.17.36 to 0.17.38 (@dependabot[bot])
- 8a8b4ee: fix(deps): bump github.com/vektah/gqlparser/v2 from 2.5.8 to 2.5.10 (@dependabot[bot])
- 413ca63: fix(deps): bump github.com/gkampitakis/go-snaps from 0.4.8 to 0.4.11 (@dependabot[bot])
- fb2a54f: fix(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
- 579ff38: fix: snapshottest (@)
- f4a7621: fix: snapshottests (@)
Others
- 82d6619: Merge pull request #98 from fasibio/dependabot/go_modules/github.com/go-playground/validator/v10-10.15.5 (@fasibio)
- 06f0eea: Merge branch 'nextRelease0.5.0' into dependabot/go_modules/github.com/gkampitakis/go-snaps-0.4.11 (@)
- 167fc7c: Merge pull request #96 from fasibio/dependabot/go_modules/github.com/vektah/gqlparser/v2-2.5.10 (@fasibio)
- a3bf443: Merge pull request #93 from fasibio/dependabot/github_actions/actions/checkout-4 (@fasibio)
- af3d874: Merge pull request #97 from fasibio/dependabot/go_modules/github.com/gkampitakis/go-snaps-0.4.11 (@fasibio)
- e0938ea: feat(#100): added float as sql datatype (@)
- c461322: test(#100): tests with float and between values (@)
- 486c00b: Merge pull request #102 from fasibio/100-autogqlautogqlgraphql216-undefined-type-floatfilterinput (@fasibio)
- 5cb55e3: Merge pull request #101 from fasibio/nextRelease0.5.0 (@fasibio)