Skip to content

Releases: cloudquery/plugin-sdk

v1.38.0

16 Feb 14:19
ed36d27

Choose a tag to compare

1.38.0 (2023-02-16)

Features

Bug Fixes

  • Better string methods for TableColumnChange (#690) (a0ec52c)

v1.37.1

14 Feb 10:12
1b52253

Choose a tag to compare

1.37.1 (2023-02-14)

Bug Fixes

v1.37.0

13 Feb 16:08
a1409ac

Choose a tag to compare

1.37.0 (2023-02-13)

Features

Bug Fixes

  • Fix race in dest testing try 3 (#683) (8e8f5fe)
  • Make sure _cq_id unique across all dest plugins (#685) (a9a1173)

v1.36.3

12 Feb 15:51
cf5263c

Choose a tag to compare

1.36.3 (2023-02-12)

Bug Fixes

  • Take2 of fixing race in destination testing (#680) (77b74b2)

v1.36.2

12 Feb 14:29
710173d

Choose a tag to compare

1.36.2 (2023-02-12)

Bug Fixes

  • Potential database lock/race in destination testing (#678) (50e683e)

v1.36.1

12 Feb 12:00
871dd93

Choose a tag to compare

1.36.1 (2023-02-12)

Bug Fixes

  • Destination testing add force tests (#671) (879f843)
  • Fix source log message, and some debug messages (#673) (e49f593)

v1.36.0

08 Feb 16:53
95d6b80

Choose a tag to compare

1.36.0 (2023-02-08)

Features

  • Add table diff methods (#668) (f6baa82)
  • Use Setpgid=true on Unix systems so that signals are not sent to the child process (#664) (2883487)

Bug Fixes

  • Remove duplicate force implementation (#670) (fe34554)

v1.35.0

08 Feb 09:34
d96344c

Choose a tag to compare

1.35.0 (2023-02-08)

Features

Bug Fixes

  • deps: Update module golang.org/x/term to v0.5.0 (#648) (3a02bed)
  • Handle null bytes in text fields (8597f08)

v1.34.0

07 Feb 08:45
5aebba3

Choose a tag to compare

1.34.0 (2023-02-07)

Features

Bug Fixes

  • logging: Log more explicit message when OOM and other status codes occur (#659) (45c637b)
  • logging: Send more info logs when plugins are being terminated (#657) (6f44e1c)
  • Remove unused OnlyIncrementalTables spec property (#661) (f88ba7d)
  • Trap terminate signal, log which signal we received (#658) (bb39830)

v1.33.1

01 Feb 15:23
384b195

Choose a tag to compare

1.33.1 (2023-02-01)

Bug Fixes