By now most people likely to be subscribed to this list have already likely seen the twitter feed or the blog post, but just a quick note to say that we’ve just put up a public release candidate for what we hope is to be version 3.0.0 of Event Store.
1) Get it at geteventstore.com/downloads
2) It has clustering (EventStore.ClusterNode.exe)
3) It has in memory mode (--mem-db)
4) It has Mac OS X binaries
There are a couple of known outstanding issues which we’re working to fix, but it would be great to get as much feedback as possible from the community!
Are you planning to publish .net client API (nuget or binaries) as well? I’m having some difficulties using client build from source (something with json.net - still looking into it)?
oh, really. I’ve looked ~4 hours ago and missed it
One more question - I can see that you have updated your web site as well and commercial page is missing. Does this mean you are changing your pricing model as well? As far as I remember HA version was ~1.3pounds/year?
I am also evaluating to start use the in memory mode for integration tests but also the soft stream deletion should be cool for this topic. My setUps and tearDowns will become less tricky.
As Greg says the default delete over HTTP is now a soft delete. However, the default delete through the .NET client is a hard delete which does not allow stream re-creation.
Furthermore while soft deletes can help during testing, in-memory is almost certainly better - unless you’re careful about how you construct your assertions on event numbers, if you’re making any. After a soft delete, stream numbers will not start at 0.
So with the default behaviour I get a soft delete but the re-created stream it will start from the stream number next to the last one of the deleted stream?
Maybe I am missing something about $tb. I am reading a discussion now, maybe it is simple than I am thinking.