File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.8.0] - 2022-12-06
6+
57### Added
8+
69- Add new parameters for HTTP timeout configuration and thread pool size for Sink and Lookup source http requests.
710
811### 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 >
1115
1216## [ 0.7.0] - 2022-10-27
1317
9397
9498- Implement basic support for Http connector for Flink SQL
9599
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
97103
98104[ 0.7.0 ] : https://github.com/getindata/flink-http-connector/compare/0.6.0...0.7.0
99105
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323
2424 <groupId >com.getindata</groupId >
2525 <artifactId >flink-http-connector</artifactId >
26- <version >0.8.0-SNAPSHOT </version >
26+ <version >0.8.0</version >
2727 <packaging >jar</packaging >
2828
2929 <name >flink-http-connector</name >
You can’t perform that action at this time.
0 commit comments