Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 13:29
· 5 commits to main since this release

Release highlights:

  • pkg/rpc #117
  • error handling #111 #119
  • monorepo: readme files got split into pkgs

See breaking changes for migration details.

Changelog

  • c8dcc8f feat(helpers): add pkg/helpers (Add1Block, Add1AsyncBlock, ...) (#118)
  • 4ff4f32 feat(machine): add AddErrState and unified stack traces (#111)
  • ea47293 feat(machine): add EnvLogLevel (#121)
  • 05ee62b feat(machine): add Eval() detection tool (#122)
  • c802348 feat(machine): add Index() and Time.Is(index) (#123)
  • 63168b6 feat(machine): add PanicToErr, PanicToErrState (#119)
  • d160c42 feat(machine): add SetLoggerSimple, SetLoggerEmpty (#112)
  • dba3a89 feat(machine): add new Tracer methods (eg VerifyStates) (#114)
  • c9f1639 feat(machine): add state def manipulations (eg StateAdd) (#115)
  • f91b0f8 feat(rpc): add grpc benchmark (#120)
  • 36297f3 feat(rpc): add pkg/rpc (#117)
  • d19b07c feat(rpc): add rpc tests, including remote machine suite (#113)
  • 5175956 feat(states): add pkg/states (#116)
  • ff305fd feat: release v0.7 (#126)
  • 9144a84 fix(machine): fix test -race (#124)
  • d1c3aa4 refac(telemetry): switch telemetry to Tracer API (#125)