This is an automated email from the ASF dual-hosted git repository. aloalt pushed a commit to branch 2pk03-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit ccf52f85bf42efb85068d8103d2bf56d304bce9d Author: Alexander Alten <[email protected]> AuthorDate: Wed Oct 25 17:21:25 2023 +0200 Update RELEASE_NOTES --- RELEASE_NOTES | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6b1424d2..d6d47ea6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,9 +1,7 @@ ============================================================== -Apache Wayang (incubating) 0.6.0 +Apache Wayang (incubating) 0.7.1 ============================================================== -This is the first official release of Apache Wayang (incubating). - This release supports the following frameworks: - Apache Flink v1.7.1 @@ -12,7 +10,7 @@ This release supports the following frameworks: - Java Streams (version depends on the java version) - JDBC-Template - Postgres v9.4.1208 (Implementation JDBC-Template) -- Apache Spark v3.1.2 (scala 12.x) and v2.4.8 (scala 11.x) +- Apache Spark v3.1.2 (scala 2.12) and v2.4.8 (scala 2.11) - SQLite3 v3.8.11.2 (implementation JDBC-Template) NOTE: depending on the scala version the list of the supported platforms available @@ -22,26 +20,9 @@ could be different. New Features ------------ -support M1 ARM architecture +Basic SQL support Incompatible changes -------------------- - NONE - - -Miscellaneous changes ---------------------- - -WAYANG-3 Unification of logs -WAYANG-[32, 33, 35, 38] License issues removed - -Known Issues ------------- - -WAYANG-23 Iteration Memory Issue - -Bug Fixes ---------- - -WAYANG-12 Issues on the compilation -WAYANG-40 Different version of platform depending on the scala version
