| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| |
| Release Notes for Apache AGE release 1.7.0 for master branch (currently PG18) |
| |
| # |
| # WARNING! |
| # |
| # Please note the upgrade script (age--1.6.0--1.7.0.sql) may take a while to |
| # complete for large graphs, due to creation of indexes for existing labels. |
| # |
| # WARNING! |
| # |
| |
| Apache AGE 1.7.0 - Release Notes |
| |
| Master to PostgreSQL version 18 (#2315) |
| Add RLS support and fix permission checks (#2309) |
| Replace libcsv with pg COPY for csv loading (#2310) |
| Fix Issue 1884: Ambiguous column reference (#2306) |
| Upgrade Jest to v29 for node: protocol compatibility (#2307) |
| Optimize vertex/edge field access with direct array indexing (#2302) |
| feat: Add 32-bit platform support for graphid type (#2286) |
| Fix and improve index.sql addendum (#2301) |
| Fix and improve index.sql regression test coverage (#2300) |
| Fix Issue 2289: handle empty list in IN expression (#2294) |
| Revise README for Python driver updates (#2298) |
| Makefile: fix race condition on cypher_gram_def.h (#2273) |
| Restrict age_load commands (#2274) |
| Migrate python driver configuration to pyproject.toml (#2272) |
| Convert string to raw string to remove invalid escape sequence warning (#2267) |
| Update grammar file for maintainability (#2270) |
| Fix ORDER BY alias resolution with AS in Cypher queries (#2269) |
| Fix possible memory and file descriptors leaks (#2258) |
| Adjust 'could not find rte for' ERROR message (#2266) |
| Fix Issue 2256: segmentation fault when calling coalesce function (#2259) |
| Add index on id columns (#2117) |
| Fix issue 2245 - Creating more than 41 vlabels causes crash in drop_graph (#2248) |
| Fix issue 2243 - Regression in string concatenation (#2244) |
| Add fast functions for checking edge uniqueness (#2227) |
| Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 in /drivers/golang (#2212) |
| Update branch security (#2219) |
| Fix issue with CALL/YIELD for user defined and qualified functions. (#2217) |
| |