diff --git a/Makefile b/Makefile index b1d340c78..4b60c7c77 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ OBJS = src/backend/age.o \ EXTENSION = age -DATA = age--1.1.0.sql +DATA = age--1.2.0.sql # sorted in dependency order REGRESS = scan \ diff --git a/README.md b/README.md index e51068ccc..1850a25ee 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@   - +   diff --git a/RELEASE b/RELEASE index a8369970f..d648e27ee 100644 --- a/RELEASE +++ b/RELEASE @@ -15,28 +15,47 @@ # specific language governing permissions and limitations # under the License. -Release Notes for Apache AGE release v1.1.0 +Release Notes for Apache AGE release v1.2.0 -Apache AGE 1.1.0 - Release Notes +Apache AGE 1.2.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. + NOTE: Due to additions to core tables, there is no upgrade path from the + previous version. + + Fix Python driver (#388). + Patch to apply PR (#203) - typos and incorrect hash init. + Update SET clause to support assigning a map (#468). + Fix WHERE clause wrong Expr bug (#339). + Fix multiple typos (#470). + Updated the volatility category (from STABLE to IMMUTABLE) of multiple functions. + Graph naming convention now aligns with Cypher spec. (#349). + Fixed README typos (#436). + Create graph instruction fixed (#414). + Readme added for JDBC driver (#383). + Regression tests added (#341). + Regression tests added (#336). + Updated Python driver Readme for clarity. + Fixed compare_agtype_scalar to only return 1, 0, or -1. + Created complete graph function (#342). + Fix Travis CI warning messages. + Updated Golang version to 1.19 (#373). + Fixed NULL pointer on name compare (#376). + Multiple updates to the README.md file. + Implemented CI testing for Golang Driver (#372). + Modify the Python driver's parameterization. + Added license header to new files that it was missing from. + Modify the Golang driver's usage of parameterization. + Added the ability to pass PostgreSQL parameters to the cypher function (specifically for drivers). + Use Debian Buster base image (#243). + Updated the CONTRIBUTING.md file (#348). + Invalid labels now return NULL instead of erroring out. + Removed incubating from overlooked files. + Fixed Golang driver module. + Removed DISCLAIMER file. + Fixed bug in delete_global_graphs. + Fixed EXPLAIN to allow for nested cypher commands. + Fixed bug with Call, YIELD clause ignores WHERE. + Graph names with empty string '' are now disallowed (#251). + Implement CALL YIELD for cypher functions. + Update NOTICE file. diff --git a/age--1.1.0.sql b/age--1.2.0.sql similarity index 100% rename from age--1.1.0.sql rename to age--1.2.0.sql diff --git a/age.control b/age.control index b0fb1401d..ca11e5db1 100644 --- a/age.control +++ b/age.control @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -default_version = '1.1.0' +default_version = '1.2.0' comment = 'AGE database extension' module_pathname = '$libdir/age'