Skip to content

Commit c285486

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.4.0
1 parent e39a51d commit c285486

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

CHANGELOG.md

+23-16
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,34 @@
22

33
## [Unreleased]
44

5+
## [0.4.0] - 2022-08-31
6+
57
### Added
6-
- Add new properties `gid.connector.http.sink.error.code`,`gid.connector.http.sink.error.code.exclude`,
7-
`gid.connector.http.source.lookup.error.code` and `gid.connector.http.source.lookup.error.code.exclude`
8-
to set HTTP status codes that should be interpreted as errors both for HTTP Sink and HTTP Lookup Source.
9-
- Use Flink's format support to Http Lookup Source.
10-
- Add HTTP Lookup source client header configuration via properties.
11-
- Add [HttpPostRequestCallback](src/main/java/com/getindata/connectors/http/HttpPostRequestCallback.java) and
12-
[HttpPostRequestCallbackFactory](src/main/java/com/getindata/connectors/http/HttpPostRequestCallbackFactory.java)
13-
interfaces (along with a "default"
14-
[Slf4jHttpPostRequestCallback](src/main/java/com/getindata/connectors/http/internal/table/sink/Slf4jHttpPostRequestCallback.java)
15-
implementation) for customizable processing of HTTP Sink requests and responses in Table API.
8+
9+
- Add new properties `gid.connector.http.sink.error.code`,`gid.connector.http.sink.error.code.exclude`,
10+
`gid.connector.http.source.lookup.error.code` and `gid.connector.http.source.lookup.error.code.exclude`
11+
to set HTTP status codes that should be interpreted as errors both for HTTP Sink and HTTP Lookup Source.
12+
- Use Flink's format support to Http Lookup Source.
13+
- Add HTTP Lookup source client header configuration via properties.
14+
- Add [HttpPostRequestCallback](src/main/java/com/getindata/connectors/http/HttpPostRequestCallback.java) and
15+
[HttpPostRequestCallbackFactory](src/main/java/com/getindata/connectors/http/HttpPostRequestCallbackFactory.java)
16+
interfaces (along with a "default"
17+
[Slf4jHttpPostRequestCallback](src/main/java/com/getindata/connectors/http/internal/table/sink/Slf4jHttpPostRequestCallback.java)
18+
implementation) for customizable processing of HTTP Sink requests and responses in Table API.
1619

1720
### Changed
18-
- Change dependency scope for `org.apache.flink.flink-connector-base` from `compile` to `provided`.
19-
- Changed DDL of `rest-lookup` connector. Dropped `json-path` properties, and add mandatory `format` property.
21+
22+
- Change dependency scope for `org.apache.flink.flink-connector-base` from `compile` to `provided`.
23+
- Changed DDL of `rest-lookup` connector. Dropped `json-path` properties, and add mandatory `format` property.
2024

2125
### Removed
22-
- Remove dependency on `org.apache.httpcomponents.httpclient`from production code. Dependency is only for test scope.
23-
- Removed dependency on `com.jayway.jsonpath.json-path`
26+
27+
- Remove dependency on `org.apache.httpcomponents.httpclient`from production code. Dependency is only for test scope.
28+
- Removed dependency on `com.jayway.jsonpath.json-path`
2429

2530
### Fixed
2631

27-
- Fix JavaDoc errors.
32+
- Fix JavaDoc errors.
2833

2934
## [0.3.0] - 2022-07-21
3035

@@ -43,7 +48,9 @@
4348

4449
- Implement basic support for Http connector for Flink SQL
4550

46-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.3.0...HEAD
51+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.4.0...HEAD
52+
53+
[0.4.0]: https://github.com/getindata/flink-http-connector/compare/0.3.0...0.4.0
4754

4855
[0.3.0]: https://github.com/getindata/flink-http-connector/compare/0.2.0...0.3.0
4956

pom.xml

+1-1
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.4.0-SNAPSHOT</version>
26+
<version>0.4.0</version>
2727
<packaging>jar</packaging>
2828

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

0 commit comments

Comments
 (0)