RavenDB 2.0 Is Out: Over 6 Months of Features, Improvements, and Bug Fixes
Briefly announced by Ayende yesterday, RavenDB’s 2.0 list of improvements and bug fixes is quite long. Digging through his blog, I’ve found this old post summarizing the most interesting features in RavenDB 2.0:
- drastically improved RavenDB Management Studio
- improved operational support—more monitoring data exposed through performance monitors and logs
- core bundles
- Changes() API: a feature that allows subscribing to change events. If you are familiar with CouchDB, this sounds like
_changes. - Async API
- Eval patching: running JS scripts serever side against stored objects
- more authentication options & control
- Indexing optimizations
- Improved map/reduce, facets, IN queries, and sharding
- Support for JOINs
Original title and link: RavenDB 2.0 Is Out: Over 6 Months of Features, Improvements, and Bug Fixes (©myNoSQL)