hlteoh37 commented on code in PR #745: URL: https://github.com/apache/flink-web/pull/745#discussion_r1633036672
########## docs/content/posts/2024-06-14-release-1.19.1.md: ########## @@ -0,0 +1,171 @@ +--- +title: "Apache Flink 1.19.1 Release Announcement" +date: "2024-06-14T00:00:00.000Z" +aliases: +- /news/2024/06/14/release-1.19.1.html +authors: +- hong: + name: "Hong" + twitter: "hlteoh2" +--- + +The Apache Flink Community is pleased to announce the first bug fix release of the Flink 1.19 series. + +This release includes 44 bug fixes, vulnerability fixes, and minor improvements for Flink 1.19. +Below you will find a list of all bugfixes and improvements (excluding improvements to the build infrastructure and build stability). For a complete list of all changes see: Review Comment: Removed the below JIRAs from release notes. Will add as comment on PR ### Subtask - [FLINK-33816](https://issues.apache.org/jira/browse/FLINK-33816) - SourceStreamTaskTest.testTriggeringStopWithSavepointWithDrain failed due async checkpoint triggering not being completed - [FLINK-34707](https://issues.apache.org/jira/browse/FLINK-34707) - Update japicmp configuration - [FLINK-34712](https://issues.apache.org/jira/browse/FLINK-34712) - Update reference data for Migration Tests ### Bug - [FLINK-26515](https://issues.apache.org/jira/browse/FLINK-26515) - RetryingExecutorTest. testDiscardOnTimeout failed on azure - [FLINK-29114](https://issues.apache.org/jira/browse/FLINK-29114) - TableSourceITCase#testTableHintWithLogicalTableScanReuse sometimes fails with result mismatch - [FLINK-31472](https://issues.apache.org/jira/browse/FLINK-31472) - AsyncSinkWriterThrottlingTest failed with Illegal mailbox thread - [FLINK-34324](https://issues.apache.org/jira/browse/FLINK-34324) - s3_setup is called in test_file_sink.sh even if the common_s3.sh is not sourced - [FLINK-34569](https://issues.apache.org/jira/browse/FLINK-34569) - 'Streaming File Sink s3 end-to-end test' failed - [FLINK-34571](https://issues.apache.org/jira/browse/FLINK-34571) - SortMergeResultPartitionReadSchedulerTest.testOnReadBufferRequestError failed due an assertion - [FLINK-34617](https://issues.apache.org/jira/browse/FLINK-34617) - Correct the Javadoc of org.apache.flink.api.common.time.Time - [FLINK-34622](https://issues.apache.org/jira/browse/FLINK-34622) - Typo of execution_mode configuration name in Chinese document - [FLINK-34933](https://issues.apache.org/jira/browse/FLINK-34933) - JobMasterServiceLeadershipRunnerTest#testResultFutureCompletionOfOutdatedLeaderIsIgnored isn't implemented properly - [FLINK-35000](https://issues.apache.org/jira/browse/FLINK-35000) - PullRequest template doesn't use the correct format to refer to the testing code convention - [FLINK-35383](https://issues.apache.org/jira/browse/FLINK-35383) - Update compatibility matrix to include 1.19 release - [FLINK-35526](https://issues.apache.org/jira/browse/FLINK-35526) - Remove deprecated stedolan/jq Docker image from Flink e2e tests ### Technical Debt - [FLINK-34409](https://issues.apache.org/jira/browse/FLINK-34409) - Increase test coverage for AdaptiveScheduler - [FLINK-34897](https://issues.apache.org/jira/browse/FLINK-34897) - JobMasterServiceLeadershipRunnerTest#testJobMasterServiceLeadershipRunnerCloseWhenElectionServiceGrantLeaderShip needs to be enabled again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
