|
15 | 15 | # specific language governing permissions and limitations |
16 | 16 | # under the License. |
17 | 17 |
|
18 | | -Release Notes for Apache AGE release v0.7.0 |
| 18 | +Release Notes for Apache AGE release v1.0.0 |
19 | 19 |
|
20 | | -Apache AGE 0.7.0 - Release Notes |
| 20 | +Apache AGE 1.0.0 - Release Notes |
21 | 21 |
|
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