You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@
2
2
3
3
## [Unreleased]
4
4
5
-
- Add to Lookup Source support for performing lookup on columns with complex types such as ROW, Map etc.
6
-
- Add support for custom Json Serialization format for SQL Lookup Source when using [GenericJsonQueryCreator](src/main/java/com/getindata/connectors/http/internal/table/lookup/querycreators/GenericJsonQueryCreator.java)
7
-
The custom format can be defined using Flink's Factory mechanism. The format name can be defined using
8
-
`lookup-request.format` option. The default format is `json` which means that connector will use FLink's [json-format](https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/formats/json/)
5
+
## [0.7.0] - 2022-10-27
6
+
7
+
- Add to Lookup Source support for performing lookup on columns with complex types such as ROW, Map etc.
8
+
- Add support for custom Json Serialization format for SQL Lookup Source when using [GenericJsonQueryCreator](src/main/java/com/getindata/connectors/http/internal/table/lookup/querycreators/GenericJsonQueryCreator.java)
9
+
The custom format can be defined using Flink's Factory mechanism. The format name can be defined using
10
+
`lookup-request.format` option. The default format is `json` which means that connector will use FLink's [json-format](https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/formats/json/)
9
11
10
12
## [0.6.0] - 2022-10-05
11
13
@@ -84,7 +86,9 @@
84
86
85
87
- Implement basic support for Http connector for Flink SQL
0 commit comments