Skip to content

Releases: Moesif/moesif-dotnet

v1.3.15

01 Sep 00:43
1de0076
Compare
Choose a tag to compare

Released 1.3.15 to fix sample rate issue if batch mode was enabled.

v1.3.14

30 Aug 23:42
dbadfa1
Compare
Choose a tag to compare

Released v1.3.14 for sampling rate support.

v1.3.13

30 Aug 23:16
189b93d
Compare
Choose a tag to compare

Release 1.3.13 - On May 09, 2022.

v1.3.12

01 Apr 15:12
dfe721e
Compare
Choose a tag to compare

Refactor:

  • Don't wait for response when sending events with disabled batching
  • Fetch App config every 5 mins when batching disabled

v1.3.11

26 Mar 00:33
3ea73c9
Compare
Choose a tag to compare

Add:

  • Full support for Async methods for .NET 5 without requiring options.AllowSynchronousIO = true;

v1.3.10

18 Mar 04:14
046545e
Compare
Choose a tag to compare

Fix:

  • Rare race condition under high load which could cause an event to be "null" and not logged.

v1.3.8

12 Mar 02:17
1cdedda
Compare
Choose a tag to compare

Fix: Initialize batch max time config option
Add: Debug message
Refactor: Bump Moesif.Api to 2.0.3

v1.3.7

09 Feb 18:46
5a4e5e7
Compare
Choose a tag to compare
  • Add: Fetch userId from Authorization Header
  • Refactor: Schedule Worker for NetCore framework
  • Refactor: Add Helper functions for NetCore framework

v1.3.5

04 Feb 04:43
7b075ec
Compare
Choose a tag to compare

Refactor:

  • Refactor: Schedule Worker for NetFramework
  • Add: queueSize Configuration option

v1.3.4

02 Feb 23:41
40c9fba
Compare
Choose a tag to compare

Refactor:

  • Enable batching by default