You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by so...@apache.org on 2022/03/12 14:45:19 UTC

[incubator-age] 01/01: Updates to 1.0.0

This is an automated email from the ASF dual-hosted git repository.

sorrell pushed a commit to branch release/1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-age.git

commit 6660aa419f967118cfba20f554b0db1549bb15f7
Author: Nick Sorrell <ni...@cint.io>
AuthorDate: Sat Mar 12 09:44:17 2022 -0500

    Updates to 1.0.0
---
 README.md |  2 +-
 RELEASE   | 50 +++++++++++++++++---------------------------------
 2 files changed, 18 insertions(+), 34 deletions(-)

diff --git a/README.md b/README.md
index b73b67f..622a0b2 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma
 
 ## Latest happenings
 
-- Latest Apache AGE release, [Apache AGE 0.7.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v0.7.0).
+- Latest Apache AGE release, [Apache AGE 1.0.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v1.0.0).
 - The latest Apache AGE documentation is now available at [here](https://age.apache.org/docs/master/index.html).
 - The roadmap has been updated, please check out the [Apache AGE website](http://age.apache.org/).
 - Send all your comments and inquiries to the user mailing list, users@age.apache.org.
diff --git a/RELEASE b/RELEASE
index 33e7f08..3e70621 100644
--- a/RELEASE
+++ b/RELEASE
@@ -15,38 +15,22 @@
 # specific language governing permissions and limitations
 # under the License.
 
-Release Notes for Apache AGE release v0.7.0
+Release Notes for Apache AGE release v1.0.0
 
-Apache AGE 0.7.0 - Release Notes 
+Apache AGE 1.0.0 - Release Notes 
 
-    Refactor and bug fix of DELETE’s usage of currentCommandId.
-    Add Labels creation functions (issue #115).
-    Refactor and bug fix of SET’s usage of currentCommandId.
-    Add regular expression comparisons with ‘~=’.
-    Add relationships() function.
-    Add range() function.
-    Add keys() function.
-    Update README.
-    Add labels() function.
-    Add nodes() function.
-    Add XOR operator.
-    Fix Mac OS X compilation (issue #82).
-    Create issue templates (issue #90).
-    Fix nodejs driver (issue #104).
-    Add reverse() function for lists.
-    Refactor code for CREATE vertex and edge labels (issue #136).
-    Add AGTYPE parser and driver support to Python and Golang.
-    Fix incorrect parse tree for EXISTS (issue #141).
-    Add VLE core to the MATCH clause.
-    Fix licensing issues in the master branch.
-    Refactor VLE edge uniqueness.
-    Add AGTYPE and GRAPHID send and receive functions.
-    Add precision parameter to round().
-    Fix SET clause (issue #165).
-    Add typecasting to int4[].
-    Updated documentation.
-    Add new docker file.
-    Add zero boundary case to VLE.
-    Add ASF licenses for Python and Golang drivers.
-    Fix for zero boundary case.
-    Fix for paths of length one.
+    Add an upgrading SQL script file from 0.5.0 to 0.6.0 
+    Add upgrading file age--0.6.0--0.7.0.sql
+    Refactor function get_agtype_value_object_value
+    Age load issue (#188)
+    Refactor agtype_access_operator
+    Bugfix - Remove INLINE from function declaration
+    Rebase VLE code
+    Implement Merge Clause
+    Bugfix: chained union logic
+    Allow a path of one vertex
+    Created functions for load graph from CSV files 
+    Add UNION into EXPLAIN grammar rule
+    Implement `UNWIND` clause(#173)
+    Bugfix:(nodejs) Corrects parsing for independence value(#177)
+    Feat: Implement `OPTIONAL MATCH` (#175)