Skip to content

Commit 65972b5

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.7.0
1 parent f39b8b3 commit 65972b5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## [Unreleased]
44

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/)
911

1012
## [0.6.0] - 2022-10-05
1113

@@ -84,7 +86,9 @@
8486

8587
- Implement basic support for Http connector for Flink SQL
8688

87-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.6.0...HEAD
89+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.7.0...HEAD
90+
91+
[0.7.0]: https://github.com/getindata/flink-http-connector/compare/0.6.0...0.7.0
8892

8993
[0.6.0]: https://github.com/getindata/flink-http-connector/compare/0.5.0...0.6.0
9094

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323

2424
<groupId>com.getindata</groupId>
2525
<artifactId>flink-http-connector</artifactId>
26-
<version>0.7.0-SNAPSHOT</version>
26+
<version>0.7.0</version>
2727
<packaging>jar</packaging>
2828

2929
<name>flink-http-connector</name>

0 commit comments

Comments
 (0)