File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.8.0] - 2022-12-06
6
+
5
7
### Added
8
+
6
9
- Add new parameters for HTTP timeout configuration and thread pool size for Sink and Lookup source http requests.
7
10
8
11
### Fixed
9
- - Fix issue with not cleaning Flink's internal task queue for AsyncIO requests after HTTP timeout in
10
- Lookup source - https://github.com/getindata/flink-http-connector/issues/38
12
+
13
+ - Fix issue with not cleaning Flink's internal task queue for AsyncIO requests after HTTP timeout in
14
+ Lookup source - < https://github.com/getindata/flink-http-connector/issues/38 >
11
15
12
16
## [ 0.7.0] - 2022-10-27
13
17
93
97
94
98
- Implement basic support for Http connector for Flink SQL
95
99
96
- [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.7.0...HEAD
100
+ [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.8.0...HEAD
101
+
102
+ [ 0.8.0 ] : https://github.com/getindata/flink-http-connector/compare/0.7.0...0.8.0
97
103
98
104
[ 0.7.0 ] : https://github.com/getindata/flink-http-connector/compare/0.6.0...0.7.0
99
105
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.8.0-SNAPSHOT </version >
26
+ <version >0.8.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