Skip to content

Commit 6c2f004

Browse files
chore: bump LS Protocol version to 11 [IDE-236] (#173)
* chore: bump LS Protocol version to 11 [IDE-236] * docs: update changelog
1 parent 9b704d1 commit 6c2f004

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Snyk Security Changelog
22

3+
34
## [2.1.0] - Unreleased
45

6+
### Changes
7+
- bumped the LS protocol version to 11 to support new commands introduced for global ignores
8+
9+
## [2.1.0] - v20240313.174439
10+
511
### Fixes
612

713
- shortened plugin name to just Snyk Security

plugin/src/main/java/io/snyk/eclipse/plugin/utils/LsMetadataResponseHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public LsMetadataResponseHandler() {
1414

1515
@Override
1616
public String handleResponse(HttpResponse httpResponse) {
17-
String latestCliSupportingLSProtocolVersion = "10";
17+
String latestCliSupportingLSProtocolVersion = "11";
1818
InputStream inputStream;
1919
try {
2020
inputStream = httpResponse.getEntity().getContent();

0 commit comments

Comments
 (0)