Skip to content

Releases: c3re/can2mqtt

v2.3.1

01 Nov 09:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

29 Jul 18:05
Compare
Choose a tag to compare
  • new convertmodes: 2int82ascii, 2uint82ascii,2int162ascii, 2uint162ascii
  • several smaller and larger internal refactorings
  • no breaking changes

v2.2.1

06 Jul 20:11
b48e3b8
Compare
Choose a tag to compare

What's Changed

  • Mention CAN-Interface name on connection error
  • use net/url package to parse URL
  • mqtt-client ID is now lowercase "can2mqtt"

v2.2.0

10 May 19:40
Compare
Choose a tag to compare

What's Changed

  • Restructure and flags by @mxmxchere in #56
  • Set version number inside binary

Full Changelog: v2.1.0...v2.2.0

v2.1.0

10 May 13:55
3c920dd
Compare
Choose a tag to compare

The main change in this release is the usage of a new log-lib. Logging output will look slightly different. Log messages now have a level and are structured.

v2.0.0

06 May 11:24
966136b
Compare
Choose a tag to compare

Breaking Changes

  • Convertmode 4uint82ascii does no longer convert bytes 0,2,4 and 6 but bytes 0-3 (on the CAN side). This change was made to get consistent behavior among all convertmodes. If you need to access uint8 at bytes 0,2,4 and 6 you can choose 8uint82ascii which will convert all bytes

Features

  • New convertmodes: int82ascii, 4int82ascii, 8int82ascii, int162ascii, int322ascii, 2int322ascii, int642ascii each unsigned integer convertmode is now available as signed integer too.
  • better log messages when errors occur

Fixes

Internals

  • convertmodes now use a consistent function signature
  • improved Error-handling

v1.4.4

15 Apr 18:55
3b2e71d
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.8.0 to 0.17.0 in /src by @dependabot in #41

Full Changelog: v1.4.3...v1.4.4

v1.4.3

15 Apr 18:34
c9ada32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

11 Apr 15:00
07cef1e
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20200425230154-ff2c4b7c35a0 to 0.17.0 by @dependabot in #38

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

19 Dec 20:11
Compare
Choose a tag to compare
Bumps go-release action to v1.41

Signed-off-by: Malte Muench <[email protected]>