Releases: OPEXGroup/ITCC.Library
Releases · OPEXGroup/ITCC.Library
v3.1.0
v3.0.2
- New:
MaxConcurrentRequests
,MaxRequestQueue
andConfigurationViewEnabled
added toHttpServerConfiguration
- Edit: Dependencies updated
v3.0.1
- New :
DebugLogsEnabled
andRequestTracingEnabled
added toStaticServer
(can be turned on during startup via config and changed in runtime) - Fix : Do not throw in Logger::FlushAsync if email logger is registered but not started
- Fix : Pass
checkDescription
toApiViewCheckAttribute
viaCallerMemberName
- Fix : Thread pool usage statistics fixed in
StaticServer
New server logging can be turned on even in release mode in order to have A LOT of tracing info. It also does not hurt performance much when turned off.