Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

48 lines (31 loc) · 1.67 KB

From now changes will be stated on the releases page

Please look at https://github.com/web-ridge/gqlgen-sqlboiler/releases for latest releases and their changes!

v2.0.5

Added support for string id's in sqlboiler

v2.0.0

A few breaking changes, after this we will try to keep everything stable. We needed this since the go modules did not work well with the current approach.

Important NOTE You MUST run sqlboiler with the --no-back-referencing tag since we removed safety in converts for endless recursive converts in favor of the --no-back-referencing configuration.

How to upgrade

Always make sure you're up to date with running:

go get github.com/web-ridge/gqlgen-sqlboiler/v2@LATEST_COMMIT

E.g.

go get github.com/web-ridge/gqlgen-sqlboiler/v2@latest

April 1-6

  • Better relationships support
  • Better helpers for reading the boiler structs
  • Require uints for id's and removing other code
  • Difference between create/update inputs support
  • Fix for preloads where it sometimes was missing things