File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- ## [ 0.10 .0] - 2023-07-05
5
+ ## [ 0.11 .0] - 2023-11-20
6
6
7
+ ## [ 0.10.0] - 2023-07-05
7
8
8
- ### Fixed
9
+ ### Fixed
9
10
10
11
Fixed an issue where SQL Client did not work with the connector at Flink 1.16.
11
-
12
+
12
13
This required a change to use a different classloader in the lookup join processing.
13
14
As well as the classloader change, a change to the PrefixedConfigOption implementation was
14
15
required, because it was implemented as an extension to ConfigOption; which produced
144
145
145
146
- Implement basic support for Http connector for Flink SQL
146
147
147
- [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.10.0...HEAD
148
+ [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.11.0...HEAD
149
+
150
+ [ 0.11.0 ] : https://github.com/getindata/flink-http-connector/compare/0.10.0...0.11.0
148
151
149
152
[ 0.10.0 ] : https://github.com/getindata/flink-http-connector/compare/0.9.0...0.10.0
150
153
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.11.0-SNAPSHOT </version >
26
+ <version >0.11.0</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