File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
platform/src/main/resources/graphdb/messages Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.5.0]
9
+
10
+ ### Added
11
+ - Add support for CALL subqueries (#20 )
12
+
13
+ ### Removed
14
+ - Remove unneeded hardcoded functions (#55 )
15
+
8
16
## [ 0.4.2]
9
17
10
18
### Fixed
Original file line number Diff line number Diff line change 1
- version =0.4.2
1
+ version =0.5.0
2
2
3
3
# Intellij SDK
4
4
intellijSdkVersion =2022.3
5
5
6
6
# Versions
7
- versionGradleIntelliJ =1.11 .0
7
+ versionGradleIntelliJ =1.12 .0
8
8
versionGradleChangelog =2.0.0
9
9
versionGradleGrammarKit =2021.2.2
10
10
versionJunit =4.12
Original file line number Diff line number Diff line change 1
1
updater.title =Graph Database plugin updated to v{0}
2
2
updater.notification =\
3
- Remove unnecessary aggregation on relationship types, which might fail metadata retrieval .
3
+ Add support for CALL subqueries. Use function metadata provided by database, instead of hardcoded .
You can’t perform that action at this time.
0 commit comments