Skip to content

v1.1

Compare
Choose a tag to compare
@Carelo Carelo released this 08 Feb 15:09
· 62 commits to master since this release
8b31e0d

What's Changed

  • fix: flush read buffer before writing request by @guelfey in #36
  • chore: bump build image to go 1.15 by @philippfranke in #37
  • fix(ci): enable --init for docker run by @jhedev in #38
  • feat(cmd/modbus-cli): support coil read by @frzifus in #39
  • feat: add property based tests for encoding/decoding by @jhedev in #33
  • Add connect delay by @andig in #44
  • Use current go idioms by @andig in #43
  • fix: print original function code for exceptions by @guelfey in #47
  • fix: retry reading query response on transaction id mismatch by @guelfey in #49
  • feat(tcpclient): added skipping of transaction mismatches by more than one packet by @Carelo in #51
  • Wrap open error with device name for context by @andig in #54
  • Use time.Since by @andig in #57
  • Fix Modbus-CLI for WriteMultipleRegisters by @tretmar in #61
  • feat(cmd/modbus-cli): support writing single coil by @frzifus in #42
  • feat(modbus-cli): add option to print out different encoding options by @tretmar in #62

New Contributors

Full Changelog: v1.0...v1.1