File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 ` .
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
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.10 .0-SNAPSHOT</version >
26+ <version >0.11 .0-SNAPSHOT</version >
2727 <packaging >jar</packaging >
2828
2929 <name >flink-http-connector</name >
You can’t perform that action at this time.
0 commit comments