Skip to content

Commit 99b3512

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.3.0
1 parent 30a2b86 commit 99b3512

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@
22

33
## [Unreleased]
44

5-
- Package refactoring. Hide internal classes that does not have to be used by API users under "internal" package.
6-
Methods defined in classes located outside "internal" package are considered "public API".
7-
Any changes to those methods should be communicated as "not backward compatible" and should be avoided.
8-
- Add checkstyle configuration to "dev" folder. Add checkstyle check during maven build
9-
- Add HTTP sink client header configuration via properties.
5+
## [0.3.0] - 2022-07-21
6+
7+
- Package refactoring. Hide internal classes that does not have to be used by API users under "internal" package.
8+
Methods defined in classes located outside "internal" package are considered "public API".
9+
Any changes to those methods should be communicated as "not backward compatible" and should be avoided.
10+
- Add checkstyle configuration to "dev" folder. Add checkstyle check during maven build
11+
- Add HTTP sink client header configuration via properties.
1012

1113
## [0.2.0] - 2022-07-06
1214

13-
- Implement [HttpSink](src/main/java/com/getindata/connectors/http/HttpSink.java) deriving from [AsyncSinkBase](https://cwiki.apache.org/confluence/display/FLINK/FLIP-171%3A+Async+Sink) introduced in Flink 1.15.
14-
- Add support for Table API in HttpSink in the form of [HttpDynamicSink](src/main/java/com/getindata/connectors/http/internal/table/sink/HttpDynamicSink.java).
15+
- Implement [HttpSink](src/main/java/com/getindata/connectors/http/HttpSink.java) deriving from [AsyncSinkBase](https://cwiki.apache.org/confluence/display/FLINK/FLIP-171%3A+Async+Sink) introduced in Flink 1.15.
16+
- Add support for Table API in HttpSink in the form of [HttpDynamicSink](src/main/java/com/getindata/connectors/http/internal/table/sink/HttpDynamicSink.java).
1517

1618
## [0.1.0] - 2022-05-26
1719

18-
- Implement basic support for Http connector for Flink SQL
20+
- Implement basic support for Http connector for Flink SQL
21+
22+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.3.0...HEAD
1923

20-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.2.0...HEAD
24+
[0.3.0]: https://github.com/getindata/flink-http-connector/compare/0.2.0...0.3.0
2125

2226
[0.2.0]: https://github.com/getindata/flink-http-connector/compare/0.1.0...0.2.0
2327

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

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

0 commit comments

Comments
 (0)