Skip to content
This repository has been archived by the owner on Nov 3, 2018. It is now read-only.
Matt Johnson edited this page Sep 5, 2013 · 10 revisions

Temporal Versioning Bundle for RavenDB

This is a custom bundle for RavenDB. The current release requires RavenDB version 2.5.2700 or higher. If you are using a lower version, there are older releases that will work with version 2.0.2330 and higher.

It allows you to make changes to a document that are effective at a particular point in time. Often, this will be "now", but it can easily be a past or future date. All version history is maintained.

The difference between this and Raven's official "Versioning Bundle" is that past changes are not hidden from you. You can load, store, delete, or query at any date - past, present or future.

Please review the detailed documentation, as linked on the right-hand sidebar of this wiki.

Clone this wiki locally