This file will contain all notable changes to this repository. Any new releases with changes will be documented here.
- Log untriggered action if provider isn't running
- Support for updating the SCADA provider configuration
Minor maintenance release.
- Change "connect requested" log from info to debug
- Updated
golang.org/x/net
tov0.7.0
to address numerous CVEs - Updated
golang.org/x/text
tov0.3.8
to address numerous CVEs - Updated
go.mongodb.org/mongo-driver
tov1.5.1
to addressCVE-2021-20329
Minor maintenance release.
- Ensure
New()
has proper semantics
Minor maintenance release.
- Two of the accessors (
LastError
&SessionStatus
) had a data race
- Added data race detection to the github workflow
- Updated
net-rpc-msgpackrp
tov2
to address a diamond dependency problem for projects importing hcp-scada-provider and an older version of hashicorp/go-msgpack
Minor update mainly for the new scada hostname.
- Updated to hcp-sdk-go v0.23.0 to get the new scada public address
- Documented the
SessionStatus
function with better descriptions of the possible statuses - Support for the
ErrInvalidCredentials
error in theLastError
function
First version of the library containing capability to connect to SCADA broker as SCADA provider using HCP identity.