ZEISS-PiWeb / PiWeb-Calculated-Characteristics

Provides the business logic for calculated characteristics used by PiWeb applications.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

chore(deps): Bump Zeiss.PiWeb.Api.Rest.Dtos from 8.0.0-beta0034-54 to 8.0.0 in /src #61

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Zeiss.PiWeb.Api.Rest.Dtos from 8.0.0-beta0034-54 to 8.0.0.

Changelog

Sourced from Zeiss.PiWeb.Api.Rest.Dtos's changelog.

Version 8.0.0

======================================================

========================================== New Features

  • Added new package Zeiss.PiWeb.Api.Core ○ contains commonly used core objects with own logic which are no longer simple DTOs, e.g. Attribute, PathInformation, PathElement, InspectionPlanEntity enum as well as their extensions and PathHelper class ○ Attribute and PathElement are now readonly structs to significantly reduce GC pressure and object creation

  • Used readonly lists and collections instead of arrays in many parameters and return types to avoid allocations and save many .ToArrays() when using methods

  • Removed DataCharacteristic since it had no real benefit (simple container for characteristic uuid and the value) ○ replaced by dictionary of uuid and DataValueDto

  • Added request caching, since built-in caching was removed with .NET Core/5 ○ New dependency: CacheCow.Client >= 2.8.3 ○ Provides InMemoryCacheStore (not persistent) ○ Added simple FilesystemCacheStore (persistent) which can be extended ○ Use RestClientBase properties CacheStore and VaryHeaderStore to configure

  • Added RawData methods which accept and return streams

  • Added possibility to clear the access token cache for OAuth

  • Optimized PathInformation and PathHelper to speed up path operations

  • Added support for System.Text.Json serialization ○ Speeds up JSON serialization ○ Package will suport both Newtonsoft.Json and System.Text.Json for a transitional period ○ Newtonsoft.Json may be removed in a future release ○ Configure using optional RestClientBase constructor parameter 'serializer' which can be either the NewtonsoftJsonSerializer or the SystemTextJsonSerializer, default is Newtonsoft

  • Switched from BSD-4-Clause to BSD-3-Clause lincense

  • DataValueDto now implements interface IEquatable

  • Removed .NET Framework 4.8 and .NET Core 3.1 as target frameworks ○ .NET Standard 2.0 stays ○ .NET 5 is updated to .NET 6

========================================== Bugfixes

  • Method CheckCatalogEntryUsage now correctly expects data type short for the entry key
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)