Releases: d-velop/dvelop-sdk-cs
Releases · d-velop/dvelop-sdk-cs
Moved to .NET 8
Support for .NET 8
This version will drop .NET prior to .NET8
Please migrate you application to .NET8
What's Changed
- Overide ToString() for Logging Scopes by @ckuetbach in #33
- Better ToString for CustomAttributesLogScope by @ckuetbach in #34
- Feature/additional signature secret by @mkoesem in #35
- Upgrade .NET 8 by @ckuetbach in #37
- update dependencies & remove old ASP.NET Core v2.2 dependencies by @marcelwemhoff in #38
- #39 Dependabot updates by @ckuetbach in #40
- Bump MSTest.TestFramework from 3.6.1 to 3.6.2 by @dependabot in #42
- Bump MSTest.TestAdapter from 3.6.1 to 3.6.2 by @dependabot in #41
- Dotnet8 by @ckuetbach in #43
New Contributors
- @mkoesem made their first contribution in #35
- @marcelwemhoff made their first contribution in #38
Full Changelog: v0.0.10...v0.1.0
Fixed wrong version in come packages
No code changes
Fixed version number
No code changes, fixed version number
Bugfix for potential Security Issue
What's Changed
- Identity Provider app session DTOs + Dashboard DTOs by @sburdinski in #22
- Added some classes for better logging of incoming and outgoing requests by @ckuetbach in #23
- Added the log-category as OTEL log-attribtue by @ckuetbach in #24
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /dvelop-sdk-dash/DashboardDtos by @dependabot in #27
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /dvelop-sdk-identityprovider/IdentityProviderClient by @dependabot in #26
- Fixed handling of invalid auth session id in idp client by @jannikbend in #28
- Create build.yml by @ckuetbach in #29
- GitHub actions by @ckuetbach in #30
New Contributors
- @sburdinski made their first contribution in #22
- @dependabot made their first contribution in #27
- @jannikbend made their first contribution in #28
Full Changelog: v0.0.6...v0.0.8
Added new OTEL Logger
This release includes new projects for an OTEL logging.
Please take a look at #21 for examples.
Also there are some bugfixes included
Changes to the IDP Middleware
- Added a retry-mechanism to the internal IDP client
- Fixed a Bug with wrong cache invalidation within the internal IDP client
- Removed one dependency from the Signing-Package. There was a direct dependency to MCV (not an abstraction of MVC) to Enable Buffering. This made it harder to use this package with dotnet core 3.1. This could be a breaking change, because you will need to EnableBuffering in the Request manually now.
Added some new Features for config-App
Added Categories to ConfigApp DTOs
See:
https://developer.d-velop.de/documentation/capi/en#Config-App-Providingaconfigurationoption
Support for d.velop CloudCenter Lifecycle Events
Support for d.velp Cloud Lifecycle Events.
- Signing Alorithm
- Dtos
https://developer.d-velop.de/documentation/ccapi/de/cloud-center-api-199623589.html
Badges for Home DTO
Added Badges to HomeDtos