File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- - Added ability to continue on error, introducing new metadata columns and new configuration option
6- ` gid.connector.http.source.lookup.continue-on-error `
5+ ## [ 0.22.0] - 2025-10-03
6+
7+ - Added ability to continue on error, introducing new metadata columns and new configuration option
8+ ` gid.connector.http.source.lookup.continue-on-error `
79
810## [ 0.21.0] - 2025-09-16
911
247249
248250- Implement basic support for Http connector for Flink SQL
249251
250- [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.21.0...HEAD
252+ [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.22.0...HEAD
253+
254+ [ 0.22.0 ] : https://github.com/getindata/flink-http-connector/compare/0.21.0...0.22.0
251255
252256[ 0.21.0 ] : https://github.com/getindata/flink-http-connector/compare/0.20.0...0.21.0
253257
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.22.0-SNAPSHOT </version >
26+ <version >0.22.0</version >
2727 <packaging >jar</packaging >
2828
2929 <name >flink-http-connector</name >
You can’t perform that action at this time.
0 commit comments