Announcing the release of Apache AGE 1.1.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 1.1.0
Date: 2022-09-05 07:05:15
Message-ID: 166236151562.1235914.16593661104722894872@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

# Apache AGE Team has released version 1.1.0 of Apache AGE

Apache AGE is a PostgreSQL extension that provides graph database functionality.

AGE (A Graph Extension) is inspired by AgensGraph, a multi-model database Bitnine built from PostgreSQL 10. The goal of the project is to apply graph processing and analytics to relational databases, enabling both the ANSI-SQL and openCypher.

## Release Notes For v1.1.0

**Following changes are made this release:**

- Support for Agtype containment ops and GIN Indices.
- Add CALL [YIELD] grammar rules for the implementation of CALL procedures.
- VLE path variable integration performance patch.
- Improve WHERE clause performance and support index scans.
- Allow global graph contexts to see currentCommandIds.
- Cache Agtype and GRAPHID OIDs.
- Allow lists and maps to be used in the SET clause.
- Fix bug in aggregate function collect().
- Fix Bug in WHERE clause and property constraints.
- Fix VLE local cache bug (crash).
- Fix bug where integers were not being serialized correctly when stored in GIN indices.
- Fix the VLE peek_stack_head routine to return a NULL if the stack is NULL.
- Fix MERGE visibility in chained commands, SET specifically.
- Fix github issue [#212](https://github.com/apache/age/pull/212) - Add access operator (`->`, `->>`) to Agtype.
- Fix github issue [#220](https://github.com/apache/age/issues/220) - fix local cached contexts for static procedures.
- Fix github issue [#224](https://github.com/apache/age/pull/224) - fix regression tests to fix issues on mac with trigonometric functions.
- Fix github issue [#235](https://github.com/apache/age/issues/235) - when MERGE and SET were used together.
- Fix github issue [#240](https://github.com/apache/age/issues/240) - negative array bounds.
- Fix github issue [#240](https://github.com/apache/age/issues/240) - negative array bounds - addendum.
- Updated README.

----------

Please see the repository for details : [https://github.com/apache/age/releases/tag/v1.1.0-rc0](https://github.com/apache/age/releases/tag/v1.1.0-rc0)

Please feel free to send us an inquiry/idea regarding our project to Eya eya(dot)abdisho(at)bitnine(dot)net (Chair of Apache AGE)

Github Issues : [https://github.com/apache/age/issues](https://github.com/apache/age/issues)

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Code of Conduct Committee via PostgreSQL Announce 2022-09-06 06:05:24 Call for New Members for the Community Code of Conduct Committee
Previous Message Psycopg Development Team via PostgreSQL Announce 2022-08-31 08:12:54 Psycopg 3.1 released