Major features and Improvements
- Service API and Tool API are stabilized in dsn.core (C and C++)
- dsn.dev.cpp as syntactic sugar for cpp service/application development
- code generator for easier cpp development
- dsn.svchost as common rDSN process runner
- with following plugins
- dsn.tools.common
- deployment runtime (e.g., network, aio, lock, timer, perf counters, loggers) on both Windows and Linux
- simple toollets: tracer, profiler, fault injector
- dsn.dist.uri.resolver: a client-side helper module that resolve service URL to target machine address
- dsn.tools.nfs: an implementation of remote file copy based on rpc and aio
- dsn.tools.emulator: an emulation runtime for whole distributed system emulation with auto-test, replay, global state checking, etc.
- dsn.app.simple_kv: an example application module
- dsn.tools.common
Bug fixes
Backwards-incompatible changes
The service API and the tool API are changed.
Related releases
See here