master
[FLINK-37505][python] Add pyflink YAML based config support
[FLINK-37154] Introduce ByteArraySchema (#26080)
[hotfix][python] Add version information for the methods defined in CompletableFuture
[FLINK-23115][python] Add ConfigOptions/TableDescriptor/FormatDescriptor/Schema in Python Table API
[FLINK-26477][python] Support side output in Python DataStream API
[FLINK-19153] Remove deprecated ExecutionMode in flink-core module
[FLINK-16522][python] Add support of type hints
[hotfix][python] Move json/avro/csv SerializationSchema implementations into the corresponding files
[FLINK-22927][python] Fix the bug of JobStatus
[hotfix][python] Add the version for the APIs introduced in 1.11.0
[hotfix] Fix typos
[FLINK-14068][core] Removes deprecated org.apache.flink.api.common.time.Time (#25250)
[FLINK-23941][python][docs] Add missing API in PyDocs
[FLINK-22912][python] Support state ttl in Python DataStream API
[FLINK-29648][python] Fix "LocalTimeTypeInfo not supported" error
[FLINK-37625][python] Don't skip type validation for Rows made with positional arguments (#26414)
[FLINK-27932][python] Introduce WatermarkStrategy.no_watermarks and WatermarkStrategy.no_watermarks to align with Java API