We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2729cc commit 4f86bfcCopy full SHA for 4f86bfc
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
# Changelog
4
5
+## [2.9.0] - 2021-02-24
6
+
7
+### Added
8
+- GZip response handling (#427)
9
10
+### Fixed
11
+- Startup exception caused by Relay detection (#431)
12
+- Search for configuration through the whole project root hierarchy (#423)
13
14
## [2.8.0] - 2021-02-16
15
16
### Added
gradle.properties
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
pluginGroup = com.intellij.lang.jsgraphql
pluginName = JS GraphQL
-pluginVersion = 2.8.0
+pluginVersion = 2.9.0
pluginSinceBuild = 192.7142
pluginUntilBuild = 212.*
0 commit comments