Skip to content

v3.9.3

Compare
Choose a tag to compare
@ysmoradi ysmoradi released this 31 Mar 19:22

Server:

await using instead of using
Implemented IAsyncDisposable

CS Client:

Enhanced BitDateTimePicker performance
Ability to provide custom factories for objects such as nav service, Polly policies etc.
Publish LowMemoryEvent
Throw CrashReportException if prev session was crashed
Moved BooleanInverseConverter from Controls to Prism
Ability to throw an exception with custom data
Log LastNavState for all crashes
Added more headers to all requests such as Client app version
await using instead of using
Use WebAuthenticator in DefaultSecurityService
Set user id of telemetry services at startup if it is logged in.
Use custom props in LocalTelemetryService

TS Client:

N/A