Skip to content

Releases: Serviceware/Dibix

v1.2.173

26 Oct 14:26

Choose a tag to compare

Changes:

  • 381f396 Fix body argument name in http host delegate
  • 78ffb56 Add option to configure http client relative uri normalization

This list of changes was auto generated.

v1.2.171

25 Oct 13:44

Choose a tag to compare

Changes:

  • f91acea Add database scope support to http host extension
  • 8cb9c5b Make audience validation configurable
  • 3cb5f70 Decorate endpoints using declared security schemes in http host
  • 51ebe7f Multiple security schemes with logical or should be sent as either from the client
  • cc6c6f2 Fix tests
  • 0c8fde2 Use custom QuerySingle(OrDefault) implementation in all remaining methods
  • 0ebb944 Minimize IHttpContextAccessor usage
  • 8abb9b4 Simplify ILogger interface

This list of changes was auto generated.

v1.2.163

19 Oct 15:58

Choose a tag to compare

Changes:

  • fa913db Make up for weird DNS issues on macOS Azure Pipelines agents
  • 0bce028 Add feature flag for OpenAPI nullable reference type support
  • 9f7572a Improve custom authentication and ensure platform compability within endpoint code generation
  • 7a5eaae Extend Compile_ExplicitBodySource with nullable parameter and null propagation path
  • 708c50a Generate http action delegates that will be used for minimal APIs to make use of the framework parameter binding
  • 2e7ed27 Support relative server URL in OpenAPI schema generator
  • ba3001d Ensure using .NET 7 SDK where GlobalPackageReference feature is supported
  • 021078c Oops
  • 6037be0 Fix Dibix.Http.Host JWT authentication
  • 810d60c Migrate from CPV to CPM
See More
  • 0cc6a1d Provide public API for registering existing test result files
  • 6c76095 Add support for nullable enum properties in OpenAPI schema

This list of changes was auto generated.

v1.2.151

19 Sep 13:23

Choose a tag to compare

Changes:

  • caf8928 Improve CD pipeline diagnostics
  • 8fd1f77 Add support for connection string handling and eventlog options from appsettings to Dibix.Http.Host
  • 32f0016 Initial Dibix.Http.Host commit
  • da7e124 Remove HttpOfflineServiceFactory
  • de39ebf Allow serializationBehavior property for uri with isRelativeHttpsUrl property in JSON contract schema

This list of changes was auto generated.

v1.2.146

06 Sep 12:53

Choose a tag to compare

Changes:

  • 64eebfa Allow for dedicated execution of PublishNuGetPackages and CreateGitHubRelease in case of an error
  • 94eaf4e Ensure correct test result folder for data driven tests
  • 1a596eb Add support for DataAnnotations validation in test configuration
  • f0a3162 Load test configuration user secrets from test assembly

This list of changes was auto generated.

v1.2.142

01 Aug 11:07

Choose a tag to compare

Changes:

  • e2daef7 Support anonymous HTTP services in Dibix.Testing
  • d5ee87d Do not convert DateTime within http response to local in Dibix.Testing to ensure timezone agnostic response assertion
  • cd7126d Make DatabaseAccessException serializable
  • 6b32fc1 Added QuerySingle tests with conversion (makes Dapper issue 1901 visible)
  • 1534417 Add default enum member in enum contract visitor
  • 17d1360 Allow serializationBehavior property for datetime with kind property in JSON contract schema

This list of changes was auto generated.

v1.2.136

01 Jun 13:24

Choose a tag to compare

Changes:

  • bca509f Remove custom IHttpClientFactory implementation
  • 2c70b2b Oops
  • 3799532 Make IPostProcessor typed to avoid Cast
  • 65345b1 Execute service broker subscriber read operation and OnServiceBrokerIterationCompleted event with the same db connection
  • 4431583 Revert previous changes because QuerySingleOrDefaultAsync is actually handled by the base class now
  • dbc4b47 Added missing accessor implementation for ServiceBrokerSignalSubscriber
  • 2ef9549 Support DatabaseAccessErrorCode.SequenceContainsMoreThanOneElement for QuerySingleOrDefault(Async) aswell
  • b9287b0 Split HttpRequestTracer and TraceSource into separate handlers and ensure TraceSourceHttpMessageHandler is always registered
  • 51a426b Move HttpParameterResolverTest asserts into separate files
  • df4c4d0 Adapt ServiceBrokerSignalSubscriber to previous changes aswell

This list of changes was auto generated.

v1.2.126

25 May 13:37

Choose a tag to compare

Changes:

  • 3479c35 Use generated accessor method for receive function in ServiceBrokerSubscriber
  • 2b72e09 Remove generated ctor overload for default http client name
  • fdc8e52 Remove unnecessary user agent replacement in testing library
  • 449677e Remove HttpTestContext.CreateClient(baseAddress)
  • 6267d60 Generate client using default client name from MS http client factory if configured
  • 30549fc Add test for client generation using MS http client factory

This list of changes was auto generated.

v1.2.120

23 May 07:57

Choose a tag to compare

Changes:

  • e8ec7cb Extend FromAssemblyContainingType
  • f4409ca Add FromAssemblyContainingType to user agent selector
  • 882c403 Strip . from assembly name when evaluating user agent product

This list of changes was auto generated.

v1.2.117

22 May 14:54

Choose a tag to compare

Changes:

  • 447f8ed Switch to MS http client factory in Dibix.Testing
  • be7d8ac Use safe GetConstructor extension everywhere

This list of changes was auto generated.