Skip to content

Releases: sitkoru/Sitko.Core

11.3.2

08 Feb 08:07
Compare
Choose a tag to compare

11.3.2 (2024-02-08)

Bug Fixes

  • app: tmp logger should only log warnings/errors and our own info messages (be44591)

11.3.1

08 Feb 07:20
Compare
Choose a tag to compare

11.3.1 (2024-02-08)

Bug Fixes

  • elasticstack: correct enum =( (2283cc1)
  • elasticstack: register apm after configuration applied (bb892e3)

11.3.0

07 Feb 14:25
Compare
Choose a tag to compare

11.3.0 (2024-02-07)

Bug Fixes

  • app: log boot messages (e2d4202)
  • elasticstack: make apm works with IHostApplicationBuilder (d1c209b)

Features

  • app: ability to create IHostBuilder-like proxy around IHostApplicationBuilder to use with old code for compatibility (da62b00)
  • app: pass application context to configuration modules (180a008)

11.2.0

31 Jan 12:40
Compare
Choose a tag to compare

11.2.0 (2024-01-31)

Features

  • allow to configure DataProtection (c6d0ca8)

11.1.0

31 Jan 12:05
1610790
Compare
Choose a tag to compare

11.1.0 (2024-01-31)

Features

  • add ConfigureServices overload with IApplicationContext (5b8645c)

11.0.1

29 Jan 10:10
Compare
Choose a tag to compare

11.0.1 (2024-01-29)

Bug Fixes

  • can't compare uris directly, convert to string (dea2e8d)

10.34.1

10 Apr 08:34
Compare
Choose a tag to compare

10.34.1 (2024-04-10)

Bug Fixes

  • can't compare uris directly, convert to string (1fd2fd1)

10.34.0

23 Jan 06:33
Compare
Choose a tag to compare

10.34.0 (2024-01-23)

Features

  • kafka: add sasl auth to consumerOffsetsEnsurer (fe6dfab)

10.33.0

23 Jan 06:16
Compare
Choose a tag to compare

10.33.0 (2024-01-23)

Features

11.0.0

12 Jan 08:06
eae4ae5
Compare
Choose a tag to compare

11.0.0 (2024-01-12)

Bug Fixes

  • app: enable serilog (71bd179)
  • app: new we don't know if host already built or not (d37778f)
  • app: register only enabled modules (4818309)
  • apps: show auth (dc04f45)
  • apps: upd demo (26105cc)
  • apps: use release syntax (773c58b)
  • auth: don't crash on empty expiresIn response (fcb152e)
  • blazor: less flickery layout (bc974e7)
  • blazor: remove sync dispose (6ec559a)
  • blazor: rework base layout (d755785)
  • ef: configure second db context (0b598b9)
  • net8: proxy TAssembly (301a74f)
  • pdf: correct modules (c11b68d)
  • pdf: remove test code (025eef8)
  • postgres: enable json conversions in npgsql (6f2d16a)
  • postgres: stable method name (7a09c36)
  • remoterepository: disable pooling in tests (6d0c93e)
  • remoterepository: fix concurrency (60e6487)
  • remoterepository: must use new AddExternal (0e5e951)
  • tests: start app in certain scopes (f4d31ce)
  • vault: add test module to application (4872fcf)
  • wasm: return more specific builder (4383115)
  • wasm: set correct culture (1f46745)
  • xunit: disable pooling in tests (4ecb8d8)

Features

  • .net: use net8 sdk (97b63d3)
  • app: add appsettings.local.json support for server apps (87360e4)
  • app: Allow to hook into init process (3b58ca8)
  • app: hook into host build event via custom di factory (88f1bcf)
  • app: move app init logic outside of LifecycleService to use elsewhere (6594d81)
  • apps: Blazor AutoMode demo (6a3e325)
  • apps: new single demo app (9b65597)
  • apps: single demo app (4ebede0)
  • app: strict extensions for web modules (b762bdd)
  • app: upd FluntValidation DI integration (7ca1070)
  • auth: add policy helpers (707a928)
  • blazor: support wasm debugging (5f56c3e)
  • blazor: useful classes and extensions (5bf7b16)
  • consul: upd Consul client (719b884)
  • deps: upd multiple deps (652f99c)
  • deps: upd Serilog (4731c27)
  • elastic: upd Elastic APM package (e338616)
  • grpc: upd gRPC and Protobuf libs (5f503b2)
  • hangfire: upd Hangfire packages (7753dff)
  • kafka: KafkaFlow 3.0 (20de181)
  • mail: upd MailKit (0a28e39)
  • net8 (d655b3b)
  • net8: make it compile (56f2998)
  • puppeteer: upd Puppeteer (d123167)
  • repository: add externalAdd method (aab9fe6)
  • stable .net8 packages (9637805)
  • startups code cleanup (19e3b3c)
  • tasks: add to net8 sln (ac7054c)
  • tasks: new extension methods (f0797b8)
  • upd deps (e85ac4c)
  • upd deps (1e9c271)
  • wasm: init wasm application on start (3cc652a)
  • wasm: localization extensions (715231e)
  • web: restore old startup functions (395ff10)
  • xunit: init app if it is not started yet (6d9ac81)

BREAKING CHANGES

  • .NET 8 only