hlteoh37 commented on code in PR #745: URL: https://github.com/apache/flink-web/pull/745#discussion_r1633022942
########## 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: +[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12354399). + +We highly recommend all users upgrade to Flink 1.19.1. + +# Release Artifacts + +## Maven Dependencies + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>1.19.1</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java</artifactId> + <version>1.19.1</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients</artifactId> + <version>1.19.1</version> +</dependency> +``` + +## Binaries + +You can find the binaries on the updated [Downloads page]({{< relref "downloads" >}}). + +## Docker Images + +* [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=1.19.1) (official images) +* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.19.1) (ASF repository) + +## PyPi + +* [apache-flink==1.19.1](https://pypi.org/project/apache-flink/1.19.1/) + +# Release Notes + + + Release Notes - Flink - Version 1.19.1 + +<h2> Sub-task +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-33816'>FLINK-33816</a>] - SourceStreamTaskTest.testTriggeringStopWithSavepointWithDrain failed due async checkpoint triggering not being completed +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34707'>FLINK-34707</a>] - Update japicmp configuration +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34712'>FLINK-34712</a>] - Update reference data for Migration Tests +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-26515'>FLINK-26515</a>] - RetryingExecutorTest. testDiscardOnTimeout failed on azure +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-26808'>FLINK-26808</a>] - [flink v1.14.2] Submit jobs via REST API not working after set web.submit.enable: false +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-27741'>FLINK-27741</a>] - Fix NPE when use dense_rank() and rank() in over aggregation +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-28693'>FLINK-28693</a>] - Codegen failed if the watermark is defined on a columnByExpression +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-29114'>FLINK-29114</a>] - TableSourceITCase#testTableHintWithLogicalTableScanReuse sometimes fails with result mismatch +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-31223'>FLINK-31223</a>] - sql-client.sh fails to start with ssl enabled +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-31472'>FLINK-31472</a>] - AsyncSinkWriterThrottlingTest failed with Illegal mailbox thread +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-32513'>FLINK-32513</a>] - Job in BATCH mode with a significant number of transformations freezes on method StreamGraphGenerator.existsUnboundedSource() +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-32828'>FLINK-32828</a>] - Partition aware watermark not handled correctly shortly after job start up from checkpoint or savepoint +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-33798'>FLINK-33798</a>] - Automatically clean up rocksdb logs when the task failover. +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34324'>FLINK-34324</a>] - s3_setup is called in test_file_sink.sh even if the common_s3.sh is not sourced +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34379'>FLINK-34379</a>] - table.optimizer.dynamic-filtering.enabled lead to OutOfMemoryError +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34517'>FLINK-34517</a>] - environment configs ignored when calling procedure operation +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34569'>FLINK-34569</a>] - 'Streaming File Sink s3 end-to-end test' failed +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34571'>FLINK-34571</a>] - SortMergeResultPartitionReadSchedulerTest.testOnReadBufferRequestError failed due an assertion +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34616'>FLINK-34616</a>] - python dist doesn't clean when open method construct resource +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34617'>FLINK-34617</a>] - Correct the Javadoc of org.apache.flink.api.common.time.Time +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34622'>FLINK-34622</a>] - Typo of execution_mode configuration name in Chinese document +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34725'>FLINK-34725</a>] - Dockerfiles for release publishing has incorrect config.yaml path +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34933'>FLINK-34933</a>] - JobMasterServiceLeadershipRunnerTest#testResultFutureCompletionOfOutdatedLeaderIsIgnored isn't implemented properly +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34956'>FLINK-34956</a>] - The config type is wrong for Duration +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35000'>FLINK-35000</a>] - PullRequest template doesn't use the correct format to refer to the testing code convention +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35089'>FLINK-35089</a>] - Two input AbstractStreamOperator may throw NPE when receiving RecordAttributes +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35097'>FLINK-35097</a>] - Table API Filesystem connector with 'raw' format repeats last line +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35098'>FLINK-35098</a>] - Incorrect results for queries like "10 >= y" on tables using Filesystem connector and Orc format +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35112'>FLINK-35112</a>] - Membership for Row class does not include field names +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35159'>FLINK-35159</a>] - CreatingExecutionGraph can leak CheckpointCoordinator and cause JM crash +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35169'>FLINK-35169</a>] - Recycle buffers to freeSegments before releasing data buffer for sort accumulator +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35217'>FLINK-35217</a>] - Missing fsync in FileSystemCheckpointStorage +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35351'>FLINK-35351</a>] - Restore from unaligned checkpoints with a custom partitioner fails. +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35358'>FLINK-35358</a>] - Breaking change when loading artifacts +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35383'>FLINK-35383</a>] - Update compatibility matrix to include 1.19 release +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35429'>FLINK-35429</a>] - We don't need introduce getFlinkConfigurationOptions for SqlGatewayRestEndpointFactory#Context +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35526'>FLINK-35526</a>] - Remove deprecated stedolan/jq Docker image from Flink e2e tests +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-34633'>FLINK-34633</a>] - Support unnesting array constants Review Comment: Removed. Thank you for checking! -- 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]
