Skip to content

Tags: jadell/neo4jphp

Tags

0.1.0

Toggle 0.1.0's commit message
Release 0.1

0.0.7-beta

Toggle 0.0.7-beta's commit message
Retrieve reference node in one operation

Find and return only the first matching relationship
Optionally use HTTPS and basic authentication
Keep index configuration when retrieved from server
Add Memcache caching plugin
Do not allow use if cUrl is not detected
PHAR is uncompressed by default

0.0.6-beta

Toggle 0.0.6-beta's commit message
* Create full-text indexes; easier instantiation of common index types

* Client can be initialized with a string and port instead of a Transport object
* Setting a `null` property has the same effect as removing the property
* Handle scalar values from Gremlin scripts properly
* Cypher and Gremlin queries can take an array of named parameters
* Cypher no longer uses positional parameters
* Use server info to determine Cypher plugin endpoint

0.0.5-beta

Toggle 0.0.5-beta's commit message
Update README and build for 0.0.5-beta release

0.0.4-beta

Toggle 0.0.4-beta's commit message
Version 0.0.4-beta

* Client::getServerInfo() retrieves server information and connection test
* Add to index brought up to Neo4j server 1.5 specification
* Return paths from Cypher queries
* Properly encode URL entities
* Connection and transport errors throw exceptions
* Fix "unable to connect" bug from returning false positive

0.0.3-beta

Toggle 0.0.3-beta's commit message
- Batch operations

- GEOFF import/export
- Persistent cUrl handle
- List relationship type and indexes

0.0.2-beta

Toggle 0.0.2-beta's commit message
Caching and Gremlin support.

0.0.1-beta

Toggle 0.0.1-beta's commit message
First beta release.

Most features implemented.  Stable API.