You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by Nicholas Sorrell <ni...@cint.io> on 2022/03/15 19:03:00 UTC

[VOTE] Apache AGE 1.0.0 Release

Dear Apache Community,

This is an official vote for the Apache AGE release 1.0.0 that we have been working towards.

To learn more about Apache AGE, please see http://age.apache.org/

Functionality included and addressed in this release:

  - 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)

*****************************************************************

The git tag to be discussed and voted upon:
https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0

The git commit hash:
      commit 6660aa419f967118cfba20f554b0db1549bb15f7

The release files for 1.0.0, can be found at:
 https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/

Signatures used for AGE RCs can be found in this file:
https://downloads.apache.org/incubator/age/KEYS

The fingerprint of key to sign release artifacts:
      C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499

For information about the contents of this release, see:
https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0

*****************************************************************

Please vote:

[ ] +1 Release this package as Apache AGE 1.0.0
[ ] 0  I won't get in the way
[ ] -1 Do not release this package because ...


This vote will be open for 72 hours.

Thank you for your time.


Best Regards,
Nick Sorrell

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by Muhammad Usama <m....@agedb.io>.
+1 for me.

Thanks
Best Regards
Muhammad Usama

On Fri, Mar 18, 2022 at 6:23 AM Jasper Blues <ja...@liberation-data.com>
wrote:

> +1
>
> Releasing early and often helps the project to get traction.
>
> There is already a valuable feature set, that can benefit the community.
>
> There is a roadmap.
>
> It has been clearly communicated what to expect and what not to expect
> with this first cut.
>
> Onwards and upwards.
>
>
> > On Mar 16, 2022, at 3:03 AM, Nicholas Sorrell <ni...@cint.io> wrote:
> >
> > Dear Apache Community,
> >
> > This is an official vote for the Apache AGE release 1.0.0 that we have
> been working towards.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionality included and addressed in this release:
> >
> >  - 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)
> >
> > *****************************************************************
> >
> > The git tag to be discussed and voted upon:
> > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> >
> > The git commit hash:
> >      commit 6660aa419f967118cfba20f554b0db1549bb15f7
> >
> > The release files for 1.0.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/incubator/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> >      C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> >
> > For information about the contents of this release, see:
> > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> >
> > *****************************************************************
> >
> > Please vote:
> >
> > [ ] +1 Release this package as Apache AGE 1.0.0
> > [ ] 0  I won't get in the way
> > [ ] -1 Do not release this package because ...
> >
> >
> > This vote will be open for 72 hours.
> >
> > Thank you for your time.
> >
> >
> > Best Regards,
> > Nick Sorrell
>
>

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by Jasper Blues <ja...@liberation-data.com>.
+1

Releasing early and often helps the project to get traction. 

There is already a valuable feature set, that can benefit the community. 

There is a roadmap. 

It has been clearly communicated what to expect and what not to expect with this first cut. 

Onwards and upwards. 


> On Mar 16, 2022, at 3:03 AM, Nicholas Sorrell <ni...@cint.io> wrote:
> 
> Dear Apache Community,
> 
> This is an official vote for the Apache AGE release 1.0.0 that we have been working towards.
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> Functionality included and addressed in this release:
> 
>  - 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)
> 
> *****************************************************************
> 
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> 
> The git commit hash:
>      commit 6660aa419f967118cfba20f554b0db1549bb15f7
> 
> The release files for 1.0.0, can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
> 
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
> 
> The fingerprint of key to sign release artifacts:
>      C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> 
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> 
> *****************************************************************
> 
> Please vote:
> 
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
> 
> 
> This vote will be open for 72 hours.
> 
> Thank you for your time.
> 
> 
> Best Regards,
> Nick Sorrell


Re: [VOTE] Apache AGE 1.0.0 Release

Posted by John Gemignani <jo...@bitnine.net>.
+1

On Thu, Mar 17, 2022 at 5:28 PM Josh Innis <jo...@gmail.com> wrote:

> +1
>
> On Thu, Mar 17, 2022 at 3:25 PM Nicholas Sorrell <ni...@cint.io> wrote:
>
> > Reminder, the vote is scheduled to close in less than 24 hours.
> >
> > Please vote:
> >
> > [ ] +1 Release this package as Apache AGE 1.0.0
> > [ ] 0  I won't get in the way
> > [ ] -1 Do not release this package because ...
> > ________________________________
> > From: Nicholas Sorrell <ni...@cint.io>
> > Sent: Tuesday, March 15, 2022 3:03:00 PM
> > To: dev@age.apache.org <de...@age.apache.org>
> > Subject: [VOTE] Apache AGE 1.0.0 Release
> >
> > Dear Apache Community,
> >
> > This is an official vote for the Apache AGE release 1.0.0 that we have
> > been working towards.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionality included and addressed in this release:
> >
> >   - 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)
> >
> > *****************************************************************
> >
> > The git tag to be discussed and voted upon:
> > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> >
> > The git commit hash:
> >       commit 6660aa419f967118cfba20f554b0db1549bb15f7
> >
> > The release files for 1.0.0, can be found at:
> >  https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/incubator/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> >       C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> >
> > For information about the contents of this release, see:
> > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> >
> > *****************************************************************
> >
> > Please vote:
> >
> > [ ] +1 Release this package as Apache AGE 1.0.0
> > [ ] 0  I won't get in the way
> > [ ] -1 Do not release this package because ...
> >
> >
> > This vote will be open for 72 hours.
> >
> > Thank you for your time.
> >
> >
> > Best Regards,
> > Nick Sorrell
> >
>

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by Josh Innis <jo...@gmail.com>.
+1

On Thu, Mar 17, 2022 at 3:25 PM Nicholas Sorrell <ni...@cint.io> wrote:

> Reminder, the vote is scheduled to close in less than 24 hours.
>
> Please vote:
>
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
> ________________________________
> From: Nicholas Sorrell <ni...@cint.io>
> Sent: Tuesday, March 15, 2022 3:03:00 PM
> To: dev@age.apache.org <de...@age.apache.org>
> Subject: [VOTE] Apache AGE 1.0.0 Release
>
> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.0.0 that we have
> been working towards.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionality included and addressed in this release:
>
>   - 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)
>
> *****************************************************************
>
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> The git commit hash:
>       commit 6660aa419f967118cfba20f554b0db1549bb15f7
>
> The release files for 1.0.0, can be found at:
>  https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
>       C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
>
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> *****************************************************************
>
> Please vote:
>
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
>
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
>
> Best Regards,
> Nick Sorrell
>

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by Nicholas Sorrell <ni...@cint.io>.
Reminder, the vote is scheduled to close in less than 24 hours.

Please vote:

[ ] +1 Release this package as Apache AGE 1.0.0
[ ] 0  I won't get in the way
[ ] -1 Do not release this package because ...
________________________________
From: Nicholas Sorrell <ni...@cint.io>
Sent: Tuesday, March 15, 2022 3:03:00 PM
To: dev@age.apache.org <de...@age.apache.org>
Subject: [VOTE] Apache AGE 1.0.0 Release

Dear Apache Community,

This is an official vote for the Apache AGE release 1.0.0 that we have been working towards.

To learn more about Apache AGE, please see http://age.apache.org/

Functionality included and addressed in this release:

  - 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)

*****************************************************************

The git tag to be discussed and voted upon:
https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0

The git commit hash:
      commit 6660aa419f967118cfba20f554b0db1549bb15f7

The release files for 1.0.0, can be found at:
 https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/

Signatures used for AGE RCs can be found in this file:
https://downloads.apache.org/incubator/age/KEYS

The fingerprint of key to sign release artifacts:
      C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499

For information about the contents of this release, see:
https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0

*****************************************************************

Please vote:

[ ] +1 Release this package as Apache AGE 1.0.0
[ ] 0  I won't get in the way
[ ] -1 Do not release this package because ...


This vote will be open for 72 hours.

Thank you for your time.


Best Regards,
Nick Sorrell

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by Young Seung Andrew Ko <yo...@gmail.com>.
A reminder

This voting is closed and has been reopened with a title  "[VOTE] Apache
AGE 1.0.0-rc1 Release"

Thanks

On Thu, Mar 31, 2022 at 5:14 PM VUONG QUOC Viet <vq...@bitnine.net> wrote:

> +1
>
> On Thu, Mar 31, 2022 at 3:04 AM John Gemignani <john.gemignani@bitnine.net
> >
> wrote:
>
> > Hi Dmitry,
> >
> > We do very much appreciate your activity however,...
> >
> > This is a thread for voting on a specific release and whether all the
> files
> > meet Apache's criteria. Please do not reply to it with anything unrelated
> > to the specific release. Releases are generally frozen, meaning nothing
> new
> > will get added.
> >
> > For future reference, questions like this should be posted on github or
> in
> > a different email thread.
> >
> > Thanks,
> >
> > john
> >
> > On Wed, Mar 30, 2022 at 8:06 AM Dmitry Dorofeev <di...@yasp.com> wrote:
> >
> > > Hi all,
> > >
> > > If we are not releasing 1.0.0 right now, can anyone check typo issue
> > > https://github.com/apache/incubator-age/pull/203
> > >
> > > It would be nice if it is fixed in release 1.0
> > >
> > > Thanks,
> > >
> > > -D.
> > >
> > > On 30.03.2022 15:37 PM, Nicholas Sorrell wrote:
> > > >
> > > > I am closing this vote to address the issues noted by Trista. I will
> > > open a new vote thread for the new release candidate after the issues
> are
> > > resolved.
> > > >
> > > > Thanks,
> > > > Nick
> > > >
> > > > ________________________________
> > > > From: hannkenn@163.com <ha...@163.com> on behalf of Juan Pan <
> > > panjuan@apache.org>
> > > > Sent: Tuesday, March 29, 2022 3:41 AM
> > > > To: dev@age.apache.org <de...@age.apache.org>
> > > > Cc: dev@age.apache.org <de...@age.apache.org>
> > > > Subject: Re:[VOTE] Apache AGE 1.0.0 Release
> > > >
> > > > Hello,
> > > >
> > > >
> > > > There are some issues from my side, could anyone give it a look?
> > > > 1. Copyright 2021-> Copyright 2022 on NOTICE
> > > > 2. The unzipped directory of `apache-age-1.0.0-incubating-src.tar.gz`
> > is
> > > `git_apache-age-1.0.0-incubating`?
> > > >
> > > >
> > > > Thanks,
> > > > Trista
> > > >
> > >
> >
> ------------------------------------------------------------------------------
> > > > Trista Pan
> > > > Twitter & Github: tristaZero
> > > >
> > > >
> > > >
> > > >
> > > > On 03/16/2022 03:03,Nicholas Sorrell<ni...@cint.io> wrote:
> > > > Dear Apache Community,
> > > >
> > > > This is an official vote for the Apache AGE release 1.0.0 that we
> have
> > > been working towards.
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > > Functionality included and addressed in this release:
> > > >
> > > > - 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)
> > > >
> > > > *****************************************************************
> > > >
> > > > The git tag to be discussed and voted upon:
> > > > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> > > >
> > > > The git commit hash:
> > > > commit 6660aa419f967118cfba20f554b0db1549bb15f7
> > > >
> > > > The release files for 1.0.0, can be found at:
> > > > https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
> > > >
> > > > Signatures used for AGE RCs can be found in this file:
> > > > https://downloads.apache.org/incubator/age/KEYS
> > > >
> > > > The fingerprint of key to sign release artifacts:
> > > > C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> > > >
> > > > For information about the contents of this release, see:
> > > > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> > > >
> > > > *****************************************************************
> > > >
> > > > Please vote:
> > > >
> > > > [ ] +1 Release this package as Apache AGE 1.0.0
> > > > [ ] 0  I won't get in the way
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > >
> > > > This vote will be open for 72 hours.
> > > >
> > > > Thank you for your time.
> > > >
> > > >
> > > > Best Regards,
> > > > Nick Sorrell
> > > >
> > >
> >
>

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by VUONG QUOC Viet <vq...@bitnine.net>.
+1

On Thu, Mar 31, 2022 at 3:04 AM John Gemignani <jo...@bitnine.net>
wrote:

> Hi Dmitry,
>
> We do very much appreciate your activity however,...
>
> This is a thread for voting on a specific release and whether all the files
> meet Apache's criteria. Please do not reply to it with anything unrelated
> to the specific release. Releases are generally frozen, meaning nothing new
> will get added.
>
> For future reference, questions like this should be posted on github or in
> a different email thread.
>
> Thanks,
>
> john
>
> On Wed, Mar 30, 2022 at 8:06 AM Dmitry Dorofeev <di...@yasp.com> wrote:
>
> > Hi all,
> >
> > If we are not releasing 1.0.0 right now, can anyone check typo issue
> > https://github.com/apache/incubator-age/pull/203
> >
> > It would be nice if it is fixed in release 1.0
> >
> > Thanks,
> >
> > -D.
> >
> > On 30.03.2022 15:37 PM, Nicholas Sorrell wrote:
> > >
> > > I am closing this vote to address the issues noted by Trista. I will
> > open a new vote thread for the new release candidate after the issues are
> > resolved.
> > >
> > > Thanks,
> > > Nick
> > >
> > > ________________________________
> > > From: hannkenn@163.com <ha...@163.com> on behalf of Juan Pan <
> > panjuan@apache.org>
> > > Sent: Tuesday, March 29, 2022 3:41 AM
> > > To: dev@age.apache.org <de...@age.apache.org>
> > > Cc: dev@age.apache.org <de...@age.apache.org>
> > > Subject: Re:[VOTE] Apache AGE 1.0.0 Release
> > >
> > > Hello,
> > >
> > >
> > > There are some issues from my side, could anyone give it a look?
> > > 1. Copyright 2021-> Copyright 2022 on NOTICE
> > > 2. The unzipped directory of `apache-age-1.0.0-incubating-src.tar.gz`
> is
> > `git_apache-age-1.0.0-incubating`?
> > >
> > >
> > > Thanks,
> > > Trista
> > >
> >
> ------------------------------------------------------------------------------
> > > Trista Pan
> > > Twitter & Github: tristaZero
> > >
> > >
> > >
> > >
> > > On 03/16/2022 03:03,Nicholas Sorrell<ni...@cint.io> wrote:
> > > Dear Apache Community,
> > >
> > > This is an official vote for the Apache AGE release 1.0.0 that we have
> > been working towards.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionality included and addressed in this release:
> > >
> > > - 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)
> > >
> > > *****************************************************************
> > >
> > > The git tag to be discussed and voted upon:
> > > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> > >
> > > The git commit hash:
> > > commit 6660aa419f967118cfba20f554b0db1549bb15f7
> > >
> > > The release files for 1.0.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
> > >
> > > Signatures used for AGE RCs can be found in this file:
> > > https://downloads.apache.org/incubator/age/KEYS
> > >
> > > The fingerprint of key to sign release artifacts:
> > > C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> > >
> > > For information about the contents of this release, see:
> > > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> > >
> > > *****************************************************************
> > >
> > > Please vote:
> > >
> > > [ ] +1 Release this package as Apache AGE 1.0.0
> > > [ ] 0  I won't get in the way
> > > [ ] -1 Do not release this package because ...
> > >
> > >
> > > This vote will be open for 72 hours.
> > >
> > > Thank you for your time.
> > >
> > >
> > > Best Regards,
> > > Nick Sorrell
> > >
> >
>

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by John Gemignani <jo...@bitnine.net>.
Hi Dmitry,

We do very much appreciate your activity however,...

This is a thread for voting on a specific release and whether all the files
meet Apache's criteria. Please do not reply to it with anything unrelated
to the specific release. Releases are generally frozen, meaning nothing new
will get added.

For future reference, questions like this should be posted on github or in
a different email thread.

Thanks,

john

On Wed, Mar 30, 2022 at 8:06 AM Dmitry Dorofeev <di...@yasp.com> wrote:

> Hi all,
>
> If we are not releasing 1.0.0 right now, can anyone check typo issue
> https://github.com/apache/incubator-age/pull/203
>
> It would be nice if it is fixed in release 1.0
>
> Thanks,
>
> -D.
>
> On 30.03.2022 15:37 PM, Nicholas Sorrell wrote:
> >
> > I am closing this vote to address the issues noted by Trista. I will
> open a new vote thread for the new release candidate after the issues are
> resolved.
> >
> > Thanks,
> > Nick
> >
> > ________________________________
> > From: hannkenn@163.com <ha...@163.com> on behalf of Juan Pan <
> panjuan@apache.org>
> > Sent: Tuesday, March 29, 2022 3:41 AM
> > To: dev@age.apache.org <de...@age.apache.org>
> > Cc: dev@age.apache.org <de...@age.apache.org>
> > Subject: Re:[VOTE] Apache AGE 1.0.0 Release
> >
> > Hello,
> >
> >
> > There are some issues from my side, could anyone give it a look?
> > 1. Copyright 2021-> Copyright 2022 on NOTICE
> > 2. The unzipped directory of `apache-age-1.0.0-incubating-src.tar.gz` is
> `git_apache-age-1.0.0-incubating`?
> >
> >
> > Thanks,
> > Trista
> >
> ------------------------------------------------------------------------------
> > Trista Pan
> > Twitter & Github: tristaZero
> >
> >
> >
> >
> > On 03/16/2022 03:03,Nicholas Sorrell<ni...@cint.io> wrote:
> > Dear Apache Community,
> >
> > This is an official vote for the Apache AGE release 1.0.0 that we have
> been working towards.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionality included and addressed in this release:
> >
> > - 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)
> >
> > *****************************************************************
> >
> > The git tag to be discussed and voted upon:
> > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> >
> > The git commit hash:
> > commit 6660aa419f967118cfba20f554b0db1549bb15f7
> >
> > The release files for 1.0.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/incubator/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> > C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
> >
> > For information about the contents of this release, see:
> > https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
> >
> > *****************************************************************
> >
> > Please vote:
> >
> > [ ] +1 Release this package as Apache AGE 1.0.0
> > [ ] 0  I won't get in the way
> > [ ] -1 Do not release this package because ...
> >
> >
> > This vote will be open for 72 hours.
> >
> > Thank you for your time.
> >
> >
> > Best Regards,
> > Nick Sorrell
> >
>

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by Dmitry Dorofeev <di...@yasp.com>.
Hi all,

If we are not releasing 1.0.0 right now, can anyone check typo issue 
https://github.com/apache/incubator-age/pull/203

It would be nice if it is fixed in release 1.0

Thanks,

-D.

On 30.03.2022 15:37 PM, Nicholas Sorrell wrote:
>
> I am closing this vote to address the issues noted by Trista. I will open a new vote thread for the new release candidate after the issues are resolved.
>
> Thanks,
> Nick
>
> ________________________________
> From: hannkenn@163.com <ha...@163.com> on behalf of Juan Pan <pa...@apache.org>
> Sent: Tuesday, March 29, 2022 3:41 AM
> To: dev@age.apache.org <de...@age.apache.org>
> Cc: dev@age.apache.org <de...@age.apache.org>
> Subject: Re:[VOTE] Apache AGE 1.0.0 Release
>
> Hello,
>
>
> There are some issues from my side, could anyone give it a look?
> 1. Copyright 2021-> Copyright 2022 on NOTICE
> 2. The unzipped directory of `apache-age-1.0.0-incubating-src.tar.gz` is `git_apache-age-1.0.0-incubating`?
>
>
> Thanks,
> Trista
> ------------------------------------------------------------------------------
> Trista Pan
> Twitter & Github: tristaZero
>
>
>
>
> On 03/16/2022 03:03,Nicholas Sorrell<ni...@cint.io> wrote:
> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.0.0 that we have been working towards.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionality included and addressed in this release:
>
> - 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)
>
> *****************************************************************
>
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> The git commit hash:
> commit 6660aa419f967118cfba20f554b0db1549bb15f7
>
> The release files for 1.0.0, can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
>
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> *****************************************************************
>
> Please vote:
>
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
>
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
>
> Best Regards,
> Nick Sorrell
>

Re: Re:[VOTE] Apache AGE 1.0.0 Release

Posted by Nicholas Sorrell <ni...@cint.io>.

I am closing this vote to address the issues noted by Trista. I will open a new vote thread for the new release candidate after the issues are resolved.

Thanks,
Nick

________________________________
From: hannkenn@163.com <ha...@163.com> on behalf of Juan Pan <pa...@apache.org>
Sent: Tuesday, March 29, 2022 3:41 AM
To: dev@age.apache.org <de...@age.apache.org>
Cc: dev@age.apache.org <de...@age.apache.org>
Subject: Re:[VOTE] Apache AGE 1.0.0 Release

Hello,


There are some issues from my side, could anyone give it a look?
1. Copyright 2021-> Copyright 2022 on NOTICE
2. The unzipped directory of `apache-age-1.0.0-incubating-src.tar.gz` is `git_apache-age-1.0.0-incubating`?


Thanks,
Trista
------------------------------------------------------------------------------
Trista Pan
Twitter & Github: tristaZero




On 03/16/2022 03:03,Nicholas Sorrell<ni...@cint.io> wrote:
Dear Apache Community,

This is an official vote for the Apache AGE release 1.0.0 that we have been working towards.

To learn more about Apache AGE, please see http://age.apache.org/

Functionality included and addressed in this release:

- 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)

*****************************************************************

The git tag to be discussed and voted upon:
https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0

The git commit hash:
commit 6660aa419f967118cfba20f554b0db1549bb15f7

The release files for 1.0.0, can be found at:
https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/

Signatures used for AGE RCs can be found in this file:
https://downloads.apache.org/incubator/age/KEYS

The fingerprint of key to sign release artifacts:
C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499

For information about the contents of this release, see:
https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0

*****************************************************************

Please vote:

[ ] +1 Release this package as Apache AGE 1.0.0
[ ] 0  I won't get in the way
[ ] -1 Do not release this package because ...


This vote will be open for 72 hours.

Thank you for your time.


Best Regards,
Nick Sorrell

Re:[VOTE] Apache AGE 1.0.0 Release

Posted by Juan Pan <pa...@apache.org>.
Hello,


There are some issues from my side, could anyone give it a look?
1. Copyright 2021-> Copyright 2022 on NOTICE
2. The unzipped directory of `apache-age-1.0.0-incubating-src.tar.gz` is `git_apache-age-1.0.0-incubating`?


Thanks,
Trista
------------------------------------------------------------------------------
Trista Pan
Twitter & Github: tristaZero




On 03/16/2022 03:03,Nicholas Sorrell<ni...@cint.io> wrote:
Dear Apache Community,

This is an official vote for the Apache AGE release 1.0.0 that we have been working towards.

To learn more about Apache AGE, please see http://age.apache.org/

Functionality included and addressed in this release:

- 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)

*****************************************************************

The git tag to be discussed and voted upon:
https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0

The git commit hash:
commit 6660aa419f967118cfba20f554b0db1549bb15f7

The release files for 1.0.0, can be found at:
https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/

Signatures used for AGE RCs can be found in this file:
https://downloads.apache.org/incubator/age/KEYS

The fingerprint of key to sign release artifacts:
C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499

For information about the contents of this release, see:
https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0

*****************************************************************

Please vote:

[ ] +1 Release this package as Apache AGE 1.0.0
[ ] 0  I won't get in the way
[ ] -1 Do not release this package because ...


This vote will be open for 72 hours.

Thank you for your time.


Best Regards,
Nick Sorrell

Re: [VOTE] Apache AGE 1.0.0 Release

Posted by Muhammad Shoaib <mu...@gmail.com>.
+1 for me.

All requirements have been checked and seems correct. Therefore, I
recommend that the release shall be made.

Ciao,
Shoaib

On Tue, Mar 15, 2022 at 8:03 PM Nicholas Sorrell <ni...@cint.io> wrote:

> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.0.0 that we have
> been working towards.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionality included and addressed in this release:
>
>   - 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)
>
> *****************************************************************
>
> The git tag to be discussed and voted upon:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> The git commit hash:
>       commit 6660aa419f967118cfba20f554b0db1549bb15f7
>
> The release files for 1.0.0, can be found at:
>  https://dist.apache.org/repos/dist/dev/incubator/age/1.0.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/incubator/age/KEYS
>
> The fingerprint of key to sign release artifacts:
>       C3F1 A95F 43D0 CCF6 A5EF  92C5 4E03 406A 5227 E499
>
> For information about the contents of this release, see:
> https://github.com/apache/incubator-age/releases/tag/v1.0.0-rc0
>
> *****************************************************************
>
> Please vote:
>
> [ ] +1 Release this package as Apache AGE 1.0.0
> [ ] 0  I won't get in the way
> [ ] -1 Do not release this package because ...
>
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
>
> Best Regards,
> Nick Sorrell
>