OrigoDB Core 0.18.0-beta
Pre-release
Pre-release
Lot's of news in this release! Grab the binaries below or install the pre-release package from nuget.
New features
New data types and models included in core:
- GeospatialIndex andGeoPoint types
- GraphModel - A property graph
- Key/Value store model
- RedisModel - a partial implementation of the redis protocol
- MessageBroker model - persistent pub/sub and message queing
- Sql Storage module now included in the core, write the journal to a sql database instead of the file system
- New event - EngineClosing
Changes
- Redesigned Isolation API
- No snapshot on create unless initial model instance is passed to Engine.Create()
- Command.Timestamp and Model.Events removed in favor of ExecutionContext.Current - breaking!
- Proxy now supports overloaded methods and generic arguments
- Documentation now included in repo, so each version will have it's own documentation hosted at origodb.com