Skip to content

Commit 5226423

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.10.0
1 parent 9b94c92 commit 5226423

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## [Unreleased]
44

5+
## [0.10.0] - 2023-07-05
6+
57
### Added
8+
69
- Add support for batch request submission in HTTP sink. The mode can be changed by setting
710
`gid.connector.http.sink.writer.request.mode` with value `single` or `batch`. The default value
811
is `batch` bode which is breaking change comparing to previous versions. Additionally,
912
`gid.connector.http.sink.request.batch.size` option can be used to set batch size. By default,
1013
batch size is 500 which is same as default value of HttpSink `maxBatchSize` parameter.
1114

1215
### Changed
16+
1317
- Changed API for public HttpSink builder. The `setHttpPostRequestCallback` expects a `PostRequestCallback`
1418
of generic type [HttpRequest](src/main/java/com/getindata/connectors/http/internal/sink/httpclient/HttpRequest.java)
1519
instead `HttpSinkRequestEntry`.
@@ -127,7 +131,9 @@
127131

128132
- Implement basic support for Http connector for Flink SQL
129133

130-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.9.0...HEAD
134+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.10.0...HEAD
135+
136+
[0.10.0]: https://github.com/getindata/flink-http-connector/compare/0.9.0...0.10.0
131137

132138
[0.9.0]: https://github.com/getindata/flink-http-connector/compare/0.8.1...0.9.0
133139

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.10.0-SNAPSHOT</version>
26+
<version>0.10.0</version>
2727
<packaging>jar</packaging>
2828

2929
<name>flink-http-connector</name>

0 commit comments

Comments
 (0)