File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.13.0] - 2024-04-03
6
+
5
7
### Added
6
8
7
9
- Added support for using the result of a lookup join operation in a subsequent select query that adds
8
10
or removes columns (project pushdown operation).
9
11
10
- ### Changed
12
+ ### Changed
11
13
12
14
- Changed [ LookupQueryInfo] ( src/main/java/com/getindata/connectors/http/internal/table/lookup/LookupQueryInfo.java )
13
15
Any custom implementation of this interface that aims to provide path-based requests is able to provide
179
181
180
182
- Implement basic support for Http connector for Flink SQL
181
183
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
183
187
184
188
[ 0.12.0 ] : https://github.com/getindata/flink-http-connector/compare/0.11.0...0.12.0
185
189
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.13.0-SNAPSHOT </version >
26
+ <version >0.13.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