Releases: Moesif/moesif-dotnet
Releases · Moesif/moesif-dotnet
v1.4.5
Release Notes:
- Fixes nuget spec to include missing dependency package
- Doc cleanup.
v1.4.4
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
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
Release Notes:
- Added support for governance rules.
- Updated default
BatchSize = 200
and QueueSize = 100K
v1.4.00
Release Notes:
- Added support for iLogger
- Upgraded minimum support for .NET to 4.6.1
- No functionality change.
v1.3.25
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
- Use latest Moesif API SDK with better error message
- Update Newtonsoft.Json version
v1.3.20
Release Notes:
- 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.
- Bump up the version.
v1.3.19
Release notes:
- 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.
- Bump up the version.
v1.3.17
Release Notes:
Added support for governance rule.