Skip to content

Commit

Permalink
Updates to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrell committed Mar 12, 2022
1 parent bad75c0 commit 6660aa4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma

## Latest happenings

- Latest Apache AGE release, [Apache AGE 0.7.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v0.7.0).
- Latest Apache AGE release, [Apache AGE 1.0.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v1.0.0).
- The latest Apache AGE documentation is now available at [here](https://age.apache.org/docs/master/index.html).
- The roadmap has been updated, please check out the [Apache AGE website](http://age.apache.org/).
- Send all your comments and inquiries to the user mailing list, [email protected].
Expand Down
50 changes: 17 additions & 33 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,22 @@
# specific language governing permissions and limitations
# under the License.

Release Notes for Apache AGE release v0.7.0
Release Notes for Apache AGE release v1.0.0

Apache AGE 0.7.0 - Release Notes
Apache AGE 1.0.0 - Release Notes

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

0 comments on commit 6660aa4

Please sign in to comment.