# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.

Release Notes for AGE 0.4.0 (alpha)

    Added Auto Group By aggregation support for RETURN and WITH clauses.

    Added support for more input types in aggregate functions.

    Added support for DISTINCT in functions.

    Added explicit type cast from AGTYPEOID to TEXTOID.

    Added explicit type casting Agtype to PG's shortint, int, and Bigint

    Added type casting from AGTYPEOID to INT8OID and FLOATOID. For use with user defined (non-AGE) functions within the cypher query.

    Added overloading for INT8OID mathematical operators.

    Added * and optional edge grammar components.

    Changed input types for typecasting functions to “any”.

    Added support for the DELETE clause.

    Added support for Stored Procedures and PL/pgSQL.

    Added a basic agtype parser for the NodeJS driver.


