Skip to content

Releases: d-velop/dvelop-sdk-cs

Moved to .NET 8

07 Nov 10:09
0a027be
Compare
Choose a tag to compare

Support for .NET 8

This version will drop .NET prior to .NET8

Please migrate you application to .NET8

What's Changed

New Contributors

Full Changelog: v0.0.10...v0.1.0

Fixed wrong version in come packages

15 Apr 15:10
cdef24d
Compare
Choose a tag to compare

Fixed version number

12 Apr 10:26
3117492
Compare
Choose a tag to compare

No code changes, fixed version number

Bugfix for potential Security Issue

12 Apr 10:21
3117492
Compare
Choose a tag to compare

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

Full Changelog: v0.0.6...v0.0.8

Added new OTEL Logger

07 Oct 11:16
Compare
Choose a tag to compare

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

30 Jun 06:43
Compare
Choose a tag to compare
  • 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

23 Nov 10:28
Compare
Choose a tag to compare

Support for d.velop CloudCenter Lifecycle Events

04 May 18:46
Compare
Choose a tag to compare

Badges for Home DTO

17 Apr 20:07
70bb0a7
Compare
Choose a tag to compare

Added Badges to HomeDtos