Skip to content

Commit bd92f75

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.24.0
1 parent ccd6c43 commit bd92f75

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)