Skip to content

Releases: cloudquery/codegen

v0.3.9

18 Oct 11:00
f6fa578

Choose a tag to compare

0.3.9 (2023-10-18)

Features

  • Add options appicable to jsonschema.Reflector prior to generation (#60) (2cace1e)
  • Generate docs from JSON schema (#50) (ce84add)

Bug Fixes

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.13.0 (#55) (507131a)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.14.0 (#57) (31ade81)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.14.1 (#58) (6002349)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.0 (#59) (2c6f5a8)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.1 (#61) (dca6592)

v0.3.8

13 Oct 17:24
e62c642

Choose a tag to compare

0.3.8 (2023-10-13)

Bug Fixes

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.5 (#52) (efdd4d8)
  • Don't limit format for JSON schema (#54) (e49afd4)

v0.3.7

12 Oct 12:18
988462c

Choose a tag to compare

0.3.7 (2023-10-12)

Features

  • Use - instead of _ for clashing names (#51) (575512a)

Bug Fixes

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.4 (#48) (82d1648)

v0.3.6

09 Oct 06:27
a12dcc3

Choose a tag to compare

0.3.6 (2023-10-09)

Bug Fixes

  • Proper shadowng resolution in jsonschema (#45) (3369b45)

v0.3.5

06 Oct 10:01
93b2b1c

Choose a tag to compare

0.3.5 (2023-10-06)

Bug Fixes

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.1 (#40) (98aa56c)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.2 (#42) (7e845b6)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.3 (#43) (b537cc6)
  • Fix type name clashing & nullability issues (#39) (6940313)

v0.3.4

03 Oct 07:42
f3525d5

Choose a tag to compare

0.3.4 (2023-10-03)

Features

  • Allow passing single package name for generation (#37) (b2e9af7)

v0.3.3

02 Oct 13:33
e485dd1

Choose a tag to compare

0.3.3 (2023-10-02)

Features

  • Add schema writing helper for gen code (#29) (2669d7e)

Bug Fixes

  • deps: Update golang.org/x/exp digest to 9212866 (#30) (6026688)
  • deps: Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.7.2 (#31) (246d010)
  • deps: Update module golang.org/x/net to v0.15.0 (#34) (44a2c4a)

v0.3.2

26 Sep 11:40
7c337b2

Choose a tag to compare

0.3.2 (2023-09-26)

Features

Bug Fixes

  • deps: Update golang.org/x/exp digest to b0cb94b (#18) (20a26cc)
  • deps: Update golang.org/x/exp digest to d852ddb (#24) (a7afb72)
  • deps: Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.7.0 (#19) (3624ebf)
  • deps: Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.7.1 (#25) (81664c3)
  • deps: Update module golang.org/x/net to v0.12.0 (#21) (9826ea7)
  • deps: Update module golang.org/x/net to v0.14.0 (#27) (6b74ef4)
  • deps: Update module golang.org/x/text to v0.12.0 (#22) (a6fc302)

v0.3.1

12 Jul 12:36
4c9724b

Choose a tag to compare

0.3.1 (2023-07-12)

Bug Fixes

  • deps: Update golang.org/x/exp digest to 97b1e66 (#8) (347b8ae)
  • deps: Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.6.1 (#12) (c63506d)
  • deps: Update module go to 1.20 (#13) (81a203f)
  • deps: Update module golang.org/x/net to v0.11.0 (#14) (fc43819)

v0.3.0

12 Jun 12:24
206e21e

Choose a tag to compare

0.3.0 (2023-06-12)

⚠ BREAKING CHANGES

  • Service per dir (#6)
  • Support multiple clients in the same package (#5)

Features

  • Service per dir (#6) (12795c8)
  • Support generic output type (#1) (f8dc681)
  • Support multiple clients in the same package (#5) (db0fd3c)
  • Support packages versions greater than v1 (#4) (19193a6)