Skip to content

Releases: FoundatioFx/Foundatio

v12.0.0

20 Aug 19:24

Choose a tag to compare

What's Changed

  • Storage Exception + FileSpec Data Prop by @niemyjski in #385
  • #382 tweak dependencies based on new tfm by @thompson-tomo in #383
  • Add extensible resilience policies by @ejsmith in #388
  • Adding Foundatio builders for configuring in IServiceCollection. Various other improvements. by @ejsmith in #393
  • BREAKING: Improved Cache Tests and normalized ICacheClient.RemoveByPrefix by @niemyjski in #395
  • Don't throw immediately if passed in cancellation token is cancelled. by @ejsmith in #397
  • Add IHybridAwareCacheClient and Implement Local Cache lookups to HybridCacheClient for GetAllAsync, ExistsAsync, and GetExpirationAsync. by @niemyjski in #401
  • Adds queue dequeue activity tracking by @niemyjski in #402

New Contributors

Full Changelog: v11.1.0...v12.0.0

v11.1.0

09 May 18:28
349f3f6

Choose a tag to compare

What's Changed

  • [BREAKING]: Cache Client lists no longer have a sliding expiration and each cache item expires independently by @niemyjski in #376
  • Tests for RemoveAllAsync + some tweaks to cache maintenance. by @niemyjski in #377
  • Bump MessagePack from 3.1.2 to 3.1.3 by @dependabot in #362
  • Bump OpenTelemetry.Instrumentation.Http from 1.11.1 to 1.12.0 by @dependabot in #378
  • Bump xunit.runner.visualstudio from 3.0.2 to 3.1.0 by @dependabot in #379
  • Bump OpenTelemetry.Instrumentation.AspNetCore from 1.11.1 to 1.12.0 by @dependabot in #380
  • Bump OpenTelemetry.Instrumentation.Runtime from 1.11.1 to 1.12.0 by @dependabot in #381

Full Changelog: v11.0.8...v11.1.0

v11.0.8

31 Jan 18:36

Choose a tag to compare

Full Changelog: v11.0.7...v11.0.8

v11.0.7

31 Jan 18:36

Choose a tag to compare

What's Changed

  • Bump OpenTelemetry.Instrumentation.Http from 1.9.0 to 1.10.0 by @dependabot in #344

Full Changelog: v11.0.6...v11.0.7

v11.0.6

26 Nov 16:26

Choose a tag to compare

What's Changed

  • Added Async Disposable Action by @niemyjski in #315
  • Bump Microsoft.Extensions.TimeProvider.Testing and Microsoft.Bcl.TimeProvider by @dependabot in #318
  • Bump Serilog.AspNetCore, Serilog.Settings.Configuration and System.Text.Json by @dependabot in #321
  • Bump Microsoft.Extensions.Configuration.Json and System.Text.Json by @dependabot in #320
  • Bump Microsoft.AspNetCore.TestHost from 8.0.8 to 8.0.10 by @dependabot in #319
  • Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/Foundatio by @dependabot in #323
  • Bump xunit from 2.7 to 2.9.2 by @dependabot in #324

New Contributors

Full Changelog: v11.0.5...v11.0.6

v11.0.5

27 Sep 21:24
37599b9

Choose a tag to compare

What's Changed

  • Added test to show off issue with DeleteByPrefix not respecting cache… by @niemyjski in #314

Full Changelog: v11.0.4...v11.0.5

v11.0.4

27 Sep 16:59
a3a9f59

Choose a tag to compare

What's Changed

  • Storage bug fixes with DeleteFilesAsync by @niemyjski in #312
  • Add ability to set a metrics prefix by @niemyjski in #313
  • Fixed a bug where queue job's would report cancelled log messages if nothing was processed. by @niemyjski in f161567
  • Fixed a bug where folder file storage wasn't returning deleted counts. by @niemyjski in 8a7d6a4
  • Fixed a bug where the in memory file storage couldn't delete files with a wildcard ending (no extension) by @niemyjski in 18652f9

Full Changelog: v11.0.3...v11.0.4

v11.0.3

16 Sep 20:37

Choose a tag to compare

What's Changed

  • Couple job ergonomic improvements by @ejsmith in #307
  • Implemented some checks to ensure * cannot be used as a scope by @niemyjski in #308
  • Fixes #309 - FolderFileStorage doesn't overwrite existing content by @niemyjski in #310

Full Changelog: v11.0.2...v11.0.3

v11.0.2

31 Aug 19:31

Choose a tag to compare

Full Changelog: v11.0.1...v11.0.2

v11.0.0

30 Aug 21:24

Choose a tag to compare

What's Changed

  • Added QueueJob RunUntilEmptyAsync TimeSpan Overload, refactored cancellation tokens by @niemyjski in #302
  • Approach for better implementation for RunUntilEmptyAsync by @niemyjski in #303
  • Various improvements to hosting scheduled jobs by @ejsmith in #304
  • Removing SystemClock and IMetricsClient by @ejsmith in #305

Full Changelog: v10.7.1...v11.0.0