convertersystems / opc-ua-client

Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
403 stars 119 forks source link

What is this mess? #243

Closed djonasdev closed 1 year ago

djonasdev commented 1 year ago

There are now the v3.1.0 and v3.2.0 as a nuget package. Here in the repo there are no such tags. Nobody can look at the source code specifically for this tag. The last release is from November 2020 with tag v3.0.0.

In the last version (v3.2.0), the UaTcpSessionChannel class was removed from the project and no release notes were written about it.

ismdiego commented 1 year ago

@dojo90, the UaTcpSessionChannel now it is called ClientTransportChannel. There have been a lot of changes during a refactor @quinmars (and later @trivalik) did some months ago. Some readme files were updated, but obviously no release notes as you have just discovered.

I understand your frustration, specially if you are in a rush. Anyway, I recommend you to try to calm down a bit and politely ask for the changes and/or the Nuget v3.1.0 and v3.2.0 commits.

ismdiego commented 1 year ago

Probable Nuget version vs repository status

v3.1.0: https://github.com/convertersystems/opc-ua-client/tree/59352073dd229e9e862c5a511173381c2d106b2d v3.1.1: https://github.com/convertersystems/opc-ua-client/tree/f85050373b3753bcbb5889e97f4405c80a18da18 v3.2.0: https://github.com/convertersystems/opc-ua-client/tree/11f54d92589610343a34cb2b4a38eca1736c870f

djonasdev commented 1 year ago

Thank you for your answers 👍