Skip to content

Releases: cloudquery/plugin-sdk

v0.11.7

03 Oct 15:02
b6ff6aa

Choose a tag to compare

0.11.7 (2022-10-03)

Bug Fixes

v0.11.6

03 Oct 12:19
b3a3e3b

Choose a tag to compare

0.11.6 (2022-10-03)

Bug Fixes

  • Download destinations to 'destination' directory (#228) (d6ebfc3)

v0.11.5

03 Oct 08:50
0274c57

Choose a tag to compare

0.11.5 (2022-10-03)

Bug Fixes

  • Create doc directory if doesn't exist (#220) (067534d)
  • deps: Update golang.org/x/exp digest to 540bb73 (#212) (2e3dae3)
  • deps: Update golang.org/x/sync digest to 8fcdb60 (#213) (7d7d85f)
  • Remove redundant error print (#226) (9927ede)
  • Remove unused docs template function (#221) (f65f023)
  • Use correct path for Windows zip (#223) (960f650)

v0.11.4

01 Oct 12:01
11b75eb

Choose a tag to compare

0.11.4 (2022-10-01)

Features

  • Add Close() to destination interface and new writemode (#211) (8af6fcb)

v0.11.3

30 Sep 15:50
aa7262e

Choose a tag to compare

0.11.3 (2022-09-30)

Features

v0.11.2

30 Sep 14:45
5a18992

Choose a tag to compare

0.11.2 (2022-09-30)

Features

  • Make NewSourceClient (and dest) as one interface (#208) (841a81b)

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)