Skip to content

Releases: Moesif/moesif-dotnet

v1.3.3

15 Jan 19:17
8523bf4
Compare
Choose a tag to compare

Fix:

  • Check for empty contentType (#36)
  • Fix race conditions where user_id and company_id can be mixed between requests

v1.3.1

15 Jun 18:53
40d6c0d
Compare
Choose a tag to compare

Fix:

  • Regression where req body needs rewind of stream otherwise downstream controller may get null body.

v1.3.0

15 Jun 07:29
11db4b0
Compare
Choose a tag to compare

Fixes:

  • Fixed Object reference not set to an instance of an object. when using LegacyAspNetSynchronizationContext
  • Ensure timer not GC'ed and relaunch worker thread if needed
  • Remove package.config
  • Ensure not using APIs greater than NET Core 2.1
  • Ensure memory streams not closed

v1.2.1

11 Jun 08:03
7908672
Compare
Choose a tag to compare
  • Bump MoesifApi to 2.0.0 which remove BCL deps

v1.1.6

09 Jun 03:39
9b3b73f
Compare
Choose a tag to compare

Fix:

  • Ensure don't seek unseekable stream and instead create memorystream
  • Fix header parsing when duplicate keys
  • Don't fail if HttpContext.Current is not injected due to not using IIS
  • Read Current Identity

v1.1.5

08 Jun 03:37
e7e8c95
Compare
Choose a tag to compare

Fixes:

  • Issue where config may be null preventing request from being logged

v1.1.4

08 Jun 01:38
4a38db2
Compare
Choose a tag to compare

Fixes:

  • .NET middleware refactor to read from both MVC and OWIN streams
  • Correct targeting for .NET Framework 4.5 and ensure deps installed
    Add:
  • Support for gzip body
  • User/Company sampling for outgoing events
  • Weight field to event model

v1.1.0

15 Nov 19:39
aca6f27
Compare
Choose a tag to compare

Add:

  • Support for sending events in batch
  • Sampling at user and company level
  • Updates Moesif.Api with converting campaign object

v1.0.3

22 Oct 03:28
ed8dbb8
Compare
Choose a tag to compare

Fix:

  • Validate against .NET Core 3.0 and fix #16

v1.0.2

27 Aug 03:46
337b72b
Compare
Choose a tag to compare

Add:

  • Refactor to support both .NET Framework and .NET Core via multi targeting. Should not have any breaking changes.
  • companyId added to UserModel and also to EventModel
  • You can now disable logging of request and response body via LogBody option