github serilog-mssql/serilog-sinks-mssqlserver v5.7.1

latest releases: v7.0.1, v7.0.0, v6.7.1...
2 years ago

Commits

  • baea9ce: Update README.md (GhalamborM) #402
  • 0cb0f33: GitHub Actions Build (Christian Kadluba) #402
  • 1cc7112: Update main.yml (Christian Kadluba) #402
  • 2d04cfa: Update main.yml (Christian Kadluba) #402
  • 9e7a1ce: Update main.yml (Christian Kadluba) #402
  • f954655: Update main.yml (Christian Kadluba) #402
  • 5b502c6: GitHub actions (#387) (Christian Kadluba) #402
  • 31c5bea: GitHub actions (#388) (Christian Kadluba) #402
  • 609a1db: Update release.yml (Christian Kadluba) #402
  • fc36030: Update release.yml (Christian Kadluba) #402
  • 6fba8d6: Update release.yml (Christian Kadluba) #402
  • 5030d18: Migration of MSSQL sink repo to new org (#389) (Christian Kadluba) #402
  • 147237e: Small fixes in workflows (Christian Kadluba) #402
  • 5523277: Made SkipTests in Build.ps1 a switch parameter. (Christian Kadluba) #402
  • 66e6197: Made SkipTests in Build.ps1 a switch parameter (forgot to adapt call in WF file). (Christian Kadluba) #402
  • eacbca6: Core implementation without config handling. (Christian Kadluba) #402
  • ec41352: Read new sink option PreventEnlistInTransaction from all supported configuration sources. (Christian Kadluba) #402
  • 40ab647: Run tests for all supported target frameworks of the sink (added missing net472). (Christian Kadluba) #402
  • d7cbe54: Fixed timing dependent database test failures (EagerlyEmitFirstEvent = true). (Christian Kadluba) #402
  • 2b0c9c8: Changes after review from @jonorossi. (Christian Kadluba) #402
  • 557049d: Execute test LogsAreNotAffectedByTransactionsByDefault in a separate run from all other tests to avoid side effects with other DB tests. Ugly but the only feasible way to get this stable. (Christian Kadluba) #402
  • edc036b: Ensured stability of DB tests. (Christian Kadluba) #402
  • 7393fc1: Add trimming to rendered message and message template in case the database fields are smaller than the rendered text (studiopasokon) #402
  • 8230a31: Add unit tests related to the trimming functionality (studiopasokon) #402
  • 5c0b80f: Extend README.md with explanation about the trimming effect when the field lengths are set to a specific size (studiopasokon) #402
  • 4cc02e0: Fix README.md encoding issue (studiopasokon) #402
  • a4e6a87: Add missing forward tick so that the markdown is properly interpreted (studiopasokon) #402
  • 01b5da0: Switch around maxAllowedMessageLength comparisons for better readability (studiopasokon) #402
  • 083ea93: Add extra unit test to check with a custom defined length of -1, or maximum field length (studiopasokon) #402
  • e995464: Rename tests truncating the message and message template from 'Trimmed' to 'Truncated' (studiopasokon) #402
  • bcb4f6b: Add (slightly) general Truncate extension method (studiopasokon) #402
  • c70b1b2: Improve truncating the log message, message template and add truncating the exception message (studiopasokon) #402
  • e9c4cb3: Add note about truncating data of the Exception column, fix maximum value settings of the Message and MessageTemplate columns, and rename trimming to truncating (studiopasokon) #402
  • 491791f: Update README.md (Endy Tjahjono) #402
  • 4a80fd4: Release 5.7.1 (Christian Kadluba) #402

What's Changed

  • Release 5.7.1 by @ckadluba in #402
  • Exclude logging from DB transactions and added sink option EnlistInTransaction (thanks to @ @Daniel-Svensson for the idea and original PR).
  • Fixed issue #209: Add trimming to rendered message and message template (thanks to @studiopasokon)
  • Fixed documentation regarding supported .NET versions (thanks to @GhalamborM).
  • Migrated sink to new GitHub and nuget.org organizations.
  • Use GitHub Actions for build including automatic release documentation.

Full Changelog: v439...v5.7.1

Don't miss a new serilog-sinks-mssqlserver release

NewReleases is sending notifications on new releases.