Skip to content

Commit e36e6d7

Browse files
committed
Change version from 0.4.0 to 0.5.0
1 parent efc069d commit e36e6d7

File tree

5 files changed

+15
-30
lines changed

5 files changed

+15
-30
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ OBJS = src/backend/age.o \
5858

5959
EXTENSION = age
6060

61-
DATA = age--0.4.0.sql
61+
DATA = age--0.5.0.sql
6262

6363
# sorted in dependency order
6464
REGRESS = scan \

RELEASE

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,15 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

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
File renamed without changes.

age.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
default_version = '0.4.0'
18+
default_version = '0.5.0'
1919
comment = 'AGE database extension'
2020
module_pathname = '$libdir/age'
2121

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# The short X.Y version
4444
version = u''
4545
# The full version, including alpha/beta/rc tags
46-
release = u'0.4.0'
46+
release = u'0.5.0'
4747

4848

4949
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)