You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use Streams for response bodies by default [PR #359](https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/359) - thanks to @Henr1k80
82
91
- The StreamCtpClient is now used by default which reduces the overall CPU & memory footprint significantly
83
92
- Log Format has been changed [PR #273](https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/273)
84
-
- The log format has been changed to `{HttpMethod} {Uri} {StatusCode} {Timing} {CorrelationId} {ServerTiming}`. We are not using log scopes anymore
85
-
- by default only on response information is being logged
93
+
- The log format has been changed to `{HttpMethod} {Uri} {StatusCode} {Timing} {CorrelationId} {ServerTiming}`. Log scopes aren't used anymore
94
+
- by default only response information is being logged
86
95
- raising the loglevel to debug logs request information
87
96
- raising to loglevel trace logs request and response bodies
0 commit comments