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.1] - 2022-12-22
6
+
5
7
### 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 >
8
11
9
12
### Removed
13
+
10
14
- Removed unused reference to EncodingFormat from HttpLookupTableSource
11
15
12
16
## [ 0.8.0] - 2022-12-06
104
108
105
109
- Implement basic support for Http connector for Flink SQL
106
110
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
108
114
109
115
[ 0.8.0 ] : https://github.com/getindata/flink-http-connector/compare/0.7.0...0.8.0
110
116
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.1-SNAPSHOT </version >
26
+ <version >0.8.1</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