Skip to content

Latest commit

 

History

History
63 lines (33 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

63 lines (33 loc) · 3.61 KB

0.1.3 (2022-12-07)

Features

0.1.2 (2022-04-18)

Features

  • add default client when requested by the test case (#22) (b9b0fd1)

0.1.1 (2021-10-20)

Bug Fixes

  • connection closed should be debug (c17ccd9)

0.1.0 (2021-10-19)

Bug Fixes

Features

  • add ALLOW_ALL and DENY_ALL consts (cacfa5c)
  • add barrier cancel (ac1fe83)
  • add cancel to subscribe (8fe26d0)
  • add syncClient.signalEvent (#5) (d4fc609)
  • log outputs to run.out (760c4bf)
  • record success and failure depending on error (c6083f0)
  • sync primitives, network initialization (#3) (5ee5d6b)
  • use custom error level (2bf3f19)
  • use new sync service (#17) (de977da)

Reverts