Skip to content

Releases: Serviceware/Dibix

v1.3.2

02 Feb 16:20

Choose a tag to compare

Changes:

  • ff8f667 Make TestConfigurationLoader public
  • a842a3e Set version to '1.3'

This list of changes was auto generated.

v1.2.221

31 Jan 10:26

Choose a tag to compare

Changes:

  • b1f72a2 Add support (although limited by Dapper) for async multi map
  • 1cc87b1 Fix database accessor post processing and write more tests for recursive mapper

This list of changes was auto generated.

v1.2.219

30 Jan 08:02

Choose a tag to compare

Changes:

  • a8662a4 Collect cancellationToken in http host and also add it to the invocation APIs (old and new)
  • 753cc08 Load endpoint claim requirements from authorization behaviors aswell
  • f31553b Implement custom single handling for grid reader aswell
  • 4921858 Switch from Newtonsoft.Json to System.Text.Json in endpoint generator
  • 3fd9016 Remove legacy dbx implementation
  • 5d75b63 Add missing implicit package assembly reference in http host
  • 70d0aed Improve logging

This list of changes was auto generated.

v1.2.212

23 Jan 10:14

Choose a tag to compare

Changes:

  • 3a73dd0 Ignore target framework warning in Dibix.Generators.Tests
  • e8907ee Make some APIs in Dibix.Testing globally public
  • e36ec2e Prepare Dibix.Http.Host docker image
  • 0d61160 Update vulnerable Newtonsoft.Json reference in SDK [Pt. II]
  • a095b89 Update vulnerable System.Data.SqlClient reference

This list of changes was auto generated.

v1.2.207

16 Jan 07:37

Choose a tag to compare

Changes:

  • 4c4d3db Generate exception if none of the security scheme requirements are met
  • d29e44d Update SSDT references
  • 2430766 Update vulnerable Newtonsoft.Json reference in SDK
  • 29b00b7 PoC: Set audience based on request
  • aa29e7b Add CLAIM.Audiences parameter source
  • a4749e6 Provide more context properties to IHttpParameterConverter
  • 2d532f2 Split Dibix.Generators into Dibix.Sdk.Generators and Dibix.Testing.Generators and add EmbeddedResourceAccessorGenerator

This list of changes was auto generated.

v1.2.200

14 Dec 07:56

Choose a tag to compare

Changes:

  • f5788d6 Fix code generation of api descriptions only containing controller imports
  • b07ae92 Fix command timeout fallback in Dibix.Testing
  • 154caa8 Respect port when making relative URLs absolute
  • 5d967d5 Rename BearerTokenExpiresIn ->BearerTokenExpiresAt
  • a3085f4 Return 204 NoContent for null results
  • 5843fdf Rename IHttpHostExtensionConfigurationBuilder.RegisterDependency to RegisterClaimsTransformer

This list of changes was auto generated.

v1.2.194

27 Nov 14:48

Choose a tag to compare

Changes:

  • 78bc434 Restrict childRoute property max length to 200
  • afd5b24 Add BearerTokenExpiresIn property to REQUEST parameter source
  • a68be99 Stabilize HttpRequestDescriptor.GetRemoteName

This list of changes was auto generated.

v1.2.191

10 Nov 10:04

Choose a tag to compare

Changes:

  • ad09a1d Throw custom AssertTextFailedException to provide easier consumer access to the actual text
  • 6507b97 Validate db string parameter length based on target definition

This list of changes was auto generated.

v1.2.189

08 Nov 10:51

Choose a tag to compare

Changes:

  • ca5b220 Fix bug in ConfigurationPropertyInitializationTracker
  • e1ff297 Endpoint definition might not set for all requests

This list of changes was auto generated.

v1.2.187

06 Nov 13:37

Choose a tag to compare

Changes:

  • 08575f6 Remove DatabaseScopeFactory as it's not correctly implemented and drains the connection pool, Per request IDatabaseAccessorFactory should be used instead by consumers
  • db33506 Add ITestAuthorizationContext.CreateService(IHttpAuthorizationProvider)
  • 35781d4 Ignore empty string in Hosting:BaseAddress option
  • dfc7555 Improved SDK targets
  • 02527f9 Get rid of EnableExperimentalFeatures property
  • dce83d6 Add ITestAuthorizationContext.CreateClient
  • 296d2f9 Add parameter resolver support for action definition, remote address, remote name, bearer token
  • 8532da9 Add application lifetime event handlers to Dibix.Http.Host aswell
  • a7e7c45 Introduce claims parameter source and inherit endpoint authorization claim requirements from it
  • 3f63dd6 Add scripts to start http/worker hosts
See More
  • 2317575 Replace array when merging JSON (particularly for securitySchemes template that can be overriden by endpoint)
  • b8f66c8 Extend Create-Worker-Windows-Service script for local development
  • a2480ac Treat Uri as a primitive type in multi mapper [Pt. II]
  • 043b612 Treat Uri as a primitive type in multi mapper

This list of changes was auto generated.