We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ab554 commit af1e855Copy full SHA for af1e855
2 files changed
CHANGELOG.md
@@ -1,2 +1,16 @@
1
-## 0.0.1
+### v1.1.2
2
+- Update change log for marketplace
3
+### v1.1.1
4
+- Fix flink logical operator.
5
+### v1.1.0
6
+- Support time attributes.
7
+### v1.0.0
8
+- Support aggregate, time, column function.
9
+### v0.1.0
10
+- Support string type.
11
+### v0.0.3
12
+- Support Temporal Functions.
13
+### v0.0.2
14
+- Support more udf by flink 1.15.2.
15
+### v0.0.1
16
- Initial project.
package.json
@@ -1,6 +1,6 @@
{
"name": "flink-sql",
- "version": "1.1.1",
+ "version": "1.1.2",
"displayName": "Flink SQL",
"description": "Adds support for Flink's variant of the SQL language",
"publisher": "CamileSing",
0 commit comments