Skip to content

Releases: peopleware/net-ppwcode-server-core

PPWCode.Server.Core 4.0.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:04

Fixes

  • fix OperationCancelledExceptionHandler
    • log this exception as Information instead of Error
    • this is expected and correct behavior
  • fix BadRequestExceptionHandler
    • log this exception as Information instead of Error
    • this is expected and correct behavior

View full changelog →

PPWCode.Server.Core 4.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:53

Fixes

  • fix OperationCancelledExceptionHandler
    • handles OperationCanceledException instead of NotImplementedException

View full changelog →

PPWCode.Server.Core 4.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:01

Breaking

  • remove support for and dependency on Castle.Windsor
  • replace Castle ILogger with Microsoft ILogger
  • GlobalExceptionFilter no longer implements IOrderedFilter
  • remove Castle.Windsor specific class ServiceSelector

View full changelog →

PPWCode.Server.Core 3.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:58

Fixes

  • remove unused dependency System.Data.SqlClient

Changes

  • use dotnet sdk 10.0.301
  • use portable pdbs
  • package dependencies
    • Castle.Windsor, remove upper version limit and use lower limit 5.1.1
    • System.Configuration.ConfigurationManager, use version matching version dotnet SDK
    • upgrade remaining dependencies

View full changelog →

PPWCode.Server.Core 3.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:37

Changes

  • Supported targets: .NET 8.0, .NET 9.0, .NET 10.0
  • Build and publish workflows on GitHub actions
  • Upgraded dependencies
  • Initial version of documentation, available on PPWCode .NET Docs
  • Reproducible builds
    • Locking the compiler version to ensure reproducible builds
      • Compiler version is now tracked through global.json
    • Strict locking when restoring dependencies (dotnet restore --locked-mode)

Breaking

  • Remove support for target .NET 6.0

View full changelog →

PPWCode.Server.Core 2.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:37

Breaking

  • Switch from (no longer supported) Microsoft.AspNetCore.Mvc.Versioning to Asp.Versioning.Mvc
  • ControllerContext is no longer available for injection
  • WebApiRequestContext: the constructor changed and is not backwards compatible

View full changelog →

PPWCode.Server.Core 1.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:37

Changes

  • Upgraded dependencies
  • Supported targets: .NET 6.0, .NET 8.0

Breaking

  • Remove support for targets: .NET Core App 3.1, .NET 5.0

View full changelog →

PPWCode.Server.Core 1.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:37

Fixes

  • Upgrade System.Data.SqlClient

View full changelog →

PPWCode.Server.Core 1.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:37

Fixes

  • Upgrade System.Data.SqlClient

View full changelog →

PPWCode.Server.Core 1.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:37

Changes

  • Upgraded dependencies

View full changelog →