arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 46 forks source link

Trying latest ArangoDB 1.4 and updated travis setup script #158

Closed jsteemann closed 10 years ago

jsteemann commented 10 years ago

Trying newest ArangoDB 1.4 binary (different location) and adjusted TravisCI setup script

frankmayer commented 10 years ago

Ah, great! Thanks.

BTW, In order to get most of the new functionality to the users, I am thinking of releasing the 1.4.0 PHP-Driver immediately, missing two things at the moment. Namely Replication and Async. Do you think it's ok, going on with that and deliver the missing parts a bit later in an 1.4.1 release?

jsteemann commented 10 years ago

I don't think replication is that important in the PHP driver anyway. Async may be nice, but again I don't think it is the most important thing to support.

So please go ahead and release the driver even if not feature-complete.

jsteemann commented 10 years ago

Btw. are Travis builds run for 1.4 version of the driver, too? Do you want me to issue a PR with the Travis adjustments for 1.4 too?

frankmayer commented 10 years ago

No need for that, thanks :+1: I'll merge the devel branch into the 1.4 before release, and adjust some minor things, so it should be fine,

jsteemann commented 10 years ago

Alright! Looking forward to seeing 1.4 in action finally.

frankmayer commented 10 years ago

Yes, 1.4. really is another big achievement, Congratulations!!! :birthday:

BTW, will you re-tag ArangoDB 1.4.0 to include the latest fixes (Mac issues, polymorphic DOCUMENT,... ), or will they be released as 1.4.1? I am asking, since there has not been an official announcement, yet?

jsteemann commented 10 years ago

The packages for 1.4.0 have been built and uploaded already. There hasn't been an announcement yet, but I expect it to be ready soon, making the 1.4.0 release official.

I think the mentioned improvements will make it into a 1.4.1. This is mainly because building the packages takes ages and requires manual work, even though @fceller has automated it to a great deal. We use the OBS to build packages, and sometimes the build creation time is a bit random (we have had build times between half an hour and a few days in the past).

But I don't expect too much time to pass between a 1.4.0 and 1.4.1 release. Normally a lot of things happen directly after the release (feature requests, suggestions, issue reports & fixes).

frankmayer commented 10 years ago

Aha, ok then. Lets light the birthday candles :smile:.

jsteemann commented 10 years ago

@fceller just told me he's waiting for the last package to finish building. For a few hours. :unamused: But we'll be getting there!