master
[FLINK-12585][python] Add ExecutionEnvironment and StreamExecutionEnvironment with basic configuration APIs which do not depends on additional classes such as ExecutionConfig.
[FLINK-37505][python] Add pyflink YAML based config support
[FLINK-19153] Remove deprecated ExecutionMode in flink-core module
[FLINK-37154] Introduce ByteArraySchema (#26080)
[FLINK-23033][python] Add the missing ObjectArrayTypeInfo (#16220)
[FLINK-27932][python] Introduce WatermarkStrategy.no_watermarks and WatermarkStrategy.no_watermarks to align with Java API