Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Releases: snyk/code-sdk-java

[2.3.5] 2023-01

Choose a tag to compare

@PeterSchafer PeterSchafer released this 26 Jan 10:18
cc88a16

refactor: allow injection of retrofit client in API implementation
refactor: remove setBaseURL API method - inject/use your configured retrofit client instead in the API implementation.

[2.3.4] - 2022-05

Choose a tag to compare

@michelkaporin michelkaporin released this 23 May 09:24
2029585
  • feat: encode and compress POST/PUT requests to Code API

[2.3.3] - 2022-05

Choose a tag to compare

@ArtsiomCh ArtsiomCh released this 19 May 12:15
d52b12c
  • fix: recognition of bundle that contains no files

[2.3.2] - 2022-05

Choose a tag to compare

@ArtsiomCh ArtsiomCh released this 16 May 16:00
c14dbf6
  • fix: make re-try attempts for most api calls if not succeed for any reason (except 401 - auth failed)

[2.3.1] - 2022-04

Choose a tag to compare

@bastiandoetsch bastiandoetsch released this 07 Apr 10:35
4d21c1f
  • fix: adjust max file size to the correct size of 1MB (previously: 4000 bytes)
  • chore: update upload attemps to 10

Release v2.3.0

Choose a tag to compare

@ArtsiomCh ArtsiomCh released this 28 Mar 11:39
cc044e1
  • fix: make 5 consequent attempts to getAnalysis during polling if operation does not succeed with 404
  • fix: make 5 attempts to re-upload files if operation does not succeed
  • fix: do not try to getAnalysis if upload files is not succeed (i.e. missingFiles is not empty after uploads)
  • fix: avoid remove operation for empty immutable List
  • fix: check file in marker for nullability before proceed
  • fix: internal ConcurrentModificationException
  • feat: provide unique (per project) shard to getAnalysis call
  • feat: provide analysisContext key (getAnalysis request) for better tracking/logging on backend
  • chore: reshape/refactor REST API wrapper to be replaceable through constructor base DI

Release v2.2.1

Choose a tag to compare

@bastiandoetsch bastiandoetsch released this 14 Dec 10:00
e19252b

Changes:

  • don't upload empty files to backend

Release v2.2.0

Choose a tag to compare

@ArtsiomCh ArtsiomCh released this 29 Nov 15:21
6c539df

Use new Snyk code api

Release v2.1.12

Choose a tag to compare

@ArtsiomCh ArtsiomCh released this 19 Oct 09:28
75041d1

fix: isFullRescanRequested() should be False after rescan finished and before UI updates [ROAD-439]

Release v2.1.11

Choose a tag to compare

@ArtsiomCh ArtsiomCh released this 06 Oct 11:52
58419e2

added param "waiting results" timeout