Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Releases: cloudquery/cq-provider-sdk

v0.13.3

04 Jul 07:53
d2725ad
Compare
Choose a tag to compare

0.13.3 (2022-07-04)

Bug Fixes

  • deps: Update module github.com/aws/smithy-go to v1.12.0 (#404) (c4622df)
  • deps: Update module github.com/elliotchance/orderedmap to v2 (#408) (403d12c)
  • deps: Update module github.com/georgysavva/scany to v1 (#409) (4322004)
  • deps: Update module github.com/hashicorp/go-version to v1.6.0 (#405) (1a061ca)
  • deps: Update module github.com/lorenzosaino/go-sysctl to v0.3.1 (#403) (ab4ae0f)
  • deps: Update module github.com/stretchr/testify to v1.8.0 (#406) (c787359)

v0.13.2

03 Jul 09:17
c10e0d0
Compare
Choose a tag to compare

0.13.2 (2022-07-03)

Bug Fixes

  • Use 'cur' ulimit in calculation, not 'max' (#399) (1acc3de)

v0.13.1

30 Jun 14:25
8d178eb
Compare
Choose a tag to compare

0.13.1 (2022-06-30)

Features

  • Send telemetry about failed COPY FROMs (#395) (8c5a329)

v0.13.0

30 Jun 09:20
1c7b5ad
Compare
Choose a tag to compare

0.13.0 (2022-06-30)

⚠ BREAKING CHANGES

  • Remove unused code/features: Global tables, CascadeDeleteFilters, ExtraFields, AlwaysDelete (#392)

Miscellaneous Chores

  • Remove unused code/features: Global tables, CascadeDeleteFilters, ExtraFields, AlwaysDelete (#392) (eee8029)

v0.12.5

27 Jun 11:08
3c53443
Compare
Choose a tag to compare

0.12.5 (2022-06-27)

Bug Fixes

  • Put example YAML from the provider in configuration block (#388) (1e06428)

v0.12.4

27 Jun 10:48
9c3985c
Compare
Choose a tag to compare

0.12.4 (2022-06-27)

Bug Fixes

  • deps: fix(deps): Update module github.com/georgysavva/scany to v0.3.0 (#376) (4fd3b03)
  • deps: fix(deps): Update module github.com/hashicorp/hcl/v2 to v2.13.0 (#377) (7e2672a)
  • deps: fix(deps): Update module github.com/jackc/pgconn to v1.12.1 (#378) (095f01f)
  • deps: fix(deps): Update module github.com/jackc/pgtype to v1.11.0 (#379) (906ee1c)
  • deps: fix(deps): Update module github.com/jackc/pgx/v4 to v4.16.1 (#380) (e28a566)
  • deps: fix(deps): Update module github.com/spf13/afero to v1.8.2 (#381) (0d69466)
  • deps: fix(deps): Update module github.com/spf13/cast to v1.5.0 (#382) (ed0b2bd)
  • deps: fix(deps): Update module github.com/stretchr/testify to v1.7.5 (#375) (634667a)
  • deps: fix(deps): Update module github.com/xo/dburl to v0.11.0 (#383) (4d6349d)
  • deps: fix(deps): Update module google.golang.org/grpc to v1.47.0 (#384) (50d2f1e)
  • deps: fix(deps): Update module google.golang.org/protobuf to v1.28.0 (#386) (9c5c83f)

v0.12.3

26 Jun 11:07
42fe9d5
Compare
Choose a tag to compare

0.12.3 (2022-06-26)

Bug Fixes

v0.12.2

24 Jun 11:45
277946c
Compare
Choose a tag to compare

0.12.2 (2022-06-24)

Bug Fixes

  • Issues when PG username is 'cloudquery' (#371) (3317cae)

v0.12.1

21 Jun 15:28
8c459f2
Compare
Choose a tag to compare

0.12.1 (2022-06-21)

Bug Fixes

v0.12.0

21 Jun 08:45
ed28f11
Compare
Choose a tag to compare

0.12.0 (2022-06-21)

⚠ BREAKING CHANGES

  • Support both YAML and HCL config (#332)

Features