Skip to content

v0.24.0

Choose a tag to compare

@pdevito3 pdevito3 released this 24 Oct 03:13

Added

  • New IsLogMasked option for masking entity properties in logs
  • Dependabot scaffolding. Can be excluded with IncludeDependabot = false at the domain template level
  • Github test action scaffolding. Can be excluded with IncludeGithubTestActions = false at the api template level
  • Support for string[] when using Postgres
  • ValueObject property scaffolding

⚠️ note there's a new new marker in db config:

public sealed class RecipeConfiguration : IEntityTypeConfiguration<Recipe>
{{
    public void Configure(EntityTypeBuilder<Recipe> builder)
    {{
        // Relationship Marker -- Deleting or modifying this comment could cause incomplete relationship scaffolding

        // Property Marker -- Deleting or modifying this comment could cause incomplete relationship scaffolding
        
}}";

Updated

  • Logging was refactored to use app settings
  • Add missing HttpClientInstrumentation on OTel
  • SortOrder and Filters are nullable on list dto param
  • Remove old and unused fluent assertion options
  • Entity plural is more powerful with Humanizer

Fixed

  • Email setter