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

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


The following commit(s) were added to refs/heads/PG12 by this push:
     new 49d0a794 Update files for PG12 AGE release to 1.3.0
49d0a794 is described below

commit 49d0a794724d0ff42844e4f1e3800a5067a926f9
Author: John Gemignani <[email protected]>
AuthorDate: Tue Apr 4 17:17:53 2023 -0700

    Update files for PG12 AGE release to 1.3.0
    
        modified:   Makefile
        modified:   README.md
        modified:   RELEASE
        renamed:    age--1.1.1.sql -> age--1.3.0.sql
        modified:   age.control
---
 Makefile                         |  2 +-
 README.md                        |  6 ++---
 RELEASE                          | 58 ++++++++++++++++++++++++++++++++--------
 age--1.1.1.sql => age--1.3.0.sql |  0
 age.control                      |  2 +-
 5 files changed, 52 insertions(+), 16 deletions(-)

diff --git a/Makefile b/Makefile
index 03d78f12..83f4dfe9 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ OBJS = src/backend/age.o \
 
 EXTENSION = age
 
-DATA = age--1.1.1.sql
+DATA = age--1.3.0.sql
 
 # sorted in dependency order
 REGRESS = scan \
diff --git a/README.md b/README.md
index 5521d399..4b8b968e 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@
   </a>
   &nbsp;
   <a href="https://github.com/apache/age/releases";>
-    <img 
src="https://img.shields.io/badge/Release-v1.1.1-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
+    <img 
src="https://img.shields.io/badge/Release-v1.3.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
   </a>
   &nbsp;
   <a href="https://www.postgresql.org/docs/12/index.html";>
@@ -131,7 +131,7 @@ Apache AGE is intended to be simple to install and run. It 
can be installed with
 &nbsp;Install PosgtreSQL
 </h4>
 
-You will need to install an AGE compatible version of Postgres<a>, for now AGE 
supports Postgres 11 and 12. Supporting the latest versions is on AGE roadmap. 
+You will need to install an AGE compatible version of Postgres<a>, for now AGE 
supports Postgres 11, 12 and 13. Supporting the latest versions is on AGE 
roadmap. 
      
 <h4>
 &nbsp;Install From Package Manager
@@ -158,7 +158,7 @@ You can <a href="https://www.postgresql.org/ftp/source/";> 
download the Postgres
 
 Clone the <a href="https://github.com/apache/age";>github repository</a> or 
download the<a href="https://github.com/apache/age/releases";>download an 
official release.
 </a>
-Run the pg_config utility and check the version of PostgreSQL. Currently, only 
PostgreSQL versions 11 & 12 are supported. If you have any other version of 
Postgres, you will need to install PostgreSQL version 11 & 12.
+Run the pg_config utility and check the version of PostgreSQL. Currently, only 
PostgreSQL versions 11, 12, & 13 are supported. If you have any other version 
of Postgres, you will need to install PostgreSQL version 11, 12, or 13.
 <br>
     
 ```bash
diff --git a/RELEASE b/RELEASE
index f77ba7c0..9ed1c911 100644
--- a/RELEASE
+++ b/RELEASE
@@ -15,17 +15,53 @@
 # specific language governing permissions and limitations
 # under the License.
 
-Release Notes for Apache AGE release v1.1.1 for PG 12
+Release Notes for Apache AGE release v1.3.0 for PG 12
 
-Apache AGE 1.1.1 - Release Notes
+Apache AGE 1.3.0 - Release Notes
 
-    Issue (#318): PGXN Support added. (#367)
-    Add the ability to pass parameters to the cypher function.
-    Modify the python driver's parameterization.
-    Modify the go driver's parameterization.
-    Fix compare_agtype_scalar_values returned result.
-    Implement CI testing for Golang Driver (#372).
-    Update to go version 1.19, as 1.16 is EOL (#373).
-    Issue #388 - Fix python driver build from source (#389).
-    Updated README.
+NOTE: Due to additions to core tables, there is no upgrade path from the
+      previous version.
 
+Implement CALL ...[YIELD] for cypher functions. (#630)
+Graph names with the empty string '' are no more allowed. (#251)
+Fix typos at multiple locations. (#470)
+Fix Bug with CALL... [YIELD], clause ignores WHERE.
+Fix EXPLAIN to allow for nested cypher commands.
+Fix delete_global_graphs and add regression tests. (#336)
+Invalid labels now return NULL.
+Update CONTRIBUTING.md (#348)
+Fix null pointer on name compare. (#376)
+Fix Travis CI warning messages.
+Additional regression tests added for age_global_graph. (#341)
+Readme Added for AGE-JDBC-Driver. (#383)
+Updated volitility categories for many functions.
+Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
+Create complete graph function. (#342) (#662)
+Fix issue 317: Graph naming convention. (#349)
+Update SET clause to support assigning a map to a variable. (#468)
+Patch to address PR 203 that appears to be inactive. (#671)
+Add additional comments for create_graph function. (#582)
+Optimize age_exists function. (#586)
+Implement plus-equal operator in SET clause. (#638)
+Implement CI test for python driver. (#587)
+Move from travis CI to github actions for build. (#673)
+Update all driver CIs to Github actions.
+Fix build warnings. (#709)
+Updated Readme for drivers folder. (#642)
+Removed async from function definitions. (#680)
+Barbell graph generation (#648) and Barbell regress tests. (#708)
+UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
+Fix WITH ignoring WHERE clause. (#646)
+Implement isEmpty() predicate function. (#710)
+Fix cypher function input argument checks. (#718)
+Fix Issue 693 - server termination from return exists(path). (#721)
+Update regression tests for cypher_with. (#725)
+Fix issue 733 - create_complete_graph() terminates the server. (#734)
+Prevent MATCH from following OPTIONAL MATCH. (#740)
+Fix property constraints against resolved variables. (#724) (#751) (#701) 
(#747)
+Include invalid labels in reused variables. (#751) (#762)
+Fix update_entity_tuple to use correct CommandId. (#769)
+Remove check for scalar agtypes in unwind. (#736)
+Update PG13 CI workflows. (#775)
+Update readme and version for python driver. (#780)
+Update README.md
diff --git a/age--1.1.1.sql b/age--1.3.0.sql
similarity index 100%
rename from age--1.1.1.sql
rename to age--1.3.0.sql
diff --git a/age.control b/age.control
index f72364d6..e746aa83 100644
--- a/age.control
+++ b/age.control
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-default_version = '1.1.1'
+default_version = '1.3.0'
 comment = 'AGE database extension'
 module_pathname = '$libdir/age'
 

Reply via email to