Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 11

2023-05-11 Thread Tito Osadebey
+1
Checked the following :
- Signature and Hash. (Checked).
- License and Notice. (Checked)

On Tue, May 9, 2023, 20:46 John Gemignani  wrote:

> Dear Apache Community,
>
> Since there are no objections, I am closing the DISCUSS thread and will
> open the official VOTE thread for Apache AGE 1.3.0 for PostgreSQL 11
> shortly.
>
> Thank you for your time.
>
> John Gemignani
>
> On Tue, May 9, 2023 at 11:14 AM Muhammad Shoaib  >
> wrote:
>
> > +1 Looks good to me.
> >
> > I have checked the following
> >
> > - Signature and hash - check.
> > - LICENSE and NOTICE - check.
> > - No unexpected binary files - check.
> >
> > Ciao,
> > Shoaib
> >
> >
> > On Wed, May 3, 2023 at 8:51 PM Muneeb Khan 
> > wrote:
> >
> > > +1
> > > - Signature and hash - checked.
> > > - LICENSE and NOTICE - checked.
> > > - No unexpected binary files - checked.
> > > - Merged Pull Requests - checked.
> > >
> > > Thanks
> > >
> > > On Fri, Apr 28, 2023 at 11:52 PM John Gemignani <
> > > john.gemign...@bitnine.net>
> > > wrote:
> > >
> > > > Dear Apache Community,
> > > >
> > > > We would like to open a discussion for the Apache AGE release 1.3.0
> for
> > > > PostgreSQL 11.
> > > >
> > > > To learn more about Apache AGE, please see http://age.apache.org/
> > > >
> > > > Functionalities included and addressed in this release are:
> > > >
> > > > *
> > > > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> > > >
> > > > Add additional comments for create_graph function. (#582)
> > > > Optimize age_exists function. (#586)
> > > > Implement plus-equal operator in SET clause. (#638)
> > > > Implement CI test for python driver. (#587)
> > > > Move from travis CI to github actions for build. (#673)
> > > > Update all driver CIs to Github actions.
> > > > Fix build warnings.
> > > > Fix golang driver workflow (#563)
> > > > Updated Readme for drivers folder. (#642)
> > > > Removed async from function definitions. (#680)
> > > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > > > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > > > Modify docker url for JDBC driver tests (#716)
> > > > Fix WITH ignoring WHERE clause. (#646)
> > > > Implement isEmpty() predicate function. (#710)
> > > > Fix cypher function input argument checks. (#718)
> > > > Fix Issue 693 - server termination from return exists(path). (#721)
> > > > Update regression tests for cypher_with. (#725)
> > > > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > > > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > > > Fix property constraints against resolved variables. (#724) (#751)
> > (#701)
> > > > (#747)
> > > > Include invalid labels in reused variables. (#751) (#762)
> > > > Remove check for scalar agtypes in unwind. (#736)
> > > > Update PG11 CI workflows.
> > > > Update readme and version for python driver. (#780)
> > > > Update README.md
> > > > *
> > > >
> > > > The git tag to be discussed and voted on:
> > > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > > >
> > > > The git commit hash:
> > > > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> > > >
> > > > The release files for 1.3.0, can be found at:
> > > > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> > > >
> > > > Signatures used for AGE RCs can be found in this file:
> > > > https://downloads.apache.org/age/KEYS
> > > >
> > > > The fingerprint of key to sign release artifacts:
> > > > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > > >
> > > > For information about the contents of this release see:
> > > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > > >
> > > > Please verify the above links, files, and signatures in addition to
> > > sharing
> > > > your thoughts and feedback and if we can call for a vote.
> > > >
> > > > Thank you for your time.
> > > >
> > > > John Gemignani
> > > >
> > >
> >
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 11

2023-05-09 Thread John Gemignani
Dear Apache Community,

Since there are no objections, I am closing the DISCUSS thread and will
open the official VOTE thread for Apache AGE 1.3.0 for PostgreSQL 11
shortly.

Thank you for your time.

John Gemignani

On Tue, May 9, 2023 at 11:14 AM Muhammad Shoaib 
wrote:

> +1 Looks good to me.
>
> I have checked the following
>
> - Signature and hash - check.
> - LICENSE and NOTICE - check.
> - No unexpected binary files - check.
>
> Ciao,
> Shoaib
>
>
> On Wed, May 3, 2023 at 8:51 PM Muneeb Khan 
> wrote:
>
> > +1
> > - Signature and hash - checked.
> > - LICENSE and NOTICE - checked.
> > - No unexpected binary files - checked.
> > - Merged Pull Requests - checked.
> >
> > Thanks
> >
> > On Fri, Apr 28, 2023 at 11:52 PM John Gemignani <
> > john.gemign...@bitnine.net>
> > wrote:
> >
> > > Dear Apache Community,
> > >
> > > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > > PostgreSQL 11.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionalities included and addressed in this release are:
> > >
> > > *
> > > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> > >
> > > Add additional comments for create_graph function. (#582)
> > > Optimize age_exists function. (#586)
> > > Implement plus-equal operator in SET clause. (#638)
> > > Implement CI test for python driver. (#587)
> > > Move from travis CI to github actions for build. (#673)
> > > Update all driver CIs to Github actions.
> > > Fix build warnings.
> > > Fix golang driver workflow (#563)
> > > Updated Readme for drivers folder. (#642)
> > > Removed async from function definitions. (#680)
> > > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > > Modify docker url for JDBC driver tests (#716)
> > > Fix WITH ignoring WHERE clause. (#646)
> > > Implement isEmpty() predicate function. (#710)
> > > Fix cypher function input argument checks. (#718)
> > > Fix Issue 693 - server termination from return exists(path). (#721)
> > > Update regression tests for cypher_with. (#725)
> > > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > > Fix property constraints against resolved variables. (#724) (#751)
> (#701)
> > > (#747)
> > > Include invalid labels in reused variables. (#751) (#762)
> > > Remove check for scalar agtypes in unwind. (#736)
> > > Update PG11 CI workflows.
> > > Update readme and version for python driver. (#780)
> > > Update README.md
> > > *
> > >
> > > The git tag to be discussed and voted on:
> > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > >
> > > The git commit hash:
> > > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> > >
> > > The release files for 1.3.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> > >
> > > Signatures used for AGE RCs can be found in this file:
> > > https://downloads.apache.org/age/KEYS
> > >
> > > The fingerprint of key to sign release artifacts:
> > > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > >
> > > For information about the contents of this release see:
> > > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> > >
> > > Please verify the above links, files, and signatures in addition to
> > sharing
> > > your thoughts and feedback and if we can call for a vote.
> > >
> > > Thank you for your time.
> > >
> > > John Gemignani
> > >
> >
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 11

2023-05-09 Thread Muhammad Shoaib
+1 Looks good to me.

I have checked the following

- Signature and hash - check.
- LICENSE and NOTICE - check.
- No unexpected binary files - check.

Ciao,
Shoaib


On Wed, May 3, 2023 at 8:51 PM Muneeb Khan 
wrote:

> +1
> - Signature and hash - checked.
> - LICENSE and NOTICE - checked.
> - No unexpected binary files - checked.
> - Merged Pull Requests - checked.
>
> Thanks
>
> On Fri, Apr 28, 2023 at 11:52 PM John Gemignani <
> john.gemign...@bitnine.net>
> wrote:
>
> > Dear Apache Community,
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 11.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> > *
> > Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> >
> > Add additional comments for create_graph function. (#582)
> > Optimize age_exists function. (#586)
> > Implement plus-equal operator in SET clause. (#638)
> > Implement CI test for python driver. (#587)
> > Move from travis CI to github actions for build. (#673)
> > Update all driver CIs to Github actions.
> > Fix build warnings.
> > Fix golang driver workflow (#563)
> > Updated Readme for drivers folder. (#642)
> > Removed async from function definitions. (#680)
> > Barbell graph generation (#648) and Barbell regress tests. (#708)
> > Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> > Modify docker url for JDBC driver tests (#716)
> > Fix WITH ignoring WHERE clause. (#646)
> > Implement isEmpty() predicate function. (#710)
> > Fix cypher function input argument checks. (#718)
> > Fix Issue 693 - server termination from return exists(path). (#721)
> > Update regression tests for cypher_with. (#725)
> > Fix issue 733 - create_complete_graph() terminates the server. (#734)
> > Prevent MATCH from following OPTIONAL MATCH. (#740)
> > Fix property constraints against resolved variables. (#724) (#751) (#701)
> > (#747)
> > Include invalid labels in reused variables. (#751) (#762)
> > Remove check for scalar agtypes in unwind. (#736)
> > Update PG11 CI workflows.
> > Update readme and version for python driver. (#780)
> > Update README.md
> > *
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > The git commit hash:
> > commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> >
> > The release files for 1.3.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> >
> > For information about the contents of this release see:
> > https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> >
> > Please verify the above links, files, and signatures in addition to
> sharing
> > your thoughts and feedback and if we can call for a vote.
> >
> > Thank you for your time.
> >
> > John Gemignani
> >
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 11

2023-05-03 Thread Muneeb Khan
+1
- Signature and hash - checked.
- LICENSE and NOTICE - checked.
- No unexpected binary files - checked.
- Merged Pull Requests - checked.

Thanks

On Fri, Apr 28, 2023 at 11:52 PM John Gemignani 
wrote:

> Dear Apache Community,
>
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> Please verify the above links, files, and signatures in addition to sharing
> your thoughts and feedback and if we can call for a vote.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 11

2023-05-03 Thread Eya Badal
Looks good to me!!

I checked the following:

- Signature and hash - check.
- LICENSE and NOTICE - check.
- No unexpected binary files - check.

Thank you!! 

On 2023/04/28 18:52:32 John Gemignani wrote:
> Dear Apache Community,
> 
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 11.
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> Functionalities included and addressed in this release are:
> 
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
> 
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
> 
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> 
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
> 
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
> 
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
> 
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> 
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
> 
> Please verify the above links, files, and signatures in addition to sharing
> your thoughts and feedback and if we can call for a vote.
> 
> Thank you for your time.
> 
> John Gemignani
> 


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 11

2023-05-01 Thread Dehowe Feng
+1 binding,

looking forward to this release.

On Fri, Apr 28, 2023 at 11:52 AM John Gemignani 
wrote:

> Dear Apache Community,
>
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> Please verify the above links, files, and signatures in addition to sharing
> your thoughts and feedback and if we can call for a vote.
>
> Thank you for your time.
>
> John Gemignani
>