Skip to content

Commit 0cc0fae

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.8.0
1 parent 0a94cee commit 0cc0fae

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
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

@@ -93,7 +97,9 @@
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

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.8.0-SNAPSHOT</version>
26+
<version>0.8.0</version>
2727
<packaging>jar</packaging>
2828

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

0 commit comments

Comments
 (0)