Skip to content

Releases: cloudquery/plugin-sdk

v0.11.1

30 Sep 13:13
f801ec9

Choose a tag to compare

0.11.1 (2022-09-30)

Features

  • Move NewSourceClientSpawn (and dest) to sdk (#206) (15754f9)

v0.11.0

29 Sep 10:18
594d6e8

Choose a tag to compare

0.11.0 (2022-09-29)

⚠ BREAKING CHANGES

  • Avoid using global variables in caser (#196)
  • Remove ParentIDResolver (#202)
  • Rename ParentResourceFieldResolver to ParentColumnResolver (#203)
  • Make CQUUIDResolver private (#201)
  • Remove ParentPathResolver (#200)

Features

Bug Fixes

v0.10.2

28 Sep 09:17
43a9e5f

Choose a tag to compare

0.10.2 (2022-09-28)

Bug Fixes

  • Streaming to destination plugin wasn't implemented correctly (#187) (8e28bd1)
  • Validate versions only for github registry (#188) (7f9a3ba)

v0.10.1

27 Sep 17:01
ffd2dea

Choose a tag to compare

0.10.1 (2022-09-27)

Bug Fixes

  • Add SetDefault and Validate to SpecReader (#185) (d90acaf)

v0.10.0

27 Sep 16:22
1a37f5e

Choose a tag to compare

0.10.0 (2022-09-27)

⚠ BREAKING CHANGES

  • SpecReader to support multiple files, dirs and yaml (#183)

Features

  • SpecReader to support multiple files, dirs and yaml (#183) (2531708)

v0.9.2

27 Sep 14:26
514b454

Choose a tag to compare

0.9.2 (2022-09-27)

Bug Fixes

  • Spec unmarshalling now supports defaults and validation (#181) (ba9128a)

v0.9.1

27 Sep 13:37
407b7e6

Choose a tag to compare

0.9.1 (2022-09-27)

Bug Fixes

  • Added custom toCamel, toSnake implementation (#171) (f28e208)
  • cli: Added more informative error when there is no config files (#179) (a7ab327)

v0.9.0

25 Sep 09:27
0dcd9b4

Choose a tag to compare

0.9.0 (2022-09-25)

⚠ BREAKING CHANGES

  • Make destinations work over gRPC only (#174)

Bug Fixes

  • Make destinations work over gRPC only (#174) (26237c3)

v0.8.2

25 Sep 07:27
8cb3e1a

Choose a tag to compare

0.8.2 (2022-09-23)

Bug Fixes

v0.8.1

23 Sep 09:10
6d6ec00

Choose a tag to compare

0.8.1 (2022-09-22)

Features

  • codegen: Add WithResolverTransformer option (#164) (9529956)