Skip to content

Commit

Permalink
Updates to 1.0.0 (#197)
Browse files Browse the repository at this point in the history
* Updates to 1.0.0

* Updating copyright date in notice
  • Loading branch information
sorrell committed Apr 21, 2022
1 parent 7340abb commit a1f004b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 35 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache AGE (incubating)
Copyright 2021 The Apache Software Foundation.
Copyright 2022 The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Expand Down
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, users@age.apache.org.
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)

3 comments on commit a1f004b

@ghostofstatus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://incubator.apache.org/projects/age.html

I think the date of the news on this page is wrong. Is it correct that AGE1.0.0 was released on April 21, 2021?

@emotionbug
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ghostofstatus
You are right. it released 2022. I think it's a mistake, but I don't know how to correct it.
Please write an issue so that everyone can check.

@ghostofstatus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ghostofstatus You are right. it released 2022. I think it's a mistake, but I don't know how to correct it. Please write an issue so that everyone can check.

Okay, I'll do it

Please sign in to comment.