Just updated the repository sample

Hi all,

As you may be aware, we’re removing the $streamCreated event which currently appears in all streams. This is currently done on the development branch, and can affect how you compute expected versions for things. I’ve updated the sample code for the getting started series on the WithoutStreamCreated branch.

https://github.com/EventStore/getting-started-with-event-store/tree/WithoutStreamCreated

Specifically note the changes in the save method and in the get specific version by ID method!

Cheers,

James

So if I was doing development right now how many days until this is released as the next version of GES? Should I aim for the development version or get a off-by-one error in a month?

We’re aiming for a v2.0.0 which has some major things including this shortly (in around 2 weeks).

In short, if you need to go to production immediately, use the stable binaries, if not I’d use the development version.

Cheers,

James