Skip to content

Commit 93b264b

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.8.1
1 parent 8aeb8b8 commit 93b264b

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,11 +2,15 @@
22

33
## [Unreleased]
44

5+
## [0.8.1] - 2022-12-22
6+
57
### Fixed
6-
- Fixed issue with not printing HttpRequest body/parameters for Lookup Source by
7-
[Slf4JHttpLookupPostRequestCallback](src/main/java/com/getindata/connectors/http/internal/table/lookup/Slf4JHttpLookupPostRequestCallback.java) - <https://github.com/getindata/flink-http-connector/issues/45>
8+
9+
- Fixed issue with not printing HttpRequest body/parameters for Lookup Source by
10+
[Slf4JHttpLookupPostRequestCallback](src/main/java/com/getindata/connectors/http/internal/table/lookup/Slf4JHttpLookupPostRequestCallback.java) - <https://github.com/getindata/flink-http-connector/issues/45>
811

912
### Removed
13+
1014
- Removed unused reference to EncodingFormat from HttpLookupTableSource
1115

1216
## [0.8.0] - 2022-12-06
@@ -104,7 +108,9 @@
104108

105109
- Implement basic support for Http connector for Flink SQL
106110

107-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.8.0...HEAD
111+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.8.1...HEAD
112+
113+
[0.8.1]: https://github.com/getindata/flink-http-connector/compare/0.8.0...0.8.1
108114

109115
[0.8.0]: https://github.com/getindata/flink-http-connector/compare/0.7.0...0.8.0
110116

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

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

0 commit comments

Comments
 (0)