|
15 | 15 | # specific language governing permissions and limitations |
16 | 16 | # under the License. |
17 | 17 |
|
18 | | -Release Notes for AGE 0.4.0 (alpha) |
19 | | - |
20 | | - Added Auto Group By aggregation support for RETURN and WITH clauses. |
21 | | - |
22 | | - Added support for more input types in aggregate functions. |
23 | | - |
24 | | - Added support for DISTINCT in functions. |
25 | | - |
26 | | - Added explicit type cast from AGTYPEOID to TEXTOID. |
27 | | - |
28 | | - Added explicit type casting Agtype to PG's shortint, int, and Bigint |
29 | | - |
30 | | - Added type casting from AGTYPEOID to INT8OID and FLOATOID. For use with user defined (non-AGE) functions within the cypher query. |
31 | | - |
32 | | - Added overloading for INT8OID mathematical operators. |
33 | | - |
34 | | - Added * and optional edge grammar components. |
35 | | - |
36 | | - Changed input types for typecasting functions to “any”. |
37 | | - |
38 | | - Added support for the DELETE clause. |
39 | | - |
40 | | - Added support for Stored Procedures and PL/pgSQL. |
41 | | - |
42 | | - Added a basic agtype parser for the NodeJS driver. |
43 | | - |
44 | | - |
| 18 | +Release Notes for Apache AGE release v0.5.0 |
| 19 | + |
| 20 | + Added Support for Agtype to be used in Hash Joins |
| 21 | + Added Support for DELETE to be the last clause in a Cypher statement |
| 22 | + Fix a bug where DELETE, REMOVE, and SET would not update a vertex/edge |
| 23 | + Added support for SKIP and LIMIT as sub-clauses for the WITH and RETURN statement |
| 24 | + Added support for CASE statement |
| 25 | + Added support for PostgreSQL EXPLAIN utility command |
| 26 | + Add operator overload for agtype to numeric |
| 27 | + Added ANTLR4 grammar file to be used with the JDBC and NodeJS drivers |
| 28 | + Added NULL regression tests |
| 29 | + Added label function |
0 commit comments