Skip to content

4.0.0-pre.1356

Pre-release
Pre-release
Compare
Choose a tag to compare
@wazzamatazz wazzamatazz released this 18 Jan 10:24
8b593d7

There have been several breaking changes since development on 3.1.0 started, so it makes more sense to bump the version to 4.0.0 at this stage...

Breaking Changes

  • Creating a Variant using a 1-dimensional byte array value will always convert the byte array to ByteString. Deserializing a Variant containing a byte[] value that was serialized using an older version of the toolkit will now create a ByteString variant with no array dimensions specified on the variant instance.
  • The DataCore.Adapter.RealTimeData.DefaultDataFunctions type has moved to the IntelligentPlant.AppStoreConnect.Adapter package.
  • The properties defining boundary values in the DataCore.Adapter.RealTimeData.Utilities.TagValueBucket type have changed. Custom aggregation functions that use boundary values will need to be rewritten to fit the updated model.

What's Changed

Full Changelog: v3.1.0-pre.1342...v4.0.0-pre.XXX