File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- ## [ 0.10 .0] - 2023-07-05
5+ ## [ 0.11 .0] - 2023-11-20
66
7+ ## [ 0.10.0] - 2023-07-05
78
8- ### Fixed
9+ ### Fixed
910
1011 Fixed an issue where SQL Client did not work with the connector at Flink 1.16.
11-
12+
1213 This required a change to use a different classloader in the lookup join processing.
1314 As well as the classloader change, a change to the PrefixedConfigOption implementation was
1415 required, because it was implemented as an extension to ConfigOption; which produced
144145
145146- Implement basic support for Http connector for Flink SQL
146147
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
148151
149152[ 0.10.0 ] : https://github.com/getindata/flink-http-connector/compare/0.9.0...0.10.0
150153
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.11 .0-SNAPSHOT</version >
26+ <version >0.12 .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