Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Release v0.2.0

Compare
Choose a tag to compare
@AkihiroSuda AkihiroSuda released this 20 May 09:16
· 31 commits to master since this release

Release Note: http://osrg.github.io/namazu/post/release-0-2-0/

Changes from v0.1.2:

  • New project name (Earthquake --> Namazu)
  • New feature: process inspector (useful for reproducing flaky xUnit test failures)
  • New feature: filesystem inspector (found YARN-4301)
  • New feature: Container CLI (Docker-like, human-friendly CLI)
  • New experimental feature: Semi-deterministic replaying API

Changes from v0.2.0-rc2:

  • #146: Reduce CPU consumption
  • #142: New project name (Earthquake --> Namazu)
  • #140: Integrate earthquake-container to earthquake
  • #139: Support static build
  • #137: New experimental feature: Semi-deterministic replaying API
  • #131: New minor feature: Standalone orchestrator
  • Improvement on docs
  • Some minor fixes