github cloudquery/cloudquery plugins-source-snyk-v2.0.0

latest releases: plugins-destination-postgresql-v8.6.0-rc1, cli-v6.8.0, cli-v6.7.1...
17 months ago

2.0.0 (2023-04-04)

⚠ BREAKING CHANGES

  • snyk: Added organization_id to primary keys to ensure no duplicate primary keys are encountered. The following tables are affected:
    • snyk_dependencies
    • snyk_integrations
    • snyk_projects

This Release has the Following Changes to Tables

  • Table snyk_dependencies: column added with name organization_id (PK) and type String (⚠️ breaking)
  • Table snyk_integrations: primary key constraint added to column organization_id (⚠️ breaking)
  • Table snyk_integrations: column order changed for id
  • Table snyk_organizations: column order changed for id
  • Table snyk_projects: primary key constraint added to column organization_id (⚠️ breaking)

Bug Fixes

  • deps: Update golang.org/x/exp digest to 10a5072 (#9587) (31f913f)
  • deps: Update module github.com/cloudquery/plugin-sdk to v1.44.1 (#9520) (202c31b)
  • deps: Update module github.com/cloudquery/plugin-sdk to v1.44.2 (#9661) (a27dc84)
  • deps: Update module github.com/mattn/go-isatty to v0.0.18 (#9609) (5b2908e)
  • snyk: Add organization_id to primary keys (#9658) (6b4e1af)

Don't miss a new cloudquery release

NewReleases is sending notifications on new releases.