|
15 | 15 | # specific language governing permissions and limitations
|
16 | 16 | # under the License.
|
17 | 17 |
|
18 |
| -Release Notes for Apache AGE release 0.0.0 for PG 15 |
| 18 | +Release Notes for Apache AGE release 1.4.0 for PostgreSQL version 15 |
19 | 19 |
|
20 |
| -Apache AGE 0.0.0 - Release Notes |
| 20 | +Apache AGE 1.4.0 - Release Notes |
21 | 21 |
|
22 |
| -NOTE: This is an initial release of PG15. There are no upgrade |
23 |
| - scripts to this release. |
| 22 | +NOTE: This is an initial release of Apache AGE for PostgreSQL version |
| 23 | + 15. There are no upgrade scripts to this release. |
24 | 24 |
|
25 |
| -************************************************************** |
26 |
| -***** THIS IS THE MASTER BRANCH TEMPLATE FOR THE RELEASE ***** |
27 |
| -***** FILE. MODIFY AS NECESSARY FOR THE SPECIFIC RELEASE ***** |
28 |
| -************************************************************** |
| 25 | +Added license in Python driver README.md (#956) |
| 26 | +Added the toStringList() function (#1128) |
| 27 | +Added toBooleanList() (#1165) |
| 28 | +Added toFloatList() function (#1016) |
| 29 | +Added toIntegerList() function (#1025) |
| 30 | +Added regression tests for MATCH clause using labels only (#1019) |
| 31 | +Added REGTYPEOID to toString function (#1036) |
| 32 | +Added Dockerfile.dev & move docker-related files to "docker/" (#943) |
| 33 | +Fixed complex MERGE causes crash (#897) (#961) |
| 34 | +Fixed docker build files (#1104) |
| 35 | +Fixed case sensitivity on label usage of reserved keyword (#1040) |
| 36 | +Fixed issue 1000: Indexes created on WHERE (#1133) |
| 37 | +Fixed issue 1002: Invalid reuse of variables in MATCH clause (#1003) |
| 38 | +Fixed issue 1033: access operator on vle edge lists (#1037) |
| 39 | +Fixed issue 1043: ERROR: container must be an array or object (#1046) |
| 40 | +Fixed issue 1124: Segmentation fault when using specific tables (#1125) |
| 41 | +Fixed issue 395: ERROR: container is not an agtype array (#1039) |
| 42 | +Fixed issue 870: regarding orderability and added regression tests (#994) |
| 43 | +Fixed issue 876: column reference "_age_default_alias_0" is ambiguous (#931) |
| 44 | +Fixed issue 975: Invalid reuse of variables in CREATE clause (#977) |
| 45 | +Fixed issue 989: Impossible to create array with > 100 items (#1001) |
| 46 | +Fixed memory leak issues with age_load (#1142) |
| 47 | +Fixed memory leaks in MERGE (merge_edge & merge_vertex) (#958) |
| 48 | +Fixed MERGE crashes due to incorrect label type (#957) |
| 49 | +Fixed MERGE variable reuse (#997) |
| 50 | +Fixed misspellings in many AGE files (#985) |
| 51 | +Fixed warning messages in DockerHub builds. (#1075) |
| 52 | +Modified test_agtypes to view useful testing message (#992) |
| 53 | +Optimised Antlr4ResultHandler initialization (#1169) |
| 54 | +Updated CIs to pull correct image based on branch (#1105) |
| 55 | +Updated files, format, and version information (#1063) |
| 56 | +Updated README. |
0 commit comments