|
15 | 15 | # specific language governing permissions and limitations
|
16 | 16 | # under the License.
|
17 | 17 |
|
18 |
| -Release Notes for Apache AGE release v1.3.0 for PG 12 |
| 18 | +Release Notes for Apache AGE release v1.4.0 for PG 12 |
19 | 19 |
|
20 |
| -Apache AGE 1.3.0 - Release Notes |
| 20 | +Apache AGE 1.4.0 - Release Notes |
21 | 21 |
|
22 |
| -NOTE: Due to additions to core tables, there is no upgrade path from the |
23 |
| - previous version. |
| 22 | +NOTE: Some of these reference the master branch PR that was |
| 23 | + either applied to lower versions via a separate PR or |
| 24 | + merged into a newly created branch. |
24 | 25 |
|
25 |
| -Implement CALL ...[YIELD] for cypher functions. (#630) |
26 |
| -Graph names with the empty string '' are no more allowed. (#251) |
27 |
| -Fix typos at multiple locations. (#470) |
28 |
| -Fix Bug with CALL... [YIELD], clause ignores WHERE. |
29 |
| -Fix EXPLAIN to allow for nested cypher commands. |
30 |
| -Fix delete_global_graphs and add regression tests. (#336) |
31 |
| -Invalid labels now return NULL. |
32 |
| -Update CONTRIBUTING.md (#348) |
33 |
| -Fix null pointer on name compare. (#376) |
34 |
| -Fix Travis CI warning messages. |
35 |
| -Additional regression tests added for age_global_graph. (#341) |
36 |
| -Readme Added for AGE-JDBC-Driver. (#383) |
37 |
| -Updated volitility categories for many functions. |
38 |
| -Fix issue 339 - entities in WHERE clause have wrong Expr. (#391) |
39 |
| -Create complete graph function. (#342) (#662) |
40 |
| -Fix issue 317: Graph naming convention. (#349) |
41 |
| -Update SET clause to support assigning a map to a variable. (#468) |
42 |
| -Patch to address PR 203 that appears to be inactive. (#671) |
43 |
| -Add additional comments for create_graph function. (#582) |
44 |
| -Optimize age_exists function. (#586) |
45 |
| -Implement plus-equal operator in SET clause. (#638) |
46 |
| -Implement CI test for python driver. (#587) |
47 |
| -Move from travis CI to github actions for build. (#673) |
48 |
| -Update all driver CIs to Github actions. |
49 |
| -Fix build warnings. |
50 |
| -Updated Readme for drivers folder. (#642) |
51 |
| -Removed async from function definitions. (#680) |
52 |
| -Barbell graph generation (#648) and Barbell regress tests. (#708) |
53 |
| -UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706) |
54 |
| -Fix WITH ignoring WHERE clause. (#646) |
55 |
| -Implement isEmpty() predicate function. (#710) |
56 |
| -Fix cypher function input argument checks. (#718) |
57 |
| -Fix Issue 693 - server termination from return exists(path). (#721) |
58 |
| -Update regression tests for cypher_with. (#725) |
59 |
| -Fix issue 733 - create_complete_graph() terminates the server. (#734) |
60 |
| -Prevent MATCH from following OPTIONAL MATCH. (#740) |
61 |
| -Fix property constraints against resolved variables. (#724) (#751) (#701) (#747) |
62 |
| -Include invalid labels in reused variables. (#751) (#762) |
63 |
| -Fix update_entity_tuple to use correct CommandId. (#769) |
64 |
| -Remove check for scalar agtypes in unwind. (#736) |
65 |
| -Update PG12 CI workflows. (#776) |
66 |
| -Update readme and version for python driver. (#780) |
67 |
| -Update README.md |
| 26 | +Added license in Python driver README.md (#956) |
| 27 | +Added the toStringList() function (#1128) |
| 28 | +Added toBooleanList() (#1165) |
| 29 | +Added toFloatList() function (#1016) |
| 30 | +Added toIntegerList() function (#1025) |
| 31 | +Added regression tests for MATCH clause using labels only (#1019) |
| 32 | +Added REGTYPEOID to toString function (#1036) |
| 33 | +Added Dockerfile.dev & move docker-related files to "docker/" (#943) |
| 34 | +Fixed complex MERGE causes crash (#897) (#961) |
| 35 | +Fixed docker build files (#1104) |
| 36 | +Fixed case sensitivity on label usage of reserved keyword (#1040) |
| 37 | +Fixed issue 1000: Indexes created on WHERE (#1133) |
| 38 | +Fixed issue 1002: Invalid reuse of variables in MATCH clause (#1003) |
| 39 | +Fixed issue 1033: access operator on vle edge lists (#1037) |
| 40 | +Fixed issue 1043: ERROR: container must be an array or object (#1046) |
| 41 | +Fixed issue 1124: Segmentation fault when using specific tables (#1125) |
| 42 | +Fixed issue 395: ERROR: container is not an agtype array (#1039) |
| 43 | +Fixed issue 870: regarding orderability and added regression tests (#994) |
| 44 | +Fixed issue 876: column reference "_age_default_alias_0" is ambiguous (#931) |
| 45 | +Fixed issue 975: Invalid reuse of variables in CREATE clause (#977) |
| 46 | +Fixed issue 989: Impossible to create array with > 100 items (#1001) |
| 47 | +Fixed memory leak issues with age_load (#1142) |
| 48 | +Fixed memory leaks in MERGE (merge_edge & merge_vertex) (#958) |
| 49 | +Fixed MERGE crashes due to incorrect label type (#957) |
| 50 | +Fixed MERGE variable reuse (#997) |
| 51 | +Fixed misspellings in many AGE files (#985) |
| 52 | +Fixed warning messages in DockerHub builds. (#1075) |
| 53 | +Modified test_agtypes to view useful testing message (#992) |
| 54 | +Optimised Antlr4ResultHandler initialization (#1169) |
| 55 | +Updated CIs to pull correct image based on branch (#1105) |
| 56 | +Updated files, format, and version information (#1063) |
| 57 | +Updated README. |
0 commit comments