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.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
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
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.1 -SNAPSHOT</version >
26+ <version >0.9.0 -SNAPSHOT</version >
2727 <packaging >jar</packaging >
2828
2929 <name >flink-http-connector</name >
You can’t perform that action at this time.
0 commit comments