File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- - Add UNABLE_TO_DESERIALIZE_RESPONSE http-completion-state. If you have used
6- ` gid.connector.http.source.lookup.continue-on-error ` in a previous release, please review your SQL or applications to
7- account for this new http-completion-state value.
5+ ## [ 0.24.0] - 2025-11-26
6+
7+ - Add UNABLE_TO_DESERIALIZE_RESPONSE http-completion-state. If you have used
8+ ` gid.connector.http.source.lookup.continue-on-error ` in a previous release, please review your SQL or applications to
9+ account for this new http-completion-state value.
810
911## [ 0.23.0] - 2025-11-07
1012
@@ -258,7 +260,9 @@ account for this new http-completion-state value.
258260
259261- Implement basic support for Http connector for Flink SQL
260262
261- [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.23.0...HEAD
263+ [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.24.0...HEAD
264+
265+ [ 0.24.0 ] : https://github.com/getindata/flink-http-connector/compare/0.23.0...0.24.0
262266
263267[ 0.23.0 ] : https://github.com/getindata/flink-http-connector/compare/0.22.0...0.23.0
264268
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.24.0-SNAPSHOT </version >
26+ <version >0.24.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