File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.13.0] - 2024-04-03
6+
57### Added
68
79- Added support for using the result of a lookup join operation in a subsequent select query that adds
810 or removes columns (project pushdown operation).
911
10- ### Changed
12+ ### Changed
1113
1214- Changed [ LookupQueryInfo] ( src/main/java/com/getindata/connectors/http/internal/table/lookup/LookupQueryInfo.java )
1315 Any custom implementation of this interface that aims to provide path-based requests is able to provide
179181
180182- Implement basic support for Http connector for Flink SQL
181183
182- [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.12.0...HEAD
184+ [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.13.0...HEAD
185+
186+ [ 0.13.0 ] : https://github.com/getindata/flink-http-connector/compare/0.12.0...0.13.0
183187
184188[ 0.12.0 ] : https://github.com/getindata/flink-http-connector/compare/0.11.0...0.12.0
185189
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.13 .0-SNAPSHOT</version >
26+ <version >0.14 .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