You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by em...@apache.org on 2022/04/21 11:48:11 UTC

[incubator-age] branch master updated: Updates to 1.0.0 (#197)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a1f004b  Updates to 1.0.0 (#197)
a1f004b is described below

commit a1f004bfc83ab207972ef17c83379886d1943b52
Author: Nick Sorrell <ni...@gmail.com>
AuthorDate: Thu Apr 21 07:48:06 2022 -0400

    Updates to 1.0.0 (#197)
    
    * Updates to 1.0.0
    
    * Updating copyright date in notice
---
 NOTICE    |  2 +-
 README.md |  2 +-
 RELEASE   | 50 +++++++++++++++++---------------------------------
 3 files changed, 19 insertions(+), 35 deletions(-)

diff --git a/NOTICE b/NOTICE
index 52ae966..282a6fc 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache AGE (incubating)
-Copyright 2021 The Apache Software Foundation.
+Copyright 2022 The Apache Software Foundation.
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
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)