blob: 33e7f08942978dd3f13f0cc1742548cba6046330 [file] [log] [blame]
# 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 Apache AGE release v0.7.0
Apache AGE 0.7.0 - Release Notes
Refactor and bug fix of DELETEs usage of currentCommandId.
Add Labels creation functions (issue #115).
Refactor and bug fix of SETs usage of currentCommandId.
Add regular expression comparisons with ‘~=’.
Add relationships() function.
Add range() function.
Add keys() function.
Update README.
Add labels() function.
Add nodes() function.
Add XOR operator.
Fix Mac OS X compilation (issue #82).
Create issue templates (issue #90).
Fix nodejs driver (issue #104).
Add reverse() function for lists.
Refactor code for CREATE vertex and edge labels (issue #136).
Add AGTYPE parser and driver support to Python and Golang.
Fix incorrect parse tree for EXISTS (issue #141).
Add VLE core to the MATCH clause.
Fix licensing issues in the master branch.
Refactor VLE edge uniqueness.
Add AGTYPE and GRAPHID send and receive functions.
Add precision parameter to round().
Fix SET clause (issue #165).
Add typecasting to int4[].
Updated documentation.
Add new docker file.
Add zero boundary case to VLE.
Add ASF licenses for Python and Golang drivers.
Fix for zero boundary case.
Fix for paths of length one.