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

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay