Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@imzhenyu imzhenyu released this 18 Oct 07:27
· 75 commits to master since this release

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

Bug fixes

Backwards-incompatible changes

The service API and the tool API are changed.

Related releases

See here