arangodb / arangodb-php

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

ArangoDB 3.4 support? #258

Closed sandermarechal closed 5 years ago

sandermarechal commented 5 years ago

When can I expect a release with support for ArangoDB 3.4? Currently there doesn't even appear to be a 3.4 branch.

jsteemann commented 5 years ago

@sandermarechal : we actually started working on it. Latest changes are in the devel branch, but view support is still lacking. When view support has been added, there will be a 3.4 branch.

sandermarechal commented 5 years ago

Thanks. Is the master branch already up-to-date with the rest of ArangoDB 3.4? I mean, does it work without the view stuff?

jsteemann commented 5 years ago

The master branch is still on the state of 3.3 affairs, as by our convention the master branch contains the same state as the latest stable release branch, which currently is 3.3 for the driver. However, I have now created a 3.4 branch in the driver repository. This should already work when connecting to a 3.4 server instance, but it still lacks support for views.

sleto-it commented 5 years ago

Hi -

Basic support for arangosearch views was added in the driver version 3.4.0, via the View and ViewHandler classes.

Driver 3.4.0 has been published - changelog https://github.com/arangodb/arangodb-php/blob/3.4/CHANGELOG.md

Release announcement: https://groups.google.com/forum/#!topic/arangodb-announce/v8D8j88-M-A

Please let us know if there are additional questions or we can consider this resolved

Thanks,

sandermarechal commented 5 years ago

That's great, thanks!