v1.1
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
- @guelfey made their first contribution in #36
- @philippfranke made their first contribution in #37
- @Carelo made their first contribution in #51
- @tretmar made their first contribution in #61
Full Changelog: v1.0...v1.1