Skip to content

Releases: Moesif/moesif-dotnet

v1.4.5

23 May 01:08
4a8d063
Compare
Choose a tag to compare

Release Notes:

  • Fixes nuget spec to include missing dependency package
  • Doc cleanup.

v1.4.4

21 May 06:04
9ec8a41
Compare
Choose a tag to compare

Release Notes:

  • Refactor: Skip logging multipart/form-data body
  • Refactor: Skip logging body if logBody set to false in netframework middleware
  • Refactor: Target the netframework to 461
  • Bump version to 1.4.4

v1.4.3

08 Nov 00:35
d345ceb
Compare
Choose a tag to compare

Release Notes:

  • Added support to proactive sync instead of Reactive sync. It proactively pulls the governance rule changes especially when the server is idle.

v1.4.1

04 Nov 01:06
a30e05e
Compare
Choose a tag to compare

Release Notes:

  • Added support for governance rules.
  • Updated default BatchSize = 200 and QueueSize = 100K

v1.4.00

31 Oct 05:05
2d82c76
Compare
Choose a tag to compare

Release Notes:

  • Added support for iLogger
  • Upgraded minimum support for .NET to 4.6.1
  • No functionality change.

v1.3.25

08 Aug 04:48
dde4416
Compare
Choose a tag to compare

Release Notes:

  • Fixed a bug in updateCompany/updateUser when standalone version of middleware is used.
  • Reordered getUserId functionality with following priority :
    -- 1. if IdentifyUser function is set, use the IdentifyUser value returned regardless if userId is null or not null.
    -- 2. else, fetch userId from authorization header if non null,
    -- 3. else, use httpContext?.Authentication?.User?.Identity?.Name

v1.3.23

14 Jun 01:11
a3cd697
Compare
Choose a tag to compare
  • Use latest Moesif API SDK with better error message
  • Update Newtonsoft.Json version

v1.3.20

06 Oct 20:14
86c262f
Compare
Choose a tag to compare

Release Notes:

  1. Added a check to only read UserId/companyId first time if there are governance rules present. If not present, we rely on reading the 2nd time.
  2. Bump up the version.

v1.3.19

05 Oct 03:14
c516f0e
Compare
Choose a tag to compare

Release notes:

  1. Made identify user/company more robust and independent of moesif plugin's position in the middleware stack. If user/company is null then another attempt is made to populate them, if possible.
  2. Bump up the version.

v1.3.17

14 Sep 00:15
5c97c68
Compare
Choose a tag to compare

Release Notes:
Added support for governance rule.