Migration: Introduction to 4.x to 5.0 Migration
Migration from RavenDB 3.x
If you are interested in migrating Client API from earlier version please visit our dedicated article. Current article focuses only on differences between 4.x and 5.0 version of RavenDB Client API.
This section of the documentation discusses differences between 4.x and 5.0 Client API and focuses on giving guides how to finalize the process in as few steps as possible. The major set of changes is related to the introduction of abstract layer over JSON serialization. The changes are relatively small when it comes to migration, but still require few actions like namespace adjustments or document conventions reconfiguration.
Conventions
Please refer to our dedicated conventions migration article available here.