Skip to content

Commit

Permalink
Merge pull request #132 from snyk/2.1.8_RC3
Browse files Browse the repository at this point in the history
release 2.1.8
  • Loading branch information
pavel-snyk authored Jun 28, 2021
2 parents 8975617 + 5e822c6 commit 8e11535
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Snyk Vulnerability Scanner Changelog

## [2.1.8]
### Added
- Notify user in case of network/connection problem
- Welcome(onboarding) screen simplification by removing interactive alerts
- User feedback request
- Display auth link for possibility of manual open/copy into browser
### Changed
- Reduce network attempts to ask for SAST feature
### Fixed
- Exception(SunCertPathBuilderException) in case of custom/invalid certificate usage
- Welcome and Auth screen was missed to display in some cases
- Run action availability before auth passed

## [2.1.7]
### Fixed
- Set maximal attempts fo asking for SAST feature
- Set maximal attempts for asking for SAST feature

## [2.1.6]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=2.1.7
pluginVersion=2.1.8
pluginSinceBuild=202
pluginUntilBuild=211.*
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class SnykBalloonNotifications {
}

fun showFeedbackRequest(project: Project) = showInfo(
"Take part in Snyk's plugin research and get a \$100 Amazon gift card!",
"Thank you for using Snyk! Want to help us by taking part in Snyks plugin research and get a \$100 Amazon gift card in return?",
project,
NotificationAction.createSimpleExpiring("Schedule user testing here") {
getApplicationSettingsStateService().showFeedbackRequest = false
Expand Down

0 comments on commit 8e11535

Please sign in to comment.