Skip to content

Releases: Serviceware/Dibix

v1.2.50

25 Nov 15:19

Choose a tag to compare

Changes:

  • 59febee Add T-SQL debug statement in case of SqlException

This list of changes was auto generated.

v1.2.49

21 Nov 12:43

Choose a tag to compare

Changes:

  • 9185dbe Simplify authorization behavior usage by allowing to register a global template

This list of changes was auto generated.

v1.2.48

16 Nov 13:05

Choose a tag to compare

Changes:

  • d31819d Separate security schemes and authorization, require both and support global template

This list of changes was auto generated.

v1.2.47

14 Nov 09:00

Choose a tag to compare

Changes:

  • c77610c Extend ImplicitSyntaxSqlCodeAnalysisRule to stabilize INSERT INTO and DELETE FROM
  • baee2c1 Fix bug with sql code analysis not being run correctly

This list of changes was auto generated.

v1.2.45

10 Nov 12:28

Choose a tag to compare

Changes:

  • 768c3cd Added support for supplying defaultCommandTimeout in DatabaseTestBase
  • c0661ef Slightly change (Dapper)DatabaseAccessor and introduce defaultCommandTimeout parameter

This list of changes was auto generated.

v1.2.43

09 Nov 12:25

Choose a tag to compare

Changes:

  • 9e4ea35 Make dibix.json optional again (broken in previous refactoring)
  • 44b5eac Ensure single dedicated test run directory per test run
  • 5c6439d Split Dibix.Sdk to reduce complexity
  • 4ba25f2 Fix Dibix.Sdk.Tests
  • 21969c7 Do not store lockfile in this repo
  • 057ae64 Improve constant parameter sources

This list of changes was auto generated.

v1.1.167

01 Dec 13:49

Choose a tag to compare

Changes:

  • d670994 Ensure single dedicated test run directory per test run
  • 62b8524 Always set UseDedicatedTestResultsDirectory to true, because #if CI_BUILD isn't really the desired behavior
  • ddb737e Allow providing a specific output name to TestBase.AssertEqual
  • 214aaae Expose test/run directory paths in TestBase
  • ad368bc Ensure unique dedicated test run directory name
  • 0aba590 LangVersion = latest
  • d7ad74a Wrap System.Diagnostics.EventLogEntryType, because it weirdly causes the coverlet.collector to hang
  • 8f3fdbc Add last 10 event log warnings/errors in case of test error

This list of changes was auto generated.

v1.2.37

03 Nov 08:44

Choose a tag to compare

Changes:

  • ca865df Initial authorization behavior PoC and simplfication of parameter resolution and action invocation

This list of changes was auto generated.

v1.2.36

31 Oct 08:20

Choose a tag to compare

Changes:

  • 0dabfe9 Fix DumpLockFile task and refactor a bit
  • de2d797 Change generated.cs -> g.cs to make it work with coverlet [https://github.com/coverlet-coverage/coverlet/issues/1164]
  • 71d752a Remove hardcoded version from TaskGenerator test resources
  • a6392e4 Generate SDK tasks and their configuration to reduce the huge method parameter amount
  • bdbc96e Improve source generator output

This list of changes was auto generated.

v1.2.31

29 Sep 08:14

Choose a tag to compare

Changes:

  • c5deb99 Replace some hardcoded validation exceptions with optional configuration properties

This list of changes was auto generated.