v5.5.1
This patch eliminates building an intermediate ServiceProvider at startup, which unblocks usage in Aspire (more specifically, its usage of AddNpgsqlDataSource) and improves Serilog compatibility.
Furthermore, this patch makes methods on FilterParser overridable, which enables plugging in custom parsing of constant values (text surrounded by single quotes) inside a filter query string value.
Merged PRs
- Allow to override valueconverter on FilterParser by @bjornharrtell in #1401
- Remove building an intermediate service provider at startup by @bkoelman in #1431
Full Changelog: v5.5.0...v5.5.1