Skip to content

Releases: sitkoru/Sitko.Core

10.32.0

12 Dec 07:08
Compare
Choose a tag to compare

10.32.0 (2023-12-12)

Features

  • add logs to scheduling service (629a892)

10.31.2

08 Dec 11:01
Compare
Choose a tag to compare

10.31.2 (2023-12-08)

Bug Fixes

  • kafka: use range assignment strategy by default (fa4b903)

11.0.0-beta.5

07 Dec 18:46
76992d7
Compare
Choose a tag to compare
11.0.0-beta.5 Pre-release
Pre-release

11.0.0-beta.5 (2023-12-07)

Features

  • blazor: support wasm debugging (abb679c)

11.0.0-beta.4

07 Dec 14:03
Compare
Choose a tag to compare
11.0.0-beta.4 Pre-release
Pre-release

11.0.0-beta.4 (2023-12-07)

Features

  • blazor: useful classes and extensions (8fe8c80)
  • wasm: init wasm application on start (70c509d)
  • wasm: localization extensions (d2b4575)

11.0.0-beta.3

06 Dec 19:36
Compare
Choose a tag to compare
11.0.0-beta.3 Pre-release
Pre-release

11.0.0-beta.3 (2023-12-06)

Bug Fixes

Features

  • app: move app init logic outside of LifecycleService to use elsewhere (6da3985)
  • xunit: init app if it is not started yet (16f8af3)

11.0.0-beta.2

06 Dec 17:59
Compare
Choose a tag to compare
11.0.0-beta.2 Pre-release
Pre-release

11.0.0-beta.2 (2023-12-06)

Bug Fixes

  • app: enable serilog (3835285)
  • app: new we don't know if host already built or not (0910679)
  • app: register only enabled modules (83d2bca)
  • apps: show auth (13c7492)
  • apps: use release syntax (7a40b0a)
  • auth: don't crash on empty expiresIn response (35c0d8a)
  • blazor: remove sync dispose (c880db5)
  • ef: configure second db context (7e6bef7)
  • grpc: fake address and error log on empty address from resolver instead of exception (bdf72e2)
  • grpc: move interface out of options class (7d46000)
  • net8: proxy TAssembly (c397acc)
  • pdf: correct modules (608cd19)
  • postgres: enable json conversions in npgsql (6160717)
  • postgres: stable method name (776a583)
  • remoterepository: disable pooling in tests (30837c8)
  • remoterepository: fix concurrency (911cba3)
  • tasks: use id for generate key (ac25435)
  • tests: start app in certain scopes (5fb5677)
  • vault: add test module to application (f827c97)
  • xunit: disable pooling in tests (a673e22)

Features

  • .net: use net8 sdk (b87a7a6)
  • add appsettings.local.json (f82d143)
  • app: add appsettings.local.json support for server apps (d157119)
  • app: Allow to hook into init process (968960f)
  • app: hook into host build event via custom di factory (beac6af)
  • apps: Blazor AutoMode demo (8520972)
  • apps: new single demo app (ef0947e)
  • app: strict extensions for web modules (3865683)
  • app: upd FluntValidation DI integration (8acac5c)
  • auth: add policy helpers (6e97444)
  • consul: upd Consul client (ca4e92b)
  • deps: upd multiple deps (761dd2b)
  • deps: upd Serilog (b6b4234)
  • elastic: upd Elastic APM package (6e805a0)
  • grpc: let's try and use gRPC client factory (0902af3)
  • grpc: upd gRPC and Protobuf libs (9ae1a1c)
  • hangfire: upd Hangfire packages (151b4b2)
  • kafka: KafkaFlow 3.0 (6af5db8)
  • mail: upd MailKit (79dca6c)
  • net8 (ef58ffb)
  • net8: make it compile (6c7fb44)
  • puppeteer: upd Puppeteer (5573727)
  • stable .net8 packages (cf8f167)
  • startups code cleanup (83da572)
  • tasks: add to net8 sln (c8cbd3c)
  • tasks: generate unique key (73300e7)
  • tasks: new extension methods (63573ae)
  • vault: add RoleApp auth type (11d28c4)
  • vault: new amazing vault configuration provider (ac5664f)
  • web: restore old startup functions (e45fec8)

BREAKING CHANGES

  • .NET 8 only

10.31.1

04 Dec 05:38
Compare
Choose a tag to compare

10.31.1 (2023-12-04)

Bug Fixes

  • tasks: use id for generate key (ac25435)

10.31.0

04 Dec 05:34
Compare
Choose a tag to compare

10.31.0 (2023-12-04)

Features

  • tasks: generate unique key (73300e7)

10.30.0

01 Dec 06:06
Compare
Choose a tag to compare

10.30.0 (2023-12-01)

Features

  • add appsettings.local.json (f82d143)

10.29.0

29 Nov 11:31
58046ae
Compare
Choose a tag to compare

10.29.0 (2023-11-29)

Bug Fixes

  • grpc: fake address and error log on empty address from resolver instead of exception (bdf72e2)
  • grpc: move interface out of options class (7d46000)

Features

  • grpc: let's try and use gRPC client factory (0902af3)