Skip to content

Releases: Kros-sk/Kros.AspNetCore

Kros.ApplicationInsights.Extensions 2.1.0

13 Dec 08:52
d52b2c1
Compare
Choose a tag to compare

Changes

  • Updated references to latest versions.

Kros.AspNetCore 3.4.2

07 Nov 11:07
4b4c936
Compare
Choose a tag to compare

What's Changed

  • Added cancellation token for httpClientExtensions #174

Kros.MediatR.Extensions 2.0.1

05 Nov 16:37
481b99f
Compare
Choose a tag to compare

Bug fixes

  • Fix IndexOutOfRangeException in AddPipelineBehaviorsForRequest (by @satano in #173)

Kros.AspNetCore 3.4.1

20 Oct 05:08
50ee268
Compare
Choose a tag to compare

What's Changed

Full Changelog: aspnetcore-v_3.4.0...aspnetcore-v_3.4.1

Kros.AspNetCore 3.4.0

19 Oct 13:12
3d732b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: swagger-v_2.2.0...aspnetcore-v_3.4.0

Kros.Swagger.Extensions 2.2.0

05 Oct 10:31
39d5da9
Compare
Choose a tag to compare

Changes

  • Allow string values in enums.
  • Implement and use schema filter which sets class name to schema title.
  • Implement and use setting nullable flag for nullable reference types.

Kros.AspNetCore 3.3.0

14 Jun 06:29
4edd6d4
Compare
Choose a tag to compare

What's Changed

Kros.AspNetCore 3.2.0

14 Jun 06:09
f6f2468
Compare
Choose a tag to compare

Changes

  • Support loading configuration from key vault secrets #163, by @satano in #162.

Kros.MassTransit.AzureServiceBus 2.1.0

24 May 08:57
1d409b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: aspnetcore-v_3.0.1...masstransitaz-v2.1.0

Kros.AspNetCore 3.0.1

08 Apr 13:16
17b8af0
Compare
Choose a tag to compare

Changes

@satano in #160

  • Implement support for user assigned managed identity when connecting to Azure App Configuration.
  • Method ConfigurationBuilderExtenstions.AddAzureAppConfiguration is marked as obsolete in favour of ConfigurationBuilderExtenstions.AddAzureAppConfig.
  • Removed old obsolete methods.