Skip to content

Releases: Serviceware/Dibix

v1.3.62

06 Jun 04:25
Compare
Choose a tag to compare

Changes:

  • 2199c99 Revert "Omit null query parameters in generated http client (Breaks compatibility with ASP.NET WebApi because query arguments are part of the routing selection)"
  • 08a5f1a Remove support for required nullable query parameters so it aligns with the ASP.NET Core implementation
  • dc27f54 Extend support for building endpoint action full name used for logging and tracking
  • b2a896c Add missing overload in UriBuilder that omits null string query parameters
  • 76a77a3 Add TestBase.AssertEqual overload that uses the test method name as the expected resource key
  • 01b2cdb Remove support for deep object query parameters

This list of changes was auto generated.

v1.3.56

02 Jun 09:25
Compare
Choose a tag to compare

Changes:

  • caa74b8 Omit null query parameters in generated http client (Breaks compatibility with ASP.NET WebApi because query arguments are part of the routing selection)
  • 60cd43a Omit query parameter values that match the default value in generated http client
  • c2f2380 Add public API for creating a user agent header

This list of changes was auto generated.

v1.3.53

30 May 07:01
Compare
Choose a tag to compare

Changes:

  • 251482b Add parameter to control --(no)self-contained in build scripts
  • 3f5e2fc Add REQUEST.Path
  • 7dbd3f7 Add IHttpParameterConversionContext.AppendRequiredClaim

This list of changes was auto generated.

v1.3.50

27 May 05:18
Compare
Choose a tag to compare

Changes:

  • da0d247 Collect action request body parameter so it will be added to the generated controller base class for reflection targets
  • efe35bb Extend parameter resolver test to parse constant parameter source to an enum value
  • 22a5171 Extend code generation test with nested property path
  • efbca76 Require generated base class for external reflection targets that point to a controller instance
  • b2f5732 Generate base class for external reflection targets that point to a controller instance
  • 3764d8b Require explicitly defining a type for path parameters when using external reflection targets

This list of changes was auto generated.

v1.3.44

23 May 11:05
Compare
Choose a tag to compare

Changes:

  • 63a589d Validate path parameters not used in user parameter sources (like Query, Body, Header)
  • 7c30bd2 Make use of configured property source type for reflection target parameter metadata
  • d74a9a7 Require type for parameter source properties
  • 0a65bec Improve SDK test coverage (especially for reflection target)
  • ebeb47d Remove controller import feature

This list of changes was auto generated.

v1.3.39

15 May 17:47
Compare
Choose a tag to compare

Changes:

  • 2ee2ab3 Pass correct property to property parameter source builder when using parameter descriptor syntax [Pt. II]
  • f774136 Pass correct property to property parameter source builder when using parameter descriptor syntax
  • 38ee7c1 Add support for object instance reflection targets
  • 392c4c1 Add support for describing reflection target parameters
  • e74d026 Ensure stable OpenAPI output when using nullable
  • f8a0128 Only generate accessor assembly if project contains no endpoints or explicitly set

This list of changes was auto generated.

v1.3.33

29 Apr 12:05
Compare
Choose a tag to compare

Changes:

  • b5b623d Validate unmapped contract properties in SELECT

This list of changes was auto generated.

v1.3.32

25 Apr 13:00
Compare
Choose a tag to compare

Changes:

  • 734b775 Restore custom status code detection message feature

This list of changes was auto generated.

v1.3.31

23 Apr 09:02
Compare
Choose a tag to compare

Changes:

  • e70d31d Map sql error codes to http status codes globally
  • bce196a Cache entity per segment in MultiMapper

This list of changes was auto generated.

v1.3.29

17 Apr 14:14
Compare
Choose a tag to compare

Changes:

  • 7556179 Add support to configure the serializer used for response text assertion
  • f247c15 Do not make relative URLs absolute within tests
  • 11c229a Create docker image Dibix.Worker.Host

This list of changes was auto generated.