Announcing the release of Apache AGE 0.5.0

From: Apache AGE via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Announcing the release of Apache AGE 0.5.0
Date: 2021-08-22 02:12:29
Message-ID: 162959834949.28125.12975399964690408987@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

# Apache AGE Team has released version 0.5.0 of Apache AGE

Apache AGE is a PostgreSQL extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine's fork of PostgreSQL 10, AgensGraph, which is a multi-model database. The goal of the project is to create single storage that can handle both relational and graph model data so that users can use standard ANSI SQL along with openCypher, the Graph query language.

---

## Release Notes For v0.5.0

### The release supports the following:
- Added Support for Agtype to be used in Hash Joins
- Added Support for DELETE to be the last clause in a Cypher statement
- Fixed a bug where DELETE, REMOVE, and SET would not update a vertex/edge
- Added support for SKIP and LIMIT as sub-clauses for the WITH and RETURN statement
- Added support for CASE statement
- Added support for PostgreSQL EXPLAIN utility command
- Added operator overload for agtype to numeric
- Added ANTLR4 grammar file to be used with the JDBC and NodeJS drivers
- Added NULL regression tests
- Added label function

---

Please see the repository for details : [https://github.com/apache/incubator-age/releases/tag/v0.5.0](https://github.com/apache/incubator-age/releases/tag/v0.5.0)
Please feel free to use and send us an inquiry/idea about our project to Eya [eya(dot)abdisho(at)bitnine(dot)net](eya(dot)abdisho(at)bitnine(dot)net) (Apache AGE's active Committer)
Github Issues : [https://github.com/apache/incubator-age/issues](https://github.com/apache/incubator-age/issues)

Browse pgsql-announce by date

  From Date Subject
Next Message PWN via PostgreSQL Announce 2021-08-23 15:31:07 PostgreSQL Weekly News - August 22, 2021
Previous Message WAL-G via PostgreSQL Announce 2021-08-17 12:51:50 WAL-G 1.1 released