This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 703c0b1923f2f700f35aaa9f2b8928167a1e17e2 Author: Glaucia <[email protected]> AuthorDate: Sun Jun 25 11:05:33 2023 +0100 adding release notes and preparing pom --- RELEASE_NOTES | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++-------- pom.xml | 12 +++++----- 2 files changed, 67 insertions(+), 15 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6b1424d2..df3d5a2e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,8 +1,8 @@ ============================================================== -Apache Wayang (incubating) 0.6.0 +Apache Wayang (incubating) 1.0.0 ============================================================== -This is the first official release of Apache Wayang (incubating). +This is the first official major release of Apache Wayang (incubating). This release supports the following frameworks: @@ -21,27 +21,79 @@ could be different. New Features ------------ +[WAYANG-34] Terasort +[WAYANG-IDE] Recognition of Scala code in IDE +[WAYANG-8] Inclusion of Python as platform of processing +[WAYANG-211] JVM-platform inside of Python-API +[WAYANG-273] - WebUI Draft +Grep Benchmark +Test classes and operators for Flink +Support for S3 files locations +Initial version of the SQL API and suppport for joins -support M1 ARM architecture Incompatible changes -------------------- -- NONE - +TODO: Check if something here is missing Miscellaneous changes --------------------- -WAYANG-3 Unification of logs -WAYANG-[32, 33, 35, 38] License issues removed +Updates in documentation files: + - README.md + - NOTICE + - DISCLAIMER.md + - Usage instructions + - Add EPL and PD license + +CI updates: + - Protoc + - Skywalking-eyes check + - Deadlink check + - CodeQl Check + - UT check + - Auto Build And Install + - Create Issues from the TODO in the code + - Removed Travis, added Apache Calcite + +Update maven-wrapper to 3.1.0, maven to 3.8.4 for performance improvements +Update .dlc.json +Updates for monitoring the runtime metrics of underlying platform (Spark) +[WAYANG-47] Properties Spark 2.11 updated with Spark version + Known Issues ------------ -WAYANG-23 Iteration Memory Issue Bug Fixes --------- +Delete paranamer-2.3 from dependecies (PR#76) +Code scanning alert (PR#80) +Correction in DistinctOperator for Apache Flink (PR#226) +Fix of broken links +Fix on WayangJoinVisitor +Concat strings vulnerability +[WAYANG-assembly] correction in the folder structure (PR#259) +[WAYANG-48] Fix errors when running WordCount + + +New Contributors +--------- -WAYANG-12 Issues on the compilation -WAYANG-40 Different version of platform depending on the scala version +* @chrisdutz made their first contribution in https://github.com/apache/incubator-wayang/pull/1 +* @2pk03 made their first contribution in https://github.com/apache/incubator-wayang/pull/8 +* @ggevay made their first contribution in https://github.com/apache/incubator-wayang/pull/27 +* @CalvinKirs made their first contribution in https://github.com/apache/incubator-wayang/pull/44 +* @hboutemy made their first contribution in https://github.com/apache/incubator-wayang/pull/77 +* @regaleo605 made their first contribution in https://github.com/apache/incubator-wayang/pull/78 +* @zkaoudi made their first contribution in https://github.com/apache/incubator-wayang/pull/230 +* @JorgeQuiane made their first contribution in https://github.com/apache/incubator-wayang/pull/231 +* @kbeedkar made their first contribution in https://github.com/apache/incubator-wayang/pull/284 +* @bgeng777 made their first contribution in https://github.com/apache/incubator-wayang/pull/301 +* @damik3 made their first contribution in https://github.com/apache/incubator-wayang/pull/304 +* @kmoltke made their first contribution in https://github.com/apache/incubator-wayang/pull/309 +* @michellesackmann made their first contribution in https://github.com/apache/incubator-wayang/pull/310 +* @AdeelAslamUnimore made their first contribution in https://github.com/apache/incubator-wayang/pull/311 +* @ichbinrich made their first contribution in https://github.com/apache/incubator-wayang/pull/315 \ No newline at end of file diff --git a/pom.xml b/pom.xml index e319727f..db4455be 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.wayang</groupId> <artifactId>wayang</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Wayang (incubating)</name> @@ -66,7 +66,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-wayang.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-wayang.git</developerConnection> <url>https://github.com/apache/incubator-wayang</url> - <tag>wayang-0.6.0</tag> + <tag>wayang-0.7.0</tag> </scm> <issueManagement> @@ -175,7 +175,7 @@ <dependency> <groupId>org.apache.wayang</groupId> <artifactId>wayang-resources</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <type>zip</type> <optional>true</optional> </dependency> @@ -1498,11 +1498,11 @@ <releaseProfiles>apache-release</releaseProfiles> <!--<pushChanges>false</pushChanges>--> <!--<dryRun>true</dryRun>--> - <releaseVersion>0.6.0</releaseVersion> + <releaseVersion>0.7.0</releaseVersion> <updateWorkingCopyVersions>true</updateWorkingCopyVersions> <updateDependencies>true</updateDependencies> - <tag>wayang-0.6.0</tag> - <scmReleaseCommitComment>@{prefix} prepare release 0.6.0</scmReleaseCommitComment> + <tag>wayang-0.7.0</tag> + <scmReleaseCommitComment>@{prefix} prepare release 0.7.0</scmReleaseCommitComment> <tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat> <tagNameFormat>v${project.version}</tagNameFormat> </configuration>
