Skip to content

Releases: cailloumajor/opcua-proxy

v0.7.3

18 May 16:37
802f65a
Compare
Choose a tag to compare

0.7.3 (2022-05-18)

Bug Fixes

  • deps: update module github.com/avast/retry-go/v4 to v4.0.5 (dfaeced)
  • deps: update module github.com/go-kit/log to v0.2.1 (218a893)

v0.7.2

12 May 16:17
e931ea3
Compare
Choose a tag to compare

0.7.2 (2022-05-12)

Bug Fixes

  • deps: update dependency golang to v1.18.2 (2e4b9cf)

v0.7.1

06 May 15:43
ab16ce0
Compare
Choose a tag to compare

0.7.1 (2022-05-06)

Bug Fixes

  • deps: update module github.com/gopcua/opcua to v0.3.4 (6f0aa70)

v0.7.0

29 Apr 11:24
0f15df8
Compare
Choose a tag to compare

0.7.0 (2022-04-29)

Features

  • add a message to centrifugo subscribe success reply (58087e0)

v0.6.0

28 Apr 20:41
7e594f7
Compare
Choose a tag to compare

0.6.0 (2022-04-28)

⚠ BREAKING CHANGES

  • change heartbeat status code order

Features

  • change heartbeat status code order (729a632)

v0.5.0

27 Apr 12:24
1e45921
Compare
Choose a tag to compare

0.5.0 (2022-04-27)

Features

  • add heartbeat publication (182e743)
  • docs: add heartbeat in the flow chart (7ca3ad5)

v0.4.1

25 Apr 16:23
d0cd77e
Compare
Choose a tag to compare

0.4.1 (2022-04-25)

Bug Fixes

  • deps: update module github.com/avast/retry-go/v4 to v4.0.4 (a12b2ea)
  • deps: update module github.com/gopcua/opcua to v0.3.3 (a0cd79c)

v0.4.0

25 Mar 22:48
be4a566
Compare
Choose a tag to compare

0.4.0 (2022-03-25)

⚠ BREAKING CHANGES

  • add nodes data values on-demand reading
  • rename the project

Features

  • add nodes data values on-demand reading (b1fce4d)

Bug Fixes

  • disable client MIME sniffing (36e2515)
  • prevent variable capture (c4a0fbf)

Code Refactoring

v0.3.0

23 Mar 10:36
13683a4
Compare
Choose a tag to compare

0.3.0 (2022-03-23)

Features

  • add healthcheck tooling (ea3b43e)
  • check centrifugo server for health status (c34c1ce)

Bug Fixes

  • check Centrifugo address and namespace (e8eacf0)
  • more consistent exit code (4027831)
  • outdated log message (9595278)
  • skip tidy logic if monitor does not have (6a082a3)

v0.2.0

17 Mar 20:51
0063b1c
Compare
Choose a tag to compare

0.2.0 (2022-03-17)

⚠ BREAKING CHANGES

  • flexible monitored nodes type

Features

  • add OPC-UA client retrying code (945c2ba)

Bug Fixes

  • add missing mutex lock (0a8c6de)
  • create a dummy subscription (dd32433)
  • decoding error caused by nil field (103259b)
  • deps: update module github.com/gopcua/opcua to v0.3.2 (72b3d80)
  • do not call Publish if GetDataChange returns (9016a80)
  • keep monitor at the end of actors stack (7af2ba4)
  • refactor monitor internal data (cab7429)

Code Refactoring

  • flexible monitored nodes type (59d54c2)