Skip to content

Releases: snyk/snyk-api-import

v2.5.0

29 Nov 19:22
dacf067
Compare
Choose a tag to compare

2.5.0 (2022-11-29)

Features

  • function to find repo files diff (69865a7)

v2.4.0

29 Nov 16:58
5e3cda6
Compare
Choose a tag to compare

2.4.0 (2022-11-29)

Features

  • shallow clone support for GHE (6f610af)

v2.3.0

29 Nov 14:35
1608367
Compare
Choose a tag to compare

2.3.0 (2022-11-29)

Features

  • shallow clone a repo with simple-git (98049d7)

v2.2.0

18 Nov 10:34
a87f4ae
Compare
Choose a tag to compare

2.2.0 (2022-11-18)

Features

  • find files on disk with filters & ignores (476e8e4)
  • supported manifest files per project type (20ca263)

v2.1.1

16 Nov 12:00
ad2b540
Compare
Choose a tag to compare

2.1.1 (2022-11-16)

Bug Fixes

  • break early if a whole batch fails to sync (640f7b7)

v2.1.0

15 Nov 12:18
799ab91
Compare
Choose a tag to compare

2.1.0 (2022-11-15)

Features

  • sync support for github enterprise (1b98060)

v2.0.0

14 Nov 17:43
a7dd842
Compare
Choose a tag to compare

2.0.0 (2022-11-14)

Features

  • assume integrationType=source (d7d750f)

BREAKING CHANGES

  • Do not require both --source and --integrationType to be required, assume their are the same
    For Github.com projects that are configured in Snyk as Github Enterprise a change would be needed
    to provide --source=github-eneterprise instead and let the URL default to github.com by not providing --sourceUrl

v1.100.0

12 Nov 00:12
c9782fb
Compare
Choose a tag to compare

1.100.0 (2022-11-12)

Features

  • sync all Github projects for a given organization in Snyk (7444b32), the sync at the moment will only take into consideration default branch changes & update Snyk projects to track the default branch of the repo

v1.99.0

08 Nov 12:17
9566af2
Compare
Choose a tag to compare

1.99.0 (2022-11-08)

Features

  • bump project API limit from 10 to 100 for speed (f40a66d)

v1.98.1

21 Oct 16:18
45c7146
Compare
Choose a tag to compare

1.98.1 (2022-10-21)

Bug Fixes

  • projectList filters should be in the query (90b4930)