DEV Community

Jawad Ali Abbasi
Jawad Ali Abbasi

Posted on

Apache AGE 1.3.0 For PostgreSQL 11 | Features & Bug Fixes

Welcome Back Guys!

In this blog, we will continue on with information about the new releases of Apache AGE.

This one will show all the new features and bug fixes in AGE 1.3.0 for PostgreSQL 11. So let's get to them. Here's a list of all the features and fixes in this version:

( The numbers you see in paranthesis with a hash sign are the issue numbers which you can check in detail in the github link for AGE repository given at the end. )

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.
Fix golang driver workflow (#563)
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)
Modify docker url for JDBC driver tests (#716)
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)
Remove check for scalar agtypes in unwind. (#736)
Update PG11 CI workflows.
Update readme and version for python driver. (#780)

So that's all for this release. Stay tuned for more...

https://age.apache.org/
https://github.com/apache/age

See Ya!

Top comments (0)