File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.6.0] - 2022-10-05
6
+
5
7
### Added
6
- - Add support for other REST methods like PUT and POST to lookup source connector. The request method can be set using
7
- new optional lookup-source property ` lookup-method ` . If property is not specified in table DDL, GET method will be used for
8
- lookup queries.
8
+
9
+ - Add support for other REST methods like PUT and POST to lookup source connector. The request method can be set using
10
+ new optional lookup-source property ` lookup-method ` . If property is not specified in table DDL, GET method will be used for
11
+ lookup queries.
9
12
10
13
## [ 0.5.0] - 2022-09-22
11
14
76
79
77
80
- Implement basic support for Http connector for Flink SQL
78
81
79
- [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.5.0...HEAD
82
+ [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.6.0...HEAD
83
+
84
+ [ 0.6.0 ] : https://github.com/getindata/flink-http-connector/compare/0.5.0...0.6.0
80
85
81
86
[ 0.5.0 ] : https://github.com/getindata/flink-http-connector/compare/0.4.0...0.5.0
82
87
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
24
24
<groupId >com.getindata</groupId >
25
25
<artifactId >flink-http-connector</artifactId >
26
- <version >0.6.0-SNAPSHOT </version >
26
+ <version >0.6.0</version >
27
27
<packaging >jar</packaging >
28
28
29
29
<name >flink-http-connector</name >
You can’t perform that action at this time.
0 commit comments