Release Notes for Apache AGE release 1.7.0 for PG17 branch
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
Fix upgrade script for 1.6.0 to 1.7.0 (#2320)
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)
Fix issue with CALL/YIELD for user defined and qualified functions. (#2217)