Friends,

It's my pleasure to announce the general availability of Neo4j 1.0-b8.
This release has been a few months in the making and we're finally
ready to roll it out. While this is a beta release, we've had later
stage snapshots in production for a couple of months on several
production systems.

It's available here:

   http://neo4j.org/download
   http://dist.neo4j.org/neo-1.0-b8-binary.zip
   http://dist.neo4j.org/neo-1.0-b8-binary.tar.gz

Or, if you're in Maven land, at m2.neo4j.org with group / artifact id:
org.neo4j / neo-1.0-b8

Major changes include:

   o A NeoService.getAllNodes() method for iterating across the entire
node space.
   o A NeoService.getRelationshipTypes() accessor for all relationship
types currently in the underlying storage.
   o Programmatic online backup, enabling you to run an incremental
snapshot backup of a Neo4j instance while it's running. The details
are outlined here: http://wiki.neo4j.org/content/Online_Backup
   o Reduced memory footprint and object allocation, resulting in less
GC thrashing and thereby improved performance.
   o A lot of general performance improvements across the board, but
in particular for traversals.

And lots more. For details, check out the changelog here:

   http://dist.neo4j.org/CHANGES.txt

Happy hacking!

Cheers,

-- 
Emil Eifrém, CEO [e...@neotechnology.com]
Neo Technology, www.neotechnology.com
Cell: +46 733 462 271 | US: 206 403 8808
http://twitter.com/emileifrem
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to