DEV Community

Cover image for Apache AGE 1.3 Release for PostgreSQL 13
Wendel Fernandes de Lana
Wendel Fernandes de Lana

Posted on

Apache AGE 1.3 Release for PostgreSQL 13

Apache AGE has released a new version that is compatible with PostgreSQL version 13. This is great news for developers as they can now take advantage of Postgres' 13 features and improvements in performance. Besides, this new release has added new features and enhancements to the Apache AGE too.

Some of the key updates and fixes include the implementation of CALL ... [YIELD] for cypher functions, disallowing graph names with the empty string, and the optimization of the age_exists function. Additionally, there are fixes for various bugs related to clauses, commands, and labeling.

The CALL clause is an essential feature in database programming, which allows programmers to invoke a deployed procedure within the database. Additionally, the YIELD sub-clause enables the selection of specific result fields that are to be returned as newly-bound variables from the procedure call. This provides users with greater flexibility and control over the returned data, allowing for further processing within the remaining query.

I recommend taking a look at the full release notes for more detailed informations. Overall, this new version of Apache AGE should provide developers with improved functionality and performance.

Apache AGE website: https://age.apache.org
Apache AGE repository: https://github.com/apache/age
Release branch: https://github.com/apache/age/tree/release/PG13/1.3.0

Top comments (0)