Skip to content

Commit 6660aa4

Browse files
committed
Updates to 1.0.0
1 parent bad75c0 commit 6660aa4

File tree

2 files changed

+18
-34
lines changed

2 files changed

+18
-34
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma
2727

2828
## Latest happenings
2929

30-
- Latest Apache AGE release, [Apache AGE 0.7.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v0.7.0).
30+
- Latest Apache AGE release, [Apache AGE 1.0.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v1.0.0).
3131
- The latest Apache AGE documentation is now available at [here](https://age.apache.org/docs/master/index.html).
3232
- The roadmap has been updated, please check out the [Apache AGE website](http://age.apache.org/).
3333
- Send all your comments and inquiries to the user mailing list, users@age.apache.org.

RELEASE

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

18-
Release Notes for Apache AGE release v0.7.0
18+
Release Notes for Apache AGE release v1.0.0
1919

20-
Apache AGE 0.7.0 - Release Notes
20+
Apache AGE 1.0.0 - Release Notes
2121

22-
Refactor and bug fix of DELETE’s usage of currentCommandId.
23-
Add Labels creation functions (issue #115).
24-
Refactor and bug fix of SET’s usage of currentCommandId.
25-
Add regular expression comparisons with ‘~=’.
26-
Add relationships() function.
27-
Add range() function.
28-
Add keys() function.
29-
Update README.
30-
Add labels() function.
31-
Add nodes() function.
32-
Add XOR operator.
33-
Fix Mac OS X compilation (issue #82).
34-
Create issue templates (issue #90).
35-
Fix nodejs driver (issue #104).
36-
Add reverse() function for lists.
37-
Refactor code for CREATE vertex and edge labels (issue #136).
38-
Add AGTYPE parser and driver support to Python and Golang.
39-
Fix incorrect parse tree for EXISTS (issue #141).
40-
Add VLE core to the MATCH clause.
41-
Fix licensing issues in the master branch.
42-
Refactor VLE edge uniqueness.
43-
Add AGTYPE and GRAPHID send and receive functions.
44-
Add precision parameter to round().
45-
Fix SET clause (issue #165).
46-
Add typecasting to int4[].
47-
Updated documentation.
48-
Add new docker file.
49-
Add zero boundary case to VLE.
50-
Add ASF licenses for Python and Golang drivers.
51-
Fix for zero boundary case.
52-
Fix for paths of length one.
22+
Add an upgrading SQL script file from 0.5.0 to 0.6.0
23+
Add upgrading file age--0.6.0--0.7.0.sql
24+
Refactor function get_agtype_value_object_value
25+
Age load issue (#188)
26+
Refactor agtype_access_operator
27+
Bugfix - Remove INLINE from function declaration
28+
Rebase VLE code
29+
Implement Merge Clause
30+
Bugfix: chained union logic
31+
Allow a path of one vertex
32+
Created functions for load graph from CSV files
33+
Add UNION into EXPLAIN grammar rule
34+
Implement `UNWIND` clause(#173)
35+
Bugfix:(nodejs) Corrects parsing for independence value(#177)
36+
Feat: Implement `OPTIONAL MATCH` (#175)

0 commit comments

Comments
 (0)