You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,26 @@
2
2
3
3
## [Unreleased]
4
4
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.
10
12
11
13
## [0.2.0] - 2022-07-06
12
14
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).
15
17
16
18
## [0.1.0] - 2022-05-26
17
19
18
-
- Implement basic support for Http connector for Flink SQL
20
+
- Implement basic support for Http connector for Flink SQL
0 commit comments