Skip to content

Releases: cloudquery/plugin-sdk

v1.17.1

03 Jan 10:30
a0d4671

Choose a tag to compare

1.17.1 (2023-01-03)

Bug Fixes

  • testing: Some fixes to the ordering for plugin tests (#565) (79c2b85)

v1.17.0

03 Jan 08:57
68e2af3

Choose a tag to compare

1.17.0 (2023-01-02)

Features

Bug Fixes

  • testing: Sort results before comparison in tests (#561) (587715d)

v1.16.1

01 Jan 10:24
b1e8528

Choose a tag to compare

1.16.1 (2023-01-01)

Bug Fixes

  • deps: Update golang.org/x/exp digest to 738e83a (#546) (bdf3ff1)
  • deps: Update google.golang.org/genproto digest to f9683d7 (#552) (763d22b)
  • deps: Update module github.com/getsentry/sentry-go to v0.16.0 (#549) (b4a0efc)
  • deps: Update module github.com/inconshreveable/mousetrap to v1.1.0 (#555) (f449234)
  • deps: Update module github.com/mattn/go-isatty to v0.0.17 (#553) (826006f)
  • deps: Update module github.com/schollz/progressbar/v3 to v3.12.2 (#547) (b6640b8)
  • deps: Update module github.com/thoas/go-funk to v0.9.3 (#548) (6e5469a)
  • deps: Update module golang.org/x/net to v0.4.0 (#550) (9ced5ec)
  • deps: Update module golang.org/x/text to v0.5.0 (#551) (1353026)
  • Managed writer log message, timeout->flush (#536) (6b0c711)

v1.16.0

28 Dec 15:58
a6a6a8e

Choose a tag to compare

1.16.0 (2022-12-28)

Features

  • destinations: Allow plugins to set default batch size (#540) (bc1476b)

v1.15.1

28 Dec 11:41
e4bfc37

Choose a tag to compare

1.15.1 (2022-12-28)

Bug Fixes

  • destinations: Set done even if no resources to flush (#537) (02eca6d)

v1.15.0

28 Dec 09:04
5ffad03

Choose a tag to compare

1.15.0 (2022-12-28)

Features

v1.14.0

27 Dec 16:16
d9d2b9a

Choose a tag to compare

1.14.0 (2022-12-27)

Features

  • Add basic periodic metric INFO logger (#496) (8d1d32e)

Bug Fixes

  • destinations: Stop writing resources when channel is closed (#460) (5590845)
  • Don't hide errors in destination server (#529) (d91f94f)

v1.13.1

22 Dec 15:26
2174761

Choose a tag to compare

1.13.1 (2022-12-22)

Bug Fixes

v1.13.0

21 Dec 14:31
e7517ee

Choose a tag to compare

1.13.0 (2022-12-21)

Features

  • Add managed API for destination plugins (#521) (3df6129)

v1.12.7

19 Dec 11:59
cb7d2ad

Choose a tag to compare

1.12.7 (2022-12-19)

Bug Fixes

  • destination: Rename NewDestinationPlugin to NewPlugin (#519) (3934775)