Releases: Serviceware/Dibix
Releases · Serviceware/Dibix
v1.2.84
v1.2.83
Changes:
- 94a860d Added correlation id to http client trace
- baf432d Always register TracingHttpMessageHandler now that it also writes to TraceSource
- 1419575 Add trace source for dibix http client
- b9ee471 Treat stream as binary when dumping debug parameter values
- a3603c7 Treat 4xx as client and 5xx as server errors instead of having a fixed registry
- e02b84f Redirect Console to test output
- e60d6af Include test configuration in output
This list of changes was auto generated.
v1.2.76
Changes:
- 87589da Add support for dynamic parameter mappings in authorization templates (Only const was supported)
- f62c397 Fix bug in HTTP parameter resolver when mapping a null value to a nullable value type
This list of changes was auto generated.
v1.2.74
Changes:
This list of changes was auto generated.
v1.2.72
Changes:
- 810ebb4 Added support for auto generated enum contracts based on CHECK constraint definition
- 73b1ec4 Improve performance by caching already parsed sql fragments
This list of changes was auto generated.
v1.2.70
Changes:
- 52364af Database accessor generation is now more deterministic and doesn't rely on generic type overloads
- 6b7f2ff Fix code generation that has been broken in previous simplification refactoring
- 2bb5e8d Validate ambiguous contract JSON properties
- 42cee75 Simplify schema/type registration/resolution and source location information
- 3508d01 Improve generator tests
- 2ee5449 Avoid issues with path length limitations in test output
- c92d5e4 Remove CancellationTokenSource from TestContext.json
- 7f622e0 Make test run attachments visible to all test results
- 1c41f13 Don't break multiple calls to TestResultComposer.AddLastEventLogEntries
- 99f1d1d Unsubscribe first chance exception handler properly to avoid still registering test output, while test output is being prepared
This list of changes was auto generated.
v1.2.60
Changes:
- 0e23de3 Add support for specifying mime type directory in file APIs
This list of changes was auto generated.
v1.2.59
Changes:
- 673dddb Fix order of http message handler to ensure unsuccessful requests can be traced
This list of changes was auto generated.
v1.2.58
Changes:
- 12ee30a QuerySingle(commandText, commandType, parameters)
This list of changes was auto generated.
v1.2.57
Changes:
- dd3bdab Improve error message for missing http action arguments
- ef041b6 Revert case insensitive path parameter source support because the runtime does not support it
- 1a6049e Attach original json file path to json token to be able to distinguish between template and definition source
- bbd82a3 Validate path paramter source
- 668e665 Support specifying the authorization behavior directly by string using the template name if the template supplies all necessary parameters
- e4424d1 Improve cancellation handling in retry function
- 0946650 Fix ContractArtifactModelValidator not working correctly with single property grid result contracts
This list of changes was auto generated.