New Archive providers
- v10.2.6
-
v10.2.5
- ExternalDocumentFolder (Renamed in 10.2.6)
- ExternalDocumentItems
- ExternalDocuments
- v10.2.4
- v10.2.3
- v10.2.2
New MDO providers
- v10.2.11
- v10.2.10
- v10.2.9
- v10.2.8
- v10.2.4
- v10.2.3
- v10.2.2
New web service methods
Breaking changes - modified web service methods
Authentication using SoAccessTokenSecurityToken
The following is a breaking change in the API. SoAccessTokenSecurityToken was removed from the codebase in version 10.? without notification.Context Provider changes
The custom ContextProvider functionality was changed and caused breaking changes for partner applications. Please refer to the forum post on Community. No additional resources exist for this topic.NetServer Core changes
Session Mode Changes
The config file setting for Session Mode has been removed. This has been replaced with a session handling implementation to AddNetServerCore.- ThreadContextProvider
- ContextContextProvider
- ProcessContextProvider
Services Mode Changes
The Setting for Services Local or Remote NetServer mode has been removed from the Config. This has been replaced with extension methods to IServiceCollection. For Local mode calling Services Implementation, use:- services.AddDCFServicesImplementation();
- services.AddServicesImplementation();
- services.AddMessagingServicesImplementation();
- services.AddServicesProxies();