You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by de...@apache.org on 2022/08/10 20:32:28 UTC

[age] branch master updated: Upgrade AGE version from 1.0.0-->1.1.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b67e00  Upgrade AGE version from 1.0.0-->1.1.0
9b67e00 is described below

commit 9b67e00864e72b7e4d2824544c05f58d1ec92777
Author: Dehowe Feng <de...@gmail.com>
AuthorDate: Wed Aug 10 12:55:46 2022 -0700

    Upgrade AGE version from 1.0.0-->1.1.0
    
    Upgrade AGE version to 1.1.0
---
 Makefile                         |  2 +-
 README.md                        |  2 +-
 RELEASE                          | 40 +++++++++++++++++++++++-----------------
 age--1.0.0.sql => age--1.1.0.sql |  0
 age.control                      |  2 +-
 5 files changed, 26 insertions(+), 20 deletions(-)

diff --git a/Makefile b/Makefile
index deb3b4d..b8ed4f0 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ OBJS = src/backend/age.o \
 
 EXTENSION = age
 
-DATA = age--1.0.0.sql
+DATA = age--1.1.0.sql
 
 # sorted in dependency order
 REGRESS = scan \
diff --git a/README.md b/README.md
index 7484e4d..2854963 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 1.0.0 (https://github.com/apache/age/releases/tag/v1.0.0-rc1).
+- Latest Apache AGE release, [Apache AGE 1.0.0 (https://github.com/apache/age/releases/tag/v1.1.0-rc1).
 - 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 3e70621..a836997 100644
--- a/RELEASE
+++ b/RELEASE
@@ -15,22 +15,28 @@
 # specific language governing permissions and limitations
 # under the License.
 
-Release Notes for Apache AGE release v1.0.0
+Release Notes for Apache AGE release v1.1.0
 
-Apache AGE 1.0.0 - Release Notes 
+Apache AGE 1.1.0 - Release Notes 
+
+    Support for Agtype containment ops and GIN Indices.
+    Add CALL [YIELD] grammar rules for the implementation of CALL procedures.
+    VLE path variable integration performance patch.
+    Improve WHERE clause performance and support index scans.
+    Allow global graph contexts to see currentCommandIds.
+    Cache Agtype and GRAPHID OIDs.
+    Allow lists and maps to be used in the SET clause.
+    Fix bug in aggregate function collect().
+    Fix Bug in WHERE clause and property constraints.
+    Fix VLE local cache bug (crash).
+    Fix bug where integers were not being serialized correctly when stored in GIN indices.
+    Fix the VLE peek_stack_head routine to return a NULL if the stack is NULL.
+    Fix MERGE visibility in chained commands, SET specifically.
+    Fix github issue #212 - Add access operator (`->`, `->>`) to Agtype.
+    Fix github issue #220 - fix local cached contexts for static procedures.
+    Fix github issue #224 - fix regression tests to fix issues on mac with trigonometric functions.
+    Fix github issue #235 - when MERGE and SET were used together.
+    Fix github issue #240 - negative array bounds.
+    Fix github issue #240 - negative array bounds - addendum.
+    Updated README.
 
-    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)
diff --git a/age--1.0.0.sql b/age--1.1.0.sql
similarity index 100%
rename from age--1.0.0.sql
rename to age--1.1.0.sql
diff --git a/age.control b/age.control
index 4e320d0..b0fb140 100644
--- a/age.control
+++ b/age.control
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-default_version = '1.0.0'
+default_version = '1.1.0'
 comment = 'AGE database extension'
 module_pathname = '$libdir/age'